2000-10-29  Ulrich Drepper  <drepper@redhat.com>

	* elf/elf.h (SHN_XINDEX): Define.
This commit is contained in:
Ulrich Drepper 2000-10-29 17:30:30 +00:00
parent 25851835f6
commit 775106de7d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-10-29 Ulrich Drepper <drepper@redhat.com>
* elf/elf.h (SHN_XINDEX): Define.
2000-10-28 Ulrich Drepper <drepper@redhat.com>
* io/Makefile (tests): Add test-stat2.

View File

@ -271,6 +271,7 @@ typedef struct
#define SHN_HIOS 0xff3f /* End of OS-specific */
#define SHN_ABS 0xfff1 /* Associated symbol is absolute */
#define SHN_COMMON 0xfff2 /* Associated symbol is common */
#define SHN_XINDEX 0xffff /* Index is in extra table. */
#define SHN_HIRESERVE 0xffff /* End of reserved indices */
/* Legal values for sh_type (section type). */