Correct last commit

From-SVN: r109287
This commit is contained in:
Hans-Peter Nilsson 2006-01-03 20:42:55 +00:00 committed by Hans-Peter Nilsson
parent 103ac22259
commit 6b2acaad34
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
* g++.dg/abi/thunk3.C, g++.dg/abi/thunk4.C: Gate on
dg-require-weak. Adjust regexp to handle leading-underscore
targets, NO_DOT_IN_LABEL targets and space as well as TAB after
.weak.
targets and space as well as TAB after .weak. Change previous
64-bit fix to not use naked dot.
2006-01-03 Paolo Bonzini <bonzini@gnu.org>

View File

@ -1,5 +1,5 @@
// { dg-require-weak "" }
// { dg-final { scan-assembler-not ".weak\[\t \]_?_ZThn\[8.\]_N7Derived3FooEv" } }
// { dg-final { scan-assembler-not ".weak\[\t \]_?_ZThn\[48\]_N7Derived3FooEv" } }
struct Base
{

View File

@ -1,5 +1,5 @@
// { dg-require-weak "" }
// { dg-final { scan-assembler ".weak\[ \t\]_?_ZThn\[8.\]_N7Derived3FooEv" } }
// { dg-final { scan-assembler ".weak\[ \t\]_?_ZThn\[48\]_N7Derived3FooEv" } }
struct Base
{