Commit 7bc62637 by Jan Hubicka

Fix incorrectly applied patch.

From-SVN: r168667
parent 6e701822
......@@ -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; }
static void bar(void) __attribute__ ((weakref("baz")));
void *x = (void *)bar;
static void bar(void) __attribute__ ((weakref("baz")));
void *x = (void *)bar;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment