mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
1999-11-08 Ulrich Drepper <drepper@cygnus.com> * elf/elf.h: Add STT_REGISTER, STT_HP_OPAQUE, and STT_ST_STUB definitions.
This commit is contained in:
parent
178a145a90
commit
f2b9733fd6
@ -1,3 +1,8 @@
|
|||||||
|
1999-11-08 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* elf/elf.h: Add STT_REGISTER, STT_HP_OPAQUE, and STT_ST_STUB
|
||||||
|
definitions.
|
||||||
|
|
||||||
1999-11-08 Andreas Jaeger <aj@suse.de>
|
1999-11-08 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* locale/findlocale.c (_nl_find_locale): Free normalized_codeset;
|
* locale/findlocale.c (_nl_find_locale): Free normalized_codeset;
|
||||||
|
@ -943,6 +943,10 @@ typedef struct
|
|||||||
|
|
||||||
/* SUN SPARC specific definitions. */
|
/* SUN SPARC specific definitions. */
|
||||||
|
|
||||||
|
/* Legal values for ST_TYPE subfield of st_info (symbol type). */
|
||||||
|
|
||||||
|
#define STT_REGISTER 13 /* Global register reserved to app. */
|
||||||
|
|
||||||
/* Values for Elf64_Ehdr.e_flags. */
|
/* Values for Elf64_Ehdr.e_flags. */
|
||||||
|
|
||||||
#define EF_SPARCV9_MM 3
|
#define EF_SPARCV9_MM 3
|
||||||
@ -1427,6 +1431,9 @@ typedef Elf32_Addr Elf32_Conflict;
|
|||||||
|
|
||||||
#define STT_PARISC_MILLICODE 13 /* Millicode function entry point. */
|
#define STT_PARISC_MILLICODE 13 /* Millicode function entry point. */
|
||||||
|
|
||||||
|
#define STT_HP_OPAQUE (STT_LOOS + 0x1)
|
||||||
|
#define STT_HP_STUB (STT_LOOS + 0x2)
|
||||||
|
|
||||||
/* HPPA relocs. */
|
/* HPPA relocs. */
|
||||||
|
|
||||||
#define R_PARISC_NONE 0 /* No reloc. */
|
#define R_PARISC_NONE 0 /* No reloc. */
|
||||||
|
Loading…
Reference in New Issue
Block a user