]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Apr 2003 23:56:32 +0000 (23:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Apr 2003 23:56:32 +0000 (23:56 +0000)
AT_SYSINFO_EH_FRAME.  Adjust string width.

ChangeLog
nptl/Banner
sysdeps/generic/dl-sysdep.c

index a45f728fe55c9ad101d46f54d8b33a898b901304..dce7bae5699a67f9b8a289b0a7986f867cd9bf7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
        * elf/elf.h: Define AT_SYSINFO_EH_FRAME.
        * 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.
        * sysdeps/generic/ldsodefs.h [NEED_DL_SYSINFO] (struct rtld_global):
        Add _dl_sysinfo_eh_frame field.
index 28d8ef6ef128e2c0f80353c493d993f11833dd50..6fa7293249dbd443eb89a51bec34102156a75fab 100644 (file)
@@ -1 +1 @@
-NPTL 0.35 by Ulrich Drepper
+NPTL 0.36 by Ulrich Drepper
index 2c73b64f909d1bbfc0144af7115481234089212f..33e74dd60b099a83d682790dce912cfb5abf5bba 100644 (file)
@@ -219,15 +219,15 @@ _dl_show_auxv (void)
   buf[63] = '\0';
 
   /* The following code assumes that the AT_* values are encoded
-  starting from 0 with AT_NULL, 1 for AT_IGNORE, and all other values
-  close by (otherwise the array will be too large).  In case we have
-  to support a platform where these requirements are not fulfilled
-  some alternative implementation has to be used.  */
+     starting from 0 with AT_NULL, 1 for AT_IGNORE, and all other values
+     close by (otherwise the array will be too large).  In case we have
+     to support a platform where these requirements are not fulfilled
+     some alternative implementation has to be used.  */
   for (av = _dl_auxv; av->a_type != AT_NULL; ++av)
     {
       static const struct
       {
-       const char label[20];
+       const char label[23];
        enum { dec, hex, str } form;
       } auxvars[] =
        {
This page took 0.053654 seconds and 5 git commands to generate.