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
This commit is contained in:
parent
cea24134be
commit
a79ae89424
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue