Commit a79ae894 by H.J. Lu Committed by H.J. Lu

re PR libgcj/25840 (libjava is broken on Linux/x86-64)

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
parent cea24134
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> 2006-01-17 Tom Tromey <tromey@redhat.com>
PR classpath/20198: PR classpath/20198:
......
...@@ -50,6 +50,7 @@ while (0) ...@@ -50,6 +50,7 @@ while (0)
#define RESTORE2(name, syscall) \ #define RESTORE2(name, syscall) \
asm \ asm \
( \ ( \
".text\n" \
".byte 0 # Yes, this really is necessary\n" \ ".byte 0 # Yes, this really is necessary\n" \
".align 16\n" \ ".align 16\n" \
"__" #name ":\n" \ "__" #name ":\n" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment