mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
Update.
AT_SYSINFO_EH_FRAME. Adjust string width.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* elf/elf.h: Define AT_SYSINFO_EH_FRAME.
|
* elf/elf.h: Define AT_SYSINFO_EH_FRAME.
|
||||||
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
|
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle
|
||||||
AT_SYSINFO_EH_FRAME.
|
AT_SYSINFO_EH_FRAME. Adjust string width.
|
||||||
(_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
|
(_dl_show_auxv):Display AT_SYSINFO_EH_FRAME value.
|
||||||
* sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
|
* sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
|
||||||
Add _dl_sysinfo_eh_frame field.
|
Add _dl_sysinfo_eh_frame field.
|
||||||
|
@@ -1 +1 @@
|
|||||||
NPTL 0.35 by Ulrich Drepper
|
NPTL 0.36 by Ulrich Drepper
|
||||||
|
@@ -227,7 +227,7 @@ _dl_show_auxv (void)
|
|||||||
{
|
{
|
||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
const char label[20];
|
const char label[23];
|
||||||
enum { dec, hex, str } form;
|
enum { dec, hex, str } form;
|
||||||
} auxvars[] =
|
} auxvars[] =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user