* elf-hppa.h (elf_hppa_final_write_processing): Update for
authorJeff Law <law@redhat.com>
Tue, 10 Aug 1999 19:19:22 +0000 (19:19 +0000)
committerJeff Law <law@redhat.com>
Tue, 10 Aug 1999 19:19:22 +0000 (19:19 +0000)
        recent changes to the arch_info structure.

bfd/ChangeLog
bfd/elf-hppa.h

index 228e30d0d84d4fd3675cacdb6ffa4ce9a7478b66..e75a82d24e300eb55bf423239ca871225e84a462 100644 (file)
@@ -1,5 +1,8 @@
 Tue Aug 10 12:48:09 1999  Jeffrey A Law  (law@cygnus.com)
 
+        * elf-hppa.h (elf_hppa_final_write_processing): Update for
+        recent changes to the arch_info structure.
+
        * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
        R_HPPA_SEGBASE and R_HPPA_SEGREL32.
        * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
index 44f22384cdb14fdf1059ca321c70f71ac9415f84..b046844cbcd298abc1cfbcd6b01c688a675cc9ca 100644 (file)
@@ -606,13 +606,9 @@ elf_hppa_final_write_processing (abfd, linker)
   else if (mach == 11)
     elf_elfheader (abfd)->e_flags |= EFA_PARISC_1_1;
   else if (mach == 20)
-    {
-      elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
-#if ARCH_SIZE == 64
-      elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE;
-#endif
-    }
-
+    elf_elfheader (abfd)->e_flags |= EFA_PARISC_2_0;
+  else if (mach == 25)
+    elf_elfheader (abfd)->e_flags |= EF_PARISC_WIDE | EFA_PARISC_2_0;
 }
 
 /* Return true if SYM represents a local label symbol.  */
This page took 0.03111 seconds and 4 git commands to generate.