]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/bfd-in2.h
* archures.c (enum bfd_architecture): #define constants for
authorNicholas Duffek <nsd@redhat.com>
Fri, 16 Jun 2000 20:45:33 +0000 (20:45 +0000)
committerNicholas Duffek <nsd@redhat.com>
Fri, 16 Jun 2000 20:45:33 +0000 (20:45 +0000)
commit87f33987cd6376948264593f5307a9704fdb83a2
tree91f85ff33687d422af13febc6c47becfd0a712ed
parenta2fdf27064805ed9e44e486fb20a4445e681cabe
* archures.c (enum bfd_architecture): #define constants for
PowerPc and RS6000 machine numbers.
* bfd-in2.h: Regenerate.
* coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
and RS6000 machine numbers using #defined constants from
archures.c.
* cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
machine numbers using #defined constants from archures.c.  Add
entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
64-bit words in 620 entry.
* cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
RSC, and RS2.
(bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/coffcode.h
bfd/cpu-powerpc.c
bfd/cpu-rs6000.c