diff options
-rw-r--r-- | bfd/ChangeLog | 17 | ||||
-rwxr-xr-x | bfd/config.bfd | 7 |
2 files changed, 18 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 18c35c8..404f13a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,20 @@ +Wed Oct 8 11:36:00 1997 Richard Henderson <rth@cygnus.com> + + * config.bfd: Missed one alpha* change. + +Tue Oct 7 13:00:17 1997 Doug Evans <dje@canuck.cygnus.com> + + * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove BFD64 support. + * elf64-sparc.c (SPARC64_OLD_RELOCS): Undef. + (MINUS_ONE): New macro. + (sparc_elf_notsup_reloc): New function. + (sparc64_elf_howto_table): Add entries for DISP64,PLT64,HIX22,LOX10, + H44,M44,L44,REGISTER. + (sparc_reloc_map): Likewise. Map BFD_RELOC_CTOR to R_SPARC_64. + (init_insn_reloc): New function. + (sparc_elf_wdisp16_reloc): Use it. + (sparc64_elf_relocate_section): Add entries for OLO10,HIX22,LOX10. + Tue Oct 7 11:40:37 1997 Ian Lance Taylor <ian@cygnus.com> * som.c (som_construct_extended_name_table): Remove static diff --git a/bfd/config.bfd b/bfd/config.bfd index 9fabfda..e905bdb 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -28,6 +28,7 @@ targ_underscore=no targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` case "${targ_cpu}" in +alpha*) targ_archs=bfd_alpha_arch ;; arm*) targ_archs=bfd_arm_arch ;; hppa*) targ_archs=bfd_hppa_arch ;; i[3456]86) targ_archs=bfd_i386_arch ;; @@ -364,12 +365,6 @@ case "${targ}" in targ_defvec=ecoff_little_vec targ_selvecs=ecoff_big_vec ;; -# start-sanitize-gm - mips*-*-magic*) - targ_defvec=ecoff_big_vec - targ_selvecs=bfd_elf32_bigmips_vec - ;; -# end-sanitize-gm mips*-*-ecoff*) targ_defvec=ecoff_big_vec targ_selvecs=ecoff_little_vec |