diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-27 21:41:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-27 21:41:33 +0000 |
commit | 8675437ee145b62db1460222d80f0cdae48ba51a (patch) | |
tree | 52b5d9cbdd2ad2c96edf4b394b2a8faee91ed6f8 /bfd | |
parent | 5faa346b63a3f6db95bdd6ad317fd96bcc6579e9 (diff) | |
download | gdb-8675437ee145b62db1460222d80f0cdae48ba51a.zip gdb-8675437ee145b62db1460222d80f0cdae48ba51a.tar.gz gdb-8675437ee145b62db1460222d80f0cdae48ba51a.tar.bz2 |
coffgen.c changes checked in last tuesday -- forgot to check in the log entry
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0caeea1..03f4f3c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,13 @@ Tue Dec 27 14:03:47 1994 Jeff Law (law@snake.cs.utah.edu) Tue Dec 20 15:30:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + * coffgen.c (bfd_debug_section): Deleted. + (coff_section_from_bfd_index): Return absolute section for debug + symbol. + (coff_write_symbol): Set BSF_DEBUGGING for C_FILE symbols. If + BSF_DEBUGGING is set, set section to N_DEBUG. + (coff_bfd_make_debug_symbol): Use absolute section. + * elfcode.h (assign_file_positions_except_relocs): In assertion, force all values to the same type. |