From e7535de78f5e027e91cab6d4288a45b03ba0097f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 21 May 2009 18:38:11 -0700 Subject: Add missing .text directives. The ____longjmp_chk functions on x86 and x86-64 were placed in .rodata.str1.1. --- sysdeps/i386/__longjmp.S | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/i386/__longjmp.S') diff --git a/sysdeps/i386/__longjmp.S b/sysdeps/i386/__longjmp.S index 15c9e55ec7..8b0732056a 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 -- cgit v1.2.1