diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-01-28 02:13:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-01-28 02:13:58 +0000 |
commit | 83d1651b68d8dec3f932bb2cf52fc03744608af9 (patch) | |
tree | 8c546795cf00271b781124d2107a7f5f256a2b5d /bfd/elf64-hppa.c | |
parent | 607269ae716a9a6d137370f0d5f3b49193904688 (diff) | |
download | gdb-83d1651b68d8dec3f932bb2cf52fc03744608af9.zip gdb-83d1651b68d8dec3f932bb2cf52fc03744608af9.tar.gz gdb-83d1651b68d8dec3f932bb2cf52fc03744608af9.tar.bz2 |
2076-01-27 H.J. Lu <hongjiu.lu@intel.com>
* elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
Diffstat (limited to 'bfd/elf64-hppa.c')
-rw-r--r-- | bfd/elf64-hppa.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 4b5e95d..675b02b 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -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" |