* config.bfd: Missed one alpha* change.
authorRichard Henderson <rth@redhat.com>
Wed, 8 Oct 1997 18:39:23 +0000 (18:39 +0000)
committerRichard Henderson <rth@redhat.com>
Wed, 8 Oct 1997 18:39:23 +0000 (18:39 +0000)
bfd/ChangeLog
bfd/config.bfd

index 18c35c8f03801303bf757909918399781bd94852..404f13ad0943a35c864c0b8b72421a436161ff08 100644 (file)
@@ -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
index 9fabfdacb6afb14c100234414e66204bcd91b3a2..e905bdbcfa527e388a57751e5bf0e7680c0e86b3 100755 (executable)
@@ -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
This page took 0.030064 seconds and 4 git commands to generate.