* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
authorMark Kettenis <kettenis@gnu.org>
Fri, 24 Aug 2001 12:19:59 +0000 (12:19 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 24 Aug 2001 12:19:59 +0000 (12:19 +0000)
config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
inclusion of <limits.h>.

gdb/ChangeLog
gdb/config/i386/xm-i386aix.h
gdb/config/m68k/xm-dpx2.h
gdb/config/xm-lynx.h
gdb/config/xm-nbsd.h
gdb/config/xm-sysv4.h

index 750a11ffc872e9d94ae02bb6cf9486c5262ee3f9..8c69596a80751ab769b33f49d4236449c0996bb4 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
+       config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
+       inclusion of <limits.h>.
+
 2001-08-24  Andrew Cagney  <ac131313@redhat.com>
 
        * regcache.c (read_register_bytes): When REGISTER_NAME indicates
index 3a28c28c45736da400fbf99ae0c6a3bab5b2dbe1..842eadf0632a4b183578a60322fbd2c2c942daf2 100644 (file)
@@ -27,5 +27,3 @@
 
 #undef HAVE_TERMIO
 #define HAVE_SGTTY
-
-#include <limits.h>
index 108b39004b2cf83df1d310fb60f009d8395ecdf6..4595c8181261e56b13e70e8320509d6194ab14c9 100644 (file)
@@ -22,6 +22,3 @@
 
 #define HAVE_TERMIOS
 #define USG
-
-/* Avoid redefinition errors */
-#include <limits.h>
index 0224357113e01bfa7c7348578f29c1fdbfc39863..80ba27584ca30250a5a9e6a9102241041c8625bb 100644 (file)
@@ -17,5 +17,3 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
-
-#include <limits.h>            /* for INT_MIN */
index 282acdbdaecec4fb6ae87f7a518df958d3b421a2..9a1f94a147961f92f02c9a7c27ea2215e4d3e62d 100644 (file)
    define on some systems. */
 #include <sys/param.h>
 
-/* We have to include these files now, so that GDB will not make
-   competing definitions in defs.h.  */
-#include <limits.h>
-
 #include <machine/endian.h>
 #if BYTE_ORDER == BIG_ENDIAN
 #define HOST_BYTE_ORDER BIG_ENDIAN
index 5e77d15e9992654129c91dc7ee6b701bad48e03e..614d40327727cfd9463a1bce832490d0d451d7f8 100644 (file)
@@ -27,7 +27,3 @@
 /* SVR4 is a derivative of System V Release 3 (USG) */
 
 #define USG
-
-/* We have to include these files now, so that GDB will not make
-   competing definitions in defs.h.  */
-#include <limits.h>