diff options
author | Jeff Law <law@redhat.com> | 1999-06-21 15:37:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-21 15:37:49 +0000 |
commit | 45b18248027e986dd822d10b848cfca90e6bfe36 (patch) | |
tree | d5868eeae99f77bce49d929f767e6e78ee7a1f30 /include/elf | |
parent | dd1a42115ba34f98cd77476d4a39909f123eb5f9 (diff) | |
download | gdb-45b18248027e986dd822d10b848cfca90e6bfe36.zip gdb-45b18248027e986dd822d10b848cfca90e6bfe36.tar.gz gdb-45b18248027e986dd822d10b848cfca90e6bfe36.tar.bz2 |
8
* hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/hppa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h index a3f117f..ba50729 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -101,7 +101,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Note: PA-ELF is defined to use only RELA relocations. */ #include "reloc-macros.h" -START_RELOC_NUMBERS (elf32_hppa_reloc_type) +START_RELOC_NUMBERS (elf_hppa_reloc_type) RELOC_NUMBER (R_PARISC_NONE, 0) /* No reloc */ /* These relocation types do simple base + offset relocations. */ @@ -271,7 +271,7 @@ START_RELOC_NUMBERS (elf32_hppa_reloc_type) END_RELOC_NUMBERS #ifndef RELOC_MACROS_GEN_FUNC -typedef enum elf32_hppa_reloc_type elf32_hppa_reloc_type; +typedef enum elf_hppa_reloc_type elf_hppa_reloc_type; #endif #define PT_PARISC_ARCHEXT 0x70000000 |