Commit 714b74f8 by Jiong Wang Committed by Jiong Wang

[ARM] gnu11 cleanup for aapcs testcases

gcc/testsuite/
   * gcc.target/arm/aapcs/abitest.h: Declare memcpy.

From-SVN: r216675
parent 90f3520e
2014-10-24 Jiong Wang <jiong.wang@arm.com>
* gcc.target/arm/aapcs/abitest.h: Declare memcpy.
2014-10-24 Marek Polacek <polacek@redhat.com> 2014-10-24 Marek Polacek <polacek@redhat.com>
PR c/56980 PR c/56980
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
extern void abort (void); extern void abort (void);
extern int memcmp (const void *s1, const void *s2, __SIZE_TYPE__ n);
__attribute__((naked)) void dumpregs () __asm("myfunc"); __attribute__((naked)) void dumpregs () __asm("myfunc");
__attribute__((naked)) void dumpregs () __attribute__((naked)) void dumpregs ()
......
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