coffgen.c changes checked in last tuesday -- forgot to check in the log entry

This commit is contained in:
Ken Raeburn 1994-12-27 21:41:33 +00:00
parent 5faa346b63
commit 8675437ee1
1 changed files with 7 additions and 0 deletions

View File

@ -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.