]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libgcj/25840 (libjava is broken on Linux/x86-64)
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 18 Jan 2006 20:04:50 +0000 (20:04 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 18 Jan 2006 20:04:50 +0000 (12:04 -0800)
2006-01-18  H.J. Lu  <hongjiu.lu@intel.com>

PR libgcj/25840
* include/x86_64-signal.h (RESTORE2): Add ".text\n".

From-SVN: r109909

libjava/ChangeLog
libjava/include/x86_64-signal.h

index 9b8dff9c05225687f4cff1d33829f402c5a55670..047f34336887712939081984a8daec5028a6ae94 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libgcj/25840
+       * include/x86_64-signal.h (RESTORE2): Add ".text\n".
+
 2006-01-17  Tom Tromey  <tromey@redhat.com>
 
        PR classpath/20198:
index 1aa82a003a0c81a9667855a258c5f4ebd8b02ece..1e769f484b62dc6dabe0ada677f746f748faa345 100644 (file)
@@ -50,6 +50,7 @@ while (0)
 #define RESTORE2(name, syscall)                        \
 asm                                            \
   (                                            \
+   ".text\n"                                   \
    ".byte 0  # Yes, this really is necessary\n" \
    ".align 16\n"                               \
    "__" #name ":\n"                            \