]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/elf/ia64.h
Add support for IA-64 specific elf header flags.
authorJim Wilson <wilson@tuliptree.org>
Mon, 14 Aug 2000 20:13:39 +0000 (20:13 +0000)
committerJim Wilson <wilson@tuliptree.org>
Mon, 14 Aug 2000 20:13:39 +0000 (20:13 +0000)
commitc43c2cc5fab9b4e50144fd1a7dce611a7ccc1c6a
treeff25a461a5f91e955243c0dd54d30cda47c1ea3a
parentdb4f6831161cdf3627169e82344b82b1c6813ef1
Add support for IA-64 specific elf header flags.
bfd/
2000-08-14  Jim Wilson  <wilson@cygnus.com>
* elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
(elf64_ia64_print_private_bfd_data): Likewise.  Also handle
EF_IA_64_ABSOLUTE.
gas/
2000-08-14  Jim Wilson  <wilson@cygnus.com>
* config/tc-ia64.c (md_longopts): Add -mconstant-gp and -mauto-pic.
(md_parse_option):  Add OPTION_MCONSTANT_GP and OPTION_MAUTO_PIC.
(md_begin): Change assignment to md.flag to OR in the new bit.
include/elf/
2000-08-14  Jim Wilson  <wilson@cygnus.com>
* elf/ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
EF_IA_64_NOFUNCDESC_CONS_GP, EF_IA_64_ABSOLUTE): Define.
bfd/ChangeLog
bfd/elf64-ia64.c
gas/ChangeLog
gas/config/tc-ia64.c
include/elf/ChangeLog
include/elf/ia64.h