* defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex
authorFred Fish <fnf@specifix.com>
Sun, 2 May 1993 18:57:03 +0000 (18:57 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 2 May 1993 18:57:03 +0000 (18:57 +0000)
commitebd99d54094a5bfae4c12fc0a2ca076a23d8c569
tree59411a495ed1589088c0dca09507327a3e964af4
parent772b5e9b598e502f2260374854f4d310f1c09da8
* defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN):  Replace hex
constants with slightly more portable definitions (still depends
on 2's complement arithmetic though).
* config/i386/nm-linux.h:  Define NO_SYS_REG_H for no <sys/reg.h>.
* i386v-nat.c (sys/reg.h):  Conditionalize include on
NO_SYS_REG_H.  Linux doesn't have <sys/reg.h>.
* ser-unix.c (termio.h):  Include <termio.h> like other files that
include termio.h, not <sys/termio.h> which may not exist (on
linux for example).
gdb/ChangeLog
gdb/i386v-nat.c
gdb/ser-unix.c
This page took 0.024904 seconds and 4 git commands to generate.