]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Hmm. Perhaps all those top-level pieces of assembly weren't such a
authorJulian Seward <jseward@acm.org>
Fri, 18 Nov 2005 23:50:43 +0000 (23:50 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 18 Nov 2005 23:50:43 +0000 (23:50 +0000)
commit418aae5c97ddbf86f4673dd16fd2ba8ad55890e9
tree02228d34c9da09350d9d260064aa860898763ca4
parent81d6ed44335755f2bcd000236460695f66d85b5b
Hmm.  Perhaps all those top-level pieces of assembly weren't such a
clever idea.  There's no reason to assume the assembler is in
.text-mode when it encounters them, and as gcc 2.96 rudely
demonstrates, sometimes it isn't.  So put .text in front of all of
them.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5202
coregrind/m_main.c
coregrind/m_signals.c
coregrind/m_syscall.c
coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c