diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-01 01:01:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-01 01:01:50 +0000 |
commit | b7d1158a90d7cd6977d5e9e674e4c9bf6116807d (patch) | |
tree | d5c57c0c70ee854204dce340191d40a769370c75 /bfd/ChangeLog | |
parent | 6b725f83fafa52bb660e555620f4e639afe14328 (diff) | |
download | gdb-b7d1158a90d7cd6977d5e9e674e4c9bf6116807d.zip gdb-b7d1158a90d7cd6977d5e9e674e4c9bf6116807d.tar.gz gdb-b7d1158a90d7cd6977d5e9e674e4c9bf6116807d.tar.bz2 |
* aoutx.h (translate_from_native_sym_flags): Don't create
SEC_CONSTRUCTOR sections.
* ecoff.c (ecoff_set_symbol_info): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3e6b591..585060e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com> + * aoutx.h (translate_from_native_sym_flags): Don't create + SEC_CONSTRUCTOR sections. + * ecoff.c (ecoff_set_symbol_info): Likewise. + * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp. From Don Bowman <bowman@waterloo.hp.com>. |