aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-06 19:51:04 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-06 19:51:04 +0000
commit0593fc16c41648a2851e8541f1054d5f07938198 (patch)
tree975541a1a7d97691d4c97ef04a492625789efa5c /bfd
parent7d1f3464466959a7d01173710a512e350c4438c9 (diff)
downloadgdb-0593fc16c41648a2851e8541f1054d5f07938198.zip
gdb-0593fc16c41648a2851e8541f1054d5f07938198.tar.gz
gdb-0593fc16c41648a2851e8541f1054d5f07938198.tar.bz2
Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
* ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA alignment hack--we can get the lnnoptr info another way without suddenly increasing the alignment requirements. Set the flags for the _PDATA section. (ecoff_compute_section_file_positions): Do so.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 130afd5..7f61f1b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
+
+ * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
+ alignment hack--we can get the lnnoptr info another way without
+ suddenly increasing the alignment requirements. Set the flags for
+ the _PDATA section.
+ (ecoff_compute_section_file_positions): Do so.
+
Thu Jun 6 11:24:37 1996 Ian Lance Taylor <ian@cygnus.com>
* config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.