mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:31:29 +08:00
Fix incorrectly applied patch.
From-SVN: r168667
This commit is contained in:
parent
6e70182270
commit
7bc6263756
@ -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; }
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user