diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-25 19:49:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-25 19:49:40 +0000 |
commit | df5f44d12ac8e3c665ec5f8ae374fe4174c4d753 (patch) | |
tree | 53900f89c8889c536e544184940c67894415b16b /bfd | |
parent | 025af5b9d229cfac0c4013b51b31c00ee0035deb (diff) | |
download | gdb-df5f44d12ac8e3c665ec5f8ae374fe4174c4d753.zip gdb-df5f44d12ac8e3c665ec5f8ae374fe4174c4d753.tar.gz gdb-df5f44d12ac8e3c665ec5f8ae374fe4174c4d753.tar.bz2 |
Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* aout-tic30.c (NAME): Define this to avoid multiple definitions
from aoutx.h.
(MY_get_section_contents): Define as aout_32_get_section_contents
rather than NAME(aout,get_section_contents).
* elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
* elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
byte_count to unsigned int.
(mn10300_elf_relax_section): Initialize internal_relocs. Remove
unused local variables.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a7be9f9..c53e435 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + * aout-tic30.c (NAME): Define this to avoid multiple definitions + from aoutx.h. + (MY_get_section_contents): Define as aout_32_get_section_contents + rather than NAME(aout,get_section_contents). + + * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast. + * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha and call bfd_default_set_arch_mach to do the real work. @@ -11,6 +18,11 @@ Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com> Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com> + * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change + byte_count to unsigned int. + (mn10300_elf_relax_section): Initialize internal_relocs. Remove + unused local variables. + * evax-alpha.c (evax_close_and_cleanup): Remove unused local variables er and er1. |