diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-03-25 02:25:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-03-25 02:25:35 +0000 |
commit | 34b402e5a967b97fc73cc45fbef61bbeb8526f3d (patch) | |
tree | 73a03f61ce0cdcc0127d3cd7402597ebc8364570 /sysdeps/i386/dl-machine.h | |
parent | 4e1101a7dabfc438f32ef0ba0ab4f6a936ec38d6 (diff) | |
download | glibc-34b402e5a967b97fc73cc45fbef61bbeb8526f3d.tar glibc-34b402e5a967b97fc73cc45fbef61bbeb8526f3d.tar.gz glibc-34b402e5a967b97fc73cc45fbef61bbeb8526f3d.tar.bz2 glibc-34b402e5a967b97fc73cc45fbef61bbeb8526f3d.zip |
Update.cvs/libc-ud-970324-2
1997-03-24 19:58 Richard Henderson <rth@tamu.edu>
* stdlib/tst-strtol.c (tests): Correct 64-bit entry.
* sysdeps/alpha/bsd-_setjmp.S: Alias _setjmp to __setjmp for
change to tst-setjmp.c.
* sysdeps/alpha/dl-machine.h: Mirror Roland's recent changes.
* sysdeps/i386/dl-machine.h: Correct noexec_p comment.
* sysdeps/sparc/dl-machine.h: Likewise.
* sysdeps/libm-ieee754/s_remquo.c: Rename {hp,lp} -> {hy,ly}.
Add missing qs variable.
* sysdeps/libm-ieee754/s_remquof.c: Likewise.
Diffstat (limited to 'sysdeps/i386/dl-machine.h')
-rw-r--r-- | sysdeps/i386/dl-machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h index 8e6df12d6b..f6b28444a3 100644 --- a/sysdeps/i386/dl-machine.h +++ b/sysdeps/i386/dl-machine.h @@ -216,8 +216,8 @@ _dl_start_user:\n\ jmp *%edi\n\ "); -/* Nonzero iff TYPE describes relocation of a PLT entry, so - PLT entries should not be allowed to define the value. */ +/* Nonzero iff TYPE should not be allowed to resolve to one of + the main executable's symbols, as for a COPY reloc. */ #define elf_machine_lookup_noexec_p(type) ((type) == R_386_COPY) /* Nonzero iff TYPE describes relocation of a PLT entry, so |