Skip to content
Snippets Groups Projects
Commit 6b2acaad authored by Hans-Peter Nilsson's avatar Hans-Peter Nilsson Committed by Hans-Peter Nilsson
Browse files

Correct last commit

From-SVN: r109287
parent 103ac222
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
   
* g++.dg/abi/thunk3.C, g++.dg/abi/thunk4.C: Gate on * g++.dg/abi/thunk3.C, g++.dg/abi/thunk4.C: Gate on
dg-require-weak. Adjust regexp to handle leading-underscore dg-require-weak. Adjust regexp to handle leading-underscore
targets, NO_DOT_IN_LABEL targets and space as well as TAB after targets and space as well as TAB after .weak. Change previous
.weak. 64-bit fix to not use naked dot.
   
2006-01-03 Paolo Bonzini <bonzini@gnu.org> 2006-01-03 Paolo Bonzini <bonzini@gnu.org>
   
// { dg-require-weak "" } // { 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 struct Base
{ {
......
// { dg-require-weak "" } // { dg-require-weak "" }
// { dg-final { scan-assembler ".weak\[ \t\]_?_ZThn\[8.\]_N7Derived3FooEv" } } // { dg-final { scan-assembler ".weak\[ \t\]_?_ZThn\[48\]_N7Derived3FooEv" } }
struct Base struct Base
{ {
......
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