Correct last commit
From-SVN: r109287
This commit is contained in:
parent
103ac22259
commit
6b2acaad34
@ -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>
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user