Fix invoking "[kill|detach] inferiors" on inferiors that are not running
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gnu-ifunc-lib.c
index 803ac9305de76ea5beae2e4d87a220c7118a627d..6de1ea5e6bfc6c6c49d3e5477c0cbfbb843e4624 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2009-2013 Free Software Foundation, Inc.
+   Copyright 2009-2015 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)
This page took 0.076116 seconds and 4 git commands to generate.