aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-10-14 16:04:35 +0000
committerIan Lance Taylor <ian@airs.com>1993-10-14 16:04:35 +0000
commit08243cb522df473cf523896b9a0c1fbbf09f38b8 (patch)
tree9fb02e3dacca992b543f67336e60345e6069bb59 /bfd/ChangeLog
parentad660eb1642d6dd7e9105e3c6125eadddc9d9a19 (diff)
downloadgdb-08243cb522df473cf523896b9a0c1fbbf09f38b8.zip
gdb-08243cb522df473cf523896b9a0c1fbbf09f38b8.tar.gz
gdb-08243cb522df473cf523896b9a0c1fbbf09f38b8.tar.bz2
* coffcode.h (styp_to_sec_flags): Don't set SEC_DEBUGGING until it
is made to work. (coff_compute_section_file_positions): Remove check for USE_DISCARDED_SECTIONS_COUNT. * coff-i386.c: Don't define USE_DISCARDED_SECTIONS_COUNT. Basing it on host defines is wrong.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9496b38..b22e099 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
Thu Oct 14 01:10:35 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coffcode.h (styp_to_sec_flags): Don't set SEC_DEBUGGING until it
+ is made to work.
+ (coff_compute_section_file_positions): Remove check for
+ USE_DISCARDED_SECTIONS_COUNT.
+ * coff-i386.c: Don't define USE_DISCARDED_SECTIONS_COUNT. Basing
+ it on host defines is wrong.
+
* ecoff.c (ecoff_bfd_seclet_link): Don't link a .reginfo section.
(ecoff_write_object_contents): Don't require the .reginfo section
to be a particular size.