From 8675437ee145b62db1460222d80f0cdae48ba51a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 27 Dec 1994 21:41:33 +0000 Subject: [PATCH] coffgen.c changes checked in last tuesday -- forgot to check in the log entry --- bfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0caeea1804..03f4f3c790 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 + * 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.