| Index: gdb/testsuite/gdb.base/gnu-ifunc-lib.c
|
| diff --git a/gdb/testsuite/gdb.base/gnu-ifunc-lib.c b/gdb/testsuite/gdb.base/gnu-ifunc-lib.c
|
| index 5421a5641a5afe6952b2be2cac25397bb96d0b62..a3fe06109d759ea877dffc0ffd2578e55239f345 100644
|
| --- a/gdb/testsuite/gdb.base/gnu-ifunc-lib.c
|
| +++ b/gdb/testsuite/gdb.base/gnu-ifunc-lib.c
|
| @@ -1,6 +1,6 @@
|
| /* This testcase is part of GDB, the GNU debugger.
|
|
|
| - Copyright 2009-2012 Free Software Foundation, Inc.
|
| + Copyright 2009-2013 Free Software Foundation, Inc.
|
|
|
| This program is free software; you can redistribute it and/or modify
|
| it under the terms of the GNU General Public License as published by
|
| @@ -21,7 +21,7 @@ extern int final (int arg);
|
|
|
| typedef int (*final_t) (int arg);
|
|
|
| -asm (".type gnu_ifunc, @gnu_indirect_function");
|
| +asm (".type gnu_ifunc, %gnu_indirect_function");
|
|
|
| final_t
|
| gnu_ifunc (void)
|
|
|