diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:12:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:12:49 +0000 |
commit | ce6821a5959a40d6943d3e6be8e88d4a0569254c (patch) | |
tree | b98ded6f8933ebefe6fa8100f44a191646e9dec9 /bfd/ChangeLog | |
parent | a921e02e3d369d82466bca69c81d4a9180f58184 (diff) | |
download | gdb-ce6821a5959a40d6943d3e6be8e88d4a0569254c.zip gdb-ce6821a5959a40d6943d3e6be8e88d4a0569254c.tar.gz gdb-ce6821a5959a40d6943d3e6be8e88d4a0569254c.tar.bz2 |
Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* archures.c (bfd_mach_m68*): Add definitions for various m68k
variants.
(bfd_default_scan): Remove m68k special cases.
* bfd-in2.h: Rebuild.
* mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m680*
instead of plain numbers.
* sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
* cpu-m68k.c (arch_info_struct): Likewise. Add entry for
m68k:68000.
(bfd_m68k_arch): Set mach field to zero to signal no explicit
selection, change printable_name to just "m68k" and make that the
default instead of m68k:68020.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c53e435..fdd9ae6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,18 @@ Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + * archures.c (bfd_mach_m68*): Add definitions for various m68k + variants. + (bfd_default_scan): Remove m68k special cases. + * bfd-in2.h: Rebuild. + * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m680* + instead of plain numbers. + * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise. + * cpu-m68k.c (arch_info_struct): Likewise. Add entry for + m68k:68000. + (bfd_m68k_arch): Set mach field to zero to signal no explicit + selection, change printable_name to just "m68k" and make that the + default instead of m68k:68020. + * aout-tic30.c (NAME): Define this to avoid multiple definitions from aoutx.h. (MY_get_section_contents): Define as aout_32_get_section_contents @@ -18,6 +31,9 @@ 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> + * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma. + * libbfd.h: Rebuild. + * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change byte_count to unsigned int. (mn10300_elf_relax_section): Initialize internal_relocs. Remove |