• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision5c43db6b3835c7d619d4f7b358072d87f4679fbf (tree)
Time1991-04-19 10:17:26
AuthorJohn Gilmore <gnu@cygn...>
CommiterJohn Gilmore

Log Message

        • symtab.c (free_symtab): Declare as exported void fn now.

Change Summary

Incremental Difference

--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -872,6 +872,9 @@ struct symtabs_and_lines decode_line_spec ();
872872 struct symtabs_and_lines decode_line_spec_1 ();
873873 struct symtabs_and_lines decode_line_1 ();
874874
875+/* Symmisc.c */
876+void free_symtab ();
877+
875878 /* Symbol-reading stuff in symfile.c and solib.c. */
876879 struct symtab *psymtab_to_symtab ();
877880 void clear_solib ();