Skip to content
Snippets Groups Projects
Commit ccc173db authored by hjl's avatar hjl
Browse files

2006-01-18 H.J. Lu <hongjiu.lu@intel.com>

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109909 138bc75d-0d04-0410-961f-82ee72b054a4
parent be9ec78a
No related branches found
No related tags found
No related merge requests found
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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment