Commit 422a17ce by H.J. Lu Committed by H.J. Lu

Add abort prototype to readeflags-1.c/writeeflags-1.c

	* gcc.target/i386/readeflags-1.c (abort): New prototype.
	* gcc.target/i386/writeeflags-1.c (abort): Likewise.

From-SVN: r225566
parent 3c5f0425
2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/readeflags-1.c (abort): New prototype.
* gcc.target/i386/writeeflags-1.c (abort): Likewise.
2015-07-08 Paolo Carlini <paolo.carlini@oracle.com> 2015-07-08 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/66421 PR c++/66421
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <x86intrin.h> #include <x86intrin.h>
extern void abort (void);
#ifdef __x86_64__ #ifdef __x86_64__
#define EFLAGS_TYPE unsigned long long int #define EFLAGS_TYPE unsigned long long int
#else #else
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <x86intrin.h> #include <x86intrin.h>
extern void abort (void);
#ifdef __x86_64__ #ifdef __x86_64__
#define EFLAGS_TYPE unsigned long long int #define EFLAGS_TYPE unsigned long long int
#else #else
......
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