* elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
authorDave Anglin <dave.anglin@nrc.ca>
Sat, 27 Jan 2007 22:43:49 +0000 (22:43 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Sat, 27 Jan 2007 22:43:49 +0000 (22:43 +0000)
(INCLUDED_TARGET_FILE): Remove.

bfd/ChangeLog
bfd/elf32-hppa.c

index c2aa803..d151e87 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-27  Mike Frysinger  <vapier@gentoo.org>
+
+       * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
+       (INCLUDED_TARGET_FILE): Remove.
+
 2007-01-25  DJ Delorie  <dj@redhat.com>
 
        * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
index c448aac..fbf6be5 100644 (file)
@@ -4679,20 +4679,24 @@ elf32_hppa_elf_get_symbol_type (Elf_Internal_Sym *elf_sym, int type)
 #define ELF_ARCH               bfd_arch_hppa
 #define ELF_MACHINE_CODE       EM_PARISC
 #define ELF_MAXPAGESIZE                0x1000
+#define elf32_bed              elf32_hppa_hpux_bed
 
 #include "elf32-target.h"
 
 #undef TARGET_BIG_SYM
-#define TARGET_BIG_SYM                 bfd_elf32_hppa_linux_vec
+#define TARGET_BIG_SYM         bfd_elf32_hppa_linux_vec
 #undef TARGET_BIG_NAME
-#define TARGET_BIG_NAME                        "elf32-hppa-linux"
+#define TARGET_BIG_NAME                "elf32-hppa-linux"
+#undef elf32_bed
+#define elf32_bed              elf32_hppa_linux_bed
 
-#define INCLUDED_TARGET_FILE 1
 #include "elf32-target.h"
 
 #undef TARGET_BIG_SYM
-#define TARGET_BIG_SYM                 bfd_elf32_hppa_nbsd_vec
+#define TARGET_BIG_SYM         bfd_elf32_hppa_nbsd_vec
 #undef TARGET_BIG_NAME
-#define TARGET_BIG_NAME                        "elf32-hppa-netbsd"
+#define TARGET_BIG_NAME                "elf32-hppa-netbsd"
+#undef elf32_bed
+#define elf32_bed              elf32_hppa_netbsd_bed
 
 #include "elf32-target.h"