mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* elf/ia64.h (SHF_IA_64_HP_TLS): New.
This commit is contained in:
parent
42b8923620
commit
37debb04b8
@ -1,3 +1,7 @@
|
||||
2006-02-06 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* elf/ia64.h (SHF_IA_64_HP_TLS): New.
|
||||
|
||||
2006-01-18 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* md5.h: Include ansidecl.h
|
||||
|
@ -57,6 +57,8 @@
|
||||
#define SHF_IA_64_SHORT 0x10000000 /* Section near gp. */
|
||||
#define SHF_IA_64_NORECOV 0x20000000 /* Spec insns w/o recovery. */
|
||||
|
||||
#define SHF_IA_64_HP_TLS 0x01000000 /* HP specific TLS flag. */
|
||||
|
||||
/* Possible values for sh_type in Elf64_Shdr: */
|
||||
|
||||
#define SHT_IA_64_EXT (SHT_LOPROC + 0) /* Extension bits. */
|
||||
|
Loading…
Reference in New Issue
Block a user