diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-05-21 18:38:11 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-21 18:38:11 -0700 |
commit | e7535de78f5e027e91cab6d4288a45b03ba0097f (patch) | |
tree | e23fee4308cc2fd8be0af5d3f20df4e57a969687 /sysdeps/i386 | |
parent | 3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a (diff) | |
download | glibc-e7535de78f5e027e91cab6d4288a45b03ba0097f.zip glibc-e7535de78f5e027e91cab6d4288a45b03ba0097f.tar.gz glibc-e7535de78f5e027e91cab6d4288a45b03ba0097f.tar.bz2 |
Add missing .text directives.
The ____longjmp_chk functions on x86 and x86-64 were placed in .rodata.str1.1.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/__longjmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/__longjmp.S b/sysdeps/i386/__longjmp.S index 15c9e55..8b07320 100644 --- a/sysdeps/i386/__longjmp.S +++ b/sysdeps/i386/__longjmp.S @@ -28,6 +28,7 @@ #define JBUF PARMS #define VAL JBUF+PTR_SIZE + .text ENTRY (BP_SYM (__longjmp)) ENTER |