diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-04 15:25:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-04 15:25:02 +0000 |
commit | dfaf9ef608449f86f55a719ec14a7276e007d427 (patch) | |
tree | 90d464eb4f2030c3df9f531dd4f35b6fa1e8a120 | |
parent | c03a4997a9b7eee1575d0751a87b9bc5c8a32cca (diff) | |
download | gdb-dfaf9ef608449f86f55a719ec14a7276e007d427.zip gdb-dfaf9ef608449f86f55a719ec14a7276e007d427.tar.gz gdb-dfaf9ef608449f86f55a719ec14a7276e007d427.tar.bz2 |
* elfcode.h (swap_out_syms): If the alignment of a common symbol
was not set, use a sensible default rather than zero.
PR 5751.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0a5d8bf..df0c5d6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 4 11:23:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * elfcode.h (swap_out_syms): If the alignment of a common symbol + was not set, use a sensible default rather than zero. + +Mon Oct 3 16:04:29 1994 H.J. Lu (hlu@nynexst.com) + + * opncls.c (bfd_close): Honor umask when setting execution bits. + (bfd_close_all_done): Likewise. + Mon Oct 3 04:41:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * rs6000-core.c (rs6000coff_core_p): Set SEC_HAS_CONTENTS flag |