Fix incorrectly applied patch.

From-SVN: r168667
This commit is contained in:
Jan Hubicka 2011-01-11 17:33:52 +00:00
parent 6e70182270
commit 7bc6263756
2 changed files with 0 additions and 6 deletions

View File

@ -2,7 +2,3 @@
void baz(void) {}
void *y = (void *)baz;
int main () { return 0; }
/* { dg-lto-do assemble } */
void baz(void) {}
void *y = (void *)baz;
int main () { return 0; }

View File

@ -1,4 +1,2 @@
static void bar(void) __attribute__ ((weakref("baz")));
void *x = (void *)bar;
static void bar(void) __attribute__ ((weakref("baz")));
void *x = (void *)bar;