diff options
author | YamaArashi <shadow962@live.com> | 2016-02-15 20:16:29 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-15 20:16:29 -0800 |
commit | 9382e1a90b218b4b93bf53c01ef163925cf224dc (patch) | |
tree | 882c359a83eb6e74812b9152ea510fc4c94057d0 /gcc/dwarf2out.c | |
parent | 90c0424ec6ff27017a463b126de3b4e2937d136e (diff) |
remove more files
Diffstat (limited to 'gcc/dwarf2out.c')
-rwxr-xr-x | gcc/dwarf2out.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 21404e1..e98380c 100755 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ DWARF2_DEBUGGING_INFO, deals with the other DWARF 2 debugging information. */ +#include <assert.h> #include "config.h" #include "system.h" #include "defaults.h" @@ -45,15 +46,6 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "dyn-string.h" -/* We cannot use <assert.h> in GCC source, since that would include - GCC's assert.h, which may not be compatible with the host compiler. */ -#undef assert -#ifdef NDEBUG -# define assert(e) -#else -# define assert(e) do { if (! (e)) abort (); } while (0) -#endif - /* Decide whether we want to emit frame unwind information for the current translation unit. */ |