mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* 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>.
This commit is contained in:
parent
fcfbdf319e
commit
ceacb162a1
@ -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
|
||||
|
@ -27,5 +27,3 @@
|
||||
|
||||
#undef HAVE_TERMIO
|
||||
#define HAVE_SGTTY
|
||||
|
||||
#include <limits.h>
|
||||
|
@ -22,6 +22,3 @@
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
#define USG
|
||||
|
||||
/* Avoid redefinition errors */
|
||||
#include <limits.h>
|
||||
|
@ -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 */
|
||||
|
@ -22,10 +22,6 @@
|
||||
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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user