diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-12 11:08:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-12 11:08:27 +0000 |
commit | 189c656394b363dd914e9ab167c5cc8da45cd927 (patch) | |
tree | 82593bb480a11b2c929ee6489ae090298b82b7eb /bfd/elf32-hppa.c | |
parent | d36ca9c23aed8bea5fb99b45665caf53413ebc34 (diff) | |
download | gdb-189c656394b363dd914e9ab167c5cc8da45cd927.zip gdb-189c656394b363dd914e9ab167c5cc8da45cd927.tar.gz gdb-189c656394b363dd914e9ab167c5cc8da45cd927.tar.bz2 |
* elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
from _bfd_elf_hppa_gen_reloc_type.
(_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
* elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
* elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
* elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 41ec0ce..ce3a9b8 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -32,8 +32,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "libhppa.h" #include "elf32-hppa.h" #define ARCH_SIZE 32 -#include "elf-hppa.h" #include "elf32-hppa.h" +#include "elf-hppa.h" /* In order to gain some understanding of code in this file without knowing all the intricate details of the linker, note the |