]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2076-01-27 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 28 Jan 2007 02:13:58 +0000 (02:13 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 28 Jan 2007 02:13:58 +0000 (02:13 +0000)
* elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.

bfd/ChangeLog
bfd/elf64-hppa.c

index d151e87202c21ef906964d1be1d905b9fa2cae27..47111a1c5521971da2632faf0da2d2309c6f0cc8 100644 (file)
@@ -1,3 +1,7 @@
+2076-01-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
+
 2007-01-27  Mike Frysinger  <vapier@gentoo.org>
 
        * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
index 4b5e95de45b1f5920f151aac3be9e86073767fac..675b02b897d1fc472e05d3e2025bbeb506f60107 100644 (file)
@@ -2866,12 +2866,15 @@ const struct elf_size_info hppa64_elf_size_info =
 #define elf_backend_action_discarded   elf_hppa_action_discarded
 #define elf_backend_section_from_phdr   elf64_hppa_section_from_phdr
 
+#define elf64_bed                      elf64_hppa_hpux_bed
+
 #include "elf64-target.h"
 
 #undef TARGET_BIG_SYM
 #define TARGET_BIG_SYM                 bfd_elf64_hppa_linux_vec
 #undef TARGET_BIG_NAME
 #define TARGET_BIG_NAME                        "elf64-hppa-linux"
+#undef elf64_bed
+#define elf64_bed                      elf64_hppa_linux_bed
 
-#define INCLUDED_TARGET_FILE 1
 #include "elf64-target.h"