mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/i386/linux.mh: Remove XM_CLIBS, TERMLIB, SYSV_DEFINE, and
REGEX. * config/i386/xm-linux.h: Don't include xm-i386v.h. Define HOST_BYTE_ORDER ourselves. Define HAVE_TERMIOS not HAVE_TERMIO. Define NEED_POSIX_SETPGID. Include unistd.h.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
Mon Nov 15 11:38:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386/linux.mh: Remove XM_CLIBS, TERMLIB, SYSV_DEFINE, and
|
||||||
|
REGEX.
|
||||||
|
* config/i386/xm-linux.h: Don't include xm-i386v.h. Define
|
||||||
|
HOST_BYTE_ORDER ourselves. Define HAVE_TERMIOS not HAVE_TERMIO.
|
||||||
|
Define NEED_POSIX_SETPGID. Include unistd.h.
|
||||||
|
|
||||||
Mon Nov 15 12:29:10 1993 Kung Hsu (kung@cirdan.cygnus.com)
|
Mon Nov 15 12:29:10 1993 Kung Hsu (kung@cirdan.cygnus.com)
|
||||||
|
|
||||||
* symtab.c(gdb_mangle_name): fix the problem with constructor
|
* symtab.c(gdb_mangle_name): fix the problem with constructor
|
||||||
|
@ -17,10 +17,14 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include "i386/xm-i386v.h"
|
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
/* This is the amount to subtract from u.u_ar0
|
/* This is the amount to subtract from u.u_ar0
|
||||||
to get the offset in the core file of the register values. */
|
to get the offset in the core file of the register values. */
|
||||||
#undef KERNEL_U_ADDR
|
|
||||||
#define KERNEL_U_ADDR 0x0
|
#define KERNEL_U_ADDR 0x0
|
||||||
#define PSIGNAL_IN_SIGNAL_H
|
#define PSIGNAL_IN_SIGNAL_H
|
||||||
|
|
||||||
|
#define NEED_POSIX_SETPGID
|
||||||
|
|
||||||
|
/* Need R_OK etc, but USG isn't defined. */
|
||||||
|
#include <unistd.h>
|
||||||
|
Reference in New Issue
Block a user