diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 07:15:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 07:15:10 +0000 |
commit | 42ba2c1158d3706164fcf8070ba603bf4484fc4e (patch) | |
tree | 87a3a5ac3b74a3e3519503cce16648a3287377bd /sysdeps/generic/ldsodefs.h | |
parent | 0a63529d383b641b3541692a5df9a996e51cdcb6 (diff) | |
download | glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.gz glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.xz glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.zip |
Update.
2000-03-31 Andreas Schwab <schwab@suse.de> * string/strfry.c: Declare STATE as array of char instead of int and do not initialize it (done by initstate_r). Pass correct size. * sysdeps/generic/ldsodefs.h: Fix typo in comment.
Diffstat (limited to 'sysdeps/generic/ldsodefs.h')
-rw-r--r-- | sysdeps/generic/ldsodefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index 023cdfe26a..757a5bc0d9 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -39,7 +39,7 @@ __BEGIN_DECLS /* All references to the value of l_info[DT_PLTGOT], l_info[DT_STRTAB], l_info[DT_SYMTAB], l_info[DT_RELA], l_info[DT_REL], l_info[DT_JMPREL], and l_info[VERSYMIDX (DT_VERSYM)] - have to accessed via the D_PTR macro. The macro is needed since for + have to be accessed via the D_PTR macro. The macro is needed since for most architectures the entry is already relocated - but for some not and we need to relocate at access time. */ #ifdef DL_RO_DYN_SECTION |