mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
ia64 bfd.h tidy
bfd/ * bfd-in.h: Move ia64 function declarations.. * elfxx-ia64.h: ..to here. * bfd-in2.h: Regenerate. ld/ * emultempl/ia64elf.em: Include elfxx-ia64.h.
This commit is contained in:
parent
d48d68b618
commit
3352ae9900
@ -1,3 +1,9 @@
|
||||
2019-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* bfd-in.h: Move ia64 function declarations..
|
||||
* elfxx-ia64.h: ..to here.
|
||||
* bfd-in2.h: Regenerate.
|
||||
|
||||
2019-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* bfd-in.h: Move v850 function declarations..
|
||||
|
@ -1005,10 +1005,3 @@ extern int bfd_ticoff_get_section_load_page
|
||||
/* H8/300 functions. */
|
||||
extern bfd_vma bfd_h8300_pad_address
|
||||
(bfd *, bfd_vma);
|
||||
|
||||
/* IA64 Itanium code generation. Called from linker. */
|
||||
extern void bfd_elf32_ia64_after_parse
|
||||
(int);
|
||||
|
||||
extern void bfd_elf64_ia64_after_parse
|
||||
(int);
|
||||
|
@ -1012,13 +1012,6 @@ extern int bfd_ticoff_get_section_load_page
|
||||
/* H8/300 functions. */
|
||||
extern bfd_vma bfd_h8300_pad_address
|
||||
(bfd *, bfd_vma);
|
||||
|
||||
/* IA64 Itanium code generation. Called from linker. */
|
||||
extern void bfd_elf32_ia64_after_parse
|
||||
(int);
|
||||
|
||||
extern void bfd_elf64_ia64_after_parse
|
||||
(int);
|
||||
/* Extracted from init.c. */
|
||||
unsigned int bfd_init (void);
|
||||
|
||||
|
@ -31,3 +31,10 @@ void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
|
||||
|
||||
bfd_reloc_status_type ia64_elf_install_value (bfd_byte *hit_addr, bfd_vma v,
|
||||
unsigned int r_type);
|
||||
|
||||
/* IA64 Itanium code generation. Called from linker. */
|
||||
extern void bfd_elf32_ia64_after_parse
|
||||
(int);
|
||||
|
||||
extern void bfd_elf64_ia64_after_parse
|
||||
(int);
|
||||
|
@ -1,3 +1,7 @@
|
||||
2019-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* emultempl/ia64elf.em: Include elfxx-ia64.h.
|
||||
|
||||
2019-09-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* emultempl/v850elf.em: Include elf32-v850.h.
|
||||
|
@ -27,6 +27,8 @@
|
||||
#
|
||||
fragment <<EOF
|
||||
|
||||
#include "elfxx-ia64.h"
|
||||
|
||||
/* None zero if generating binary for Intel Itanium processor. */
|
||||
static int itanium = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user