diff options
author | Steve Chamberlain <sac@cygnus> | 1992-10-06 00:03:20 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-10-06 00:03:20 +0000 |
commit | c116445e02813ac7b20a6c631a3c387e76643ad5 (patch) | |
tree | c03e6282dd9aefb519128915c08970e68db97d7d /gas/config/ChangeLog | |
parent | aa1dea489b949291b17222159fec817158258a92 (diff) | |
download | gdb-c116445e02813ac7b20a6c631a3c387e76643ad5.zip gdb-c116445e02813ac7b20a6c631a3c387e76643ad5.tar.gz gdb-c116445e02813ac7b20a6c631a3c387e76643ad5.tar.bz2 |
fix i960+non-bfd coff bit rot.
* obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line):
support for C source listings. (obj_coff_endef): look in the right
part of the symbol for the symbol name
Diffstat (limited to 'gas/config/ChangeLog')
-rw-r--r-- | gas/config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 368f935..b77555a 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,5 +1,10 @@ Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) + fix i960+non-bfd coff bit rot. + * obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line): + support for C source listings. (obj_coff_endef): look in the right + part of the symbol for the symbol name + * tc-m68k.c (get_num): make it work for all segments, not just the first three. |