Line 1... |
Line 1... |
/* ELF64/HPPA support
|
/* ELF64/HPPA support
|
|
|
Copyright 1999, 2000, 2002, 2007 Free Software Foundation, Inc.
|
Copyright 1999, 2000, 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 24... |
Line 24... |
|
|
#include "elf-bfd.h"
|
#include "elf-bfd.h"
|
#include "libhppa.h"
|
#include "libhppa.h"
|
#include "elf/hppa.h"
|
#include "elf/hppa.h"
|
|
|
elf_hppa_reloc_type elf64_hppa_reloc_final_type
|
extern elf_hppa_reloc_type elf64_hppa_reloc_final_type
|
PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int));
|
(bfd *, elf_hppa_reloc_type, int, unsigned int);
|
|
|
extern elf_hppa_reloc_type ** _bfd_elf64_hppa_gen_reloc_type
|
extern elf_hppa_reloc_type ** _bfd_elf64_hppa_gen_reloc_type
|
PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *));
|
(bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *);
|
|
|
/* Define groups of basic relocations. FIXME: These should
|
/* Define groups of basic relocations. FIXME: These should
|
be the only basic relocations created by GAS. The rest
|
be the only basic relocations created by GAS. The rest
|
should be internal to the BFD backend.
|
should be internal to the BFD backend.
|
|
|