diff options
author | DJ Delorie <dj@delorie.com> | 2003-06-17 16:31:07 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-06-17 16:31:07 +0000 |
commit | 17a6ca5019d95b05e4299f1e8574c88116dfc16d (patch) | |
tree | beb19fcfe8624626d3123bcf69f3e1ce5f3c2ff5 /include | |
parent | a7fa6674d52c3a0c68d817e5d5f9cd6442f3a308 (diff) | |
download | gdb-17a6ca5019d95b05e4299f1e8574c88116dfc16d.tar.gz |
merge from gcc
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/ansidecl.h | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 18d0b3509e7..1e321f470fa 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support. + 2003-05-23 Jakub Jelinek <jakub@redhat.com> * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack. diff --git a/include/ansidecl.h b/include/ansidecl.h index f8f2d737bf0..d2c87768ce2 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -312,15 +312,4 @@ So instead we use the macro below and test it against specific values. */ #define __extension__ #endif -/* Bootstrap support: Adjust certain macros defined by Autoconf, - which are only valid for the stage1 compiler. If we detect - a modern version of GCC, we are probably in stage2 or beyond, - so unconditionally reset the values. Note that const, inline, - etc. have been dealt with above. */ -#if (GCC_VERSION >= 2007) -# ifndef HAVE_LONG_DOUBLE -# define HAVE_LONG_DOUBLE 1 -# endif -#endif /* GCC >= 2.7 */ - #endif /* ansidecl.h */ |