diff options
author | H.J. Lu <hjl@lucon.org> | 2003-10-13 15:55:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2003-10-13 15:55:51 +0000 |
commit | a32fc314069f2516af90e2914d2f2bfeb03a1d1a (patch) | |
tree | 1dc648e9bc1bcdd52477e09839cea95aef6ae32f /bfd/bfd-in2.h | |
parent | b6b2591751f4c6afa1e12c1de9b506dbe8da6765 (diff) | |
download | gdb-a32fc314069f2516af90e2914d2f2bfeb03a1d1a.tar.gz |
bfd/
2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
(bfd_elf64_ia64_after_parse): Likewise.
* bfd-in2.h: Regenerated.
* elfxx-ia64.c (oor_ip): New.
(oor_branch_size): Likewise.
(bfd_elfNN_ia64_after_parse): Likewise.
(elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
equals sizeof (oor_ip).
ld/
2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (eelf64_ia64.c): Also depend on
$(srcdir)/emultempl/ia64elf.em.
* Makefile.in: Regenerated.
* emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
* emultempl/ia64elf.em: New.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 034330fd92f..a70b0d32b8f 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -831,6 +831,13 @@ extern int bfd_ticoff_get_section_load_page 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. */ void bfd_init (void); |