diff options
author | Doug Evans <dje@google.com> | 1998-02-09 23:20:13 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-09 23:20:13 +0000 |
commit | 9c01dbfbdbcb46fa6a1d81b1bf1b3f16b871f3a6 (patch) | |
tree | 428add0b63602e17dae95b5350c02555192961e3 /gdb | |
parent | dde54cb8459c5916e2e0bce83cc899a97e04f4d9 (diff) | |
download | gdb-9c01dbfbdbcb46fa6a1d81b1bf1b3f16b871f3a6.zip gdb-9c01dbfbdbcb46fa6a1d81b1bf1b3f16b871f3a6.tar.gz gdb-9c01dbfbdbcb46fa6a1d81b1bf1b3f16b871f3a6.tar.bz2 |
* symtab.c (fixup_psymbol_section): Move forward declaration to
top of file with other such decls. Make it a static function.
* symtab.h: Minor formatting tweaks.
Via Fred, from m32r branch.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 98ed21d..5751f1f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 9 15:10:21 1998 Fred Fish <fnf@cygnus.com> + + * symtab.c (fixup_psymbol_section): Move forward declaration to + top of file with other such decls. Make it a static function. + * symtab.h: Minor formatting tweaks. + Mon Feb 9 13:14:12 1998 Stan Shebs <shebs@andros.cygnus.com> * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS): |