diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:21:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-25 20:21:20 +0000 |
commit | d04efb80db96ade166f9b752e49d947bcdf051c2 (patch) | |
tree | bc9e1b79124aad1aab99efbf1e538155825ca364 /bfd/ChangeLog | |
parent | fa803dc60f0bf01297674c41d001798e18ade4dc (diff) | |
download | gdb-d04efb80db96ade166f9b752e49d947bcdf051c2.zip gdb-d04efb80db96ade166f9b752e49d947bcdf051c2.tar.gz gdb-d04efb80db96ade166f9b752e49d947bcdf051c2.tar.bz2 |
* aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
plain numbers.
(sunos_write_object_contents): Likewise.
* aoutx.h (NAME(aout,machine_type)): Likewise.
* coffcode.h (coff_set_arch_mach_hook): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fdd9ae6..4677203 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,11 +1,19 @@ +Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com> + + * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than + plain numbers. + (sunos_write_object_contents): Likewise. + * aoutx.h (NAME(aout,machine_type)): Likewise. + * coffcode.h (coff_set_arch_mach_hook): Likewise. + 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. + * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather + than plain numbers. * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise. * cpu-m68k.c (arch_info_struct): Likewise. Add entry for m68k:68000. |