URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/gnu-old/gdb-7.1/gdb/config/i386
- from Rev 834 to Rev 842
- ↔ Reverse comparison
Rev 834 → Rev 842
/nbsdelf.mh
0,0 → 1,5
# Host: NetBSD/i386 ELF |
NATDEPFILES= fork-child.o inf-ptrace.o \ |
nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o |
|
LOADLIBES= -lkvm |
/fbsd.mh
0,0 → 1,7
# Host: FreeBSD/i386 |
NATDEPFILES= fork-child.o inf-ptrace.o \ |
fbsd-nat.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o \ |
bsd-kvm.o |
NAT_FILE= nm-fbsd.h |
|
LOADLIBES= -lkvm |
/nbsdaout.mh
0,0 → 1,6
# Host: NetBSD/i386 a.out |
NATDEPFILES= fork-child.o inf-ptrace.o \ |
nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ |
solib.o solib-sunos.o |
|
LOADLIBES= -lkvm |
/obsdaout.mh
0,0 → 1,6
# Host: OpenBSD/i386 a.out |
NATDEPFILES= fork-child.o inf-ptrace.o \ |
i386bsd-nat.o i386nbsd-nat.o i386obsd-nat.o bsd-kvm.o \ |
solib.o solib-sunos.o |
|
LOADLIBES= -lkvm |
/mingw.mh
0,0 → 1,3
MH_CFLAGS= |
NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o |
XM_CLIBS= |
/nm-i386sol2.h
0,0 → 1,32
/* Native support for i386 running Solaris 2. |
Copyright 1998, 1999, 2000, 2007, 2008, 2009, 2010 |
Free Software Foundation, Inc. |
|
This file is part of GDB. |
|
This program is free software; you can redistribute it and/or modify |
it under the terms of the GNU General Public License as published by |
the Free Software Foundation; either version 3 of the License, or |
(at your option) any later version. |
|
This program is distributed in the hope that it will be useful, |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
GNU General Public License for more details. |
|
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
|
#ifdef NEW_PROC_API /* Solaris 6 and above can do HW watchpoints */ |
|
/* Solaris x86 2.6 and 2.7 targets have a kernel bug when stepping |
over an instruction that causes a page fault without triggering |
a hardware watchpoint. The kernel properly notices that it shouldn't |
stop, because the hardware watchpoint is not triggered, but it forgets |
the step request and continues the program normally. |
Work around the problem by removing hardware watchpoints if a step is |
requested, GDB will check for a hardware watchpoint trigger after the |
step anyway. */ |
#define CANNOT_STEP_HW_WATCHPOINTS |
|
#endif /* NEW_PROC_API */ |
nm-i386sol2.h
Property changes :
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: darwin.mh
===================================================================
--- darwin.mh (nonexistent)
+++ darwin.mh (revision 842)
@@ -0,0 +1,4 @@
+# Host: IA86 running Darwin
+
+NATDEPFILES = fork-child.o machoread.o darwin-nat.o \
+ i386-darwin-nat.o i386-nat.o amd64-nat.o darwin-nat-info.o
Index: obsd.mh
===================================================================
--- obsd.mh (nonexistent)
+++ obsd.mh (revision 842)
@@ -0,0 +1,5 @@
+# Host: OpenBSD/i386 ELF
+NATDEPFILES= fork-child.o inf-ptrace.o \
+ i386bsd-nat.o i386obsd-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm
Index: fbsd64.mh
===================================================================
--- fbsd64.mh (nonexistent)
+++ fbsd64.mh (revision 842)
@@ -0,0 +1,6 @@
+# Host: FreeBSD/amd64
+NATDEPFILES= fork-child.o inf-ptrace.o \
+ fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \
+ bsd-kvm.o
+
+LOADLIBES= -lkvm
Index: i386sol2.mh
===================================================================
--- i386sol2.mh (nonexistent)
+++ i386sol2.mh (revision 842)
@@ -0,0 +1,4 @@
+# Host: Solaris x86
+NATDEPFILES= fork-child.o i386v4-nat.o i386-sol2-nat.o \
+ procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o
+NAT_FILE= nm-i386sol2.h
Index: nm-linux.h
===================================================================
--- nm-linux.h (nonexistent)
+++ nm-linux.h (revision 842)
@@ -0,0 +1,32 @@
+/* Native support for GNU/Linux x86.
+
+ Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see . */
+
+#ifndef NM_LINUX_H
+#define NM_LINUX_H
+
+#include "config/nm-linux.h"
+
+#ifdef HAVE_PTRACE_GETFPXREGS
+/* Include register set support for the SSE registers. */
+#define FILL_FPXREGSET
+#endif
+
+#endif /* nm-linux.h */
nm-linux.h
Property changes :
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: mingw64.mh
===================================================================
--- mingw64.mh (nonexistent)
+++ mingw64.mh (revision 842)
@@ -0,0 +1 @@
+NATDEPFILES= i386-nat.o windows-nat.o amd64-windows-nat.o
Index: nm-i386gnu.h
===================================================================
--- nm-i386gnu.h (nonexistent)
+++ nm-i386gnu.h (revision 842)
@@ -0,0 +1,38 @@
+/* Native-dependent definitions for Intel 386 running the GNU Hurd
+ Copyright 1994, 1995, 1996, 2002, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see . */
+
+#ifndef NM_I386GNU_H
+#define NM_I386GNU_H
+
+#include
+#include
+#include
+#include "regcache.h"
+
+extern char *gnu_target_pid_to_str (int pid);
+
+/* Thread flavors used in re-setting the T bit. */
+#define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE
+#define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT
+#define THREAD_STATE_SET_TRACED(state) \
+ ((struct i386_thread_state *) (state))->efl |= 0x100
+#define THREAD_STATE_CLEAR_TRACED(state) \
+ ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
+
+#endif /* nm-i386gnu.h */
nm-i386gnu.h
Property changes :
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: linux.mh
===================================================================
--- linux.mh (nonexistent)
+++ linux.mh (revision 842)
@@ -0,0 +1,11 @@
+# Host: Intel 386 running GNU/Linux.
+
+NAT_FILE= nm-linux.h
+NATDEPFILES= inf-ptrace.o fork-child.o \
+ i386-nat.o i386-linux-nat.o \
+ proc-service.o linux-thread-db.o \
+ linux-nat.o linux-fork.o
+
+# The dynamically loaded libthread_db needs access to symbols in the
+# gdb executable.
+LOADLIBES = -ldl -rdynamic
Index: cygwin.mh
===================================================================
--- cygwin.mh (nonexistent)
+++ cygwin.mh (revision 842)
@@ -0,0 +1,3 @@
+MH_CFLAGS=
+NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o
+XM_CLIBS=
Index: nbsd64.mh
===================================================================
--- nbsd64.mh (nonexistent)
+++ nbsd64.mh (revision 842)
@@ -0,0 +1,3 @@
+# Host: NetBSD/amd64
+NATDEPFILES= fork-child.o inf-ptrace.o \
+ nbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
Index: nto.mh
===================================================================
--- nto.mh (nonexistent)
+++ nto.mh (revision 842)
@@ -0,0 +1,4 @@
+# Host: Intel 386 running QNX.
+
+NATDEPFILES= nto-procfs.o
+NAT_FILE= config/nm-nto.h
Index: obsd64.mh
===================================================================
--- obsd64.mh (nonexistent)
+++ obsd64.mh (revision 842)
@@ -0,0 +1,5 @@
+# Host: OpenBSD/amd64
+NATDEPFILES= fork-child.o inf-ptrace.o \
+ amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm
Index: i386gnu.mh
===================================================================
--- i386gnu.mh (nonexistent)
+++ i386gnu.mh (revision 842)
@@ -0,0 +1,36 @@
+# Host: Intel 386 running the GNU Hurd
+NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \
+ notify_S.o process_reply_S.o msg_reply_S.o \
+ msg_U.o exc_request_U.o exc_request_S.o
+
+NAT_FILE= nm-i386gnu.h
+MH_CFLAGS = -D_GNU_SOURCE
+
+XM_CLIBS = -lshouldbeinlibc
+
+# Use our own user stubs for the msg rpcs, so we can make them time out, in
+# case the program is fucked, or we guess the wrong signal thread.
+msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
+
+# ick
+MIGCOM = $(MIG) -cc cat - /dev/null
+
+# Reply servers need special massaging of the code mig generates, to make
+# them work correctly for error returns in some cases.
+%_reply_S.h %_reply_S.c: %_reply.defs
+ $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
+ | $(MIGCOM) -sheader $*_reply_S.h -server $*_reply_S.raw -user /dev/null -header /dev/null \
+ && $(AWK) -f $(srcdir)/reply_mig_hack.awk < $*_reply_S.raw > $*_reply_S.c
+# Normal servers
+%_S.h %_S.c: %.defs
+ $(CPP) $(CPPFLAGS) -DSERVERPREFIX=S_ -x c $< \
+ | $(MIGCOM) -sheader $*_S.h -server $*_S.c -user /dev/null -header /dev/null
+# User rpc stubs
+%_U.h %_U.c: %.defs
+ $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
+ | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h
+
+NAT_GENERATED_FILES = notify_S.h notify_S.c \
+ process_reply_S.h process_reply_S.c \
+ msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \
+ exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c
Index: sol2-64.mh
===================================================================
--- sol2-64.mh (nonexistent)
+++ sol2-64.mh (revision 842)
@@ -0,0 +1,4 @@
+# Host: Solaris x86_64
+NATDEPFILES= fork-child.o amd64-nat.o i386v4-nat.o i386-sol2-nat.o \
+ procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o
+NAT_FILE= nm-i386sol2.h
Index: nm-fbsd.h
===================================================================
--- nm-fbsd.h (nonexistent)
+++ nm-fbsd.h (revision 842)
@@ -0,0 +1,28 @@
+/* Native-dependent definitions for FreeBSD/i386.
+
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004, 2005,
+ 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see . */
+
+#ifndef NM_FBSD_H
+#define NM_FBSD_H
+
+#ifdef HAVE_SYS_PARAM_H
+#include
+#endif
+
+#endif /* nm-fbsd.h */
nm-fbsd.h
Property changes :
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: linux64.mh
===================================================================
--- linux64.mh (nonexistent)
+++ linux64.mh (revision 842)
@@ -0,0 +1,9 @@
+# Host: GNU/Linux x86-64
+NATDEPFILES= inf-ptrace.o fork-child.o \
+ i386-nat.o amd64-nat.o amd64-linux-nat.o linux-nat.o \
+ proc-service.o linux-thread-db.o linux-fork.o
+NAT_FILE= config/nm-linux.h
+
+# The dynamically loaded libthread_db needs access to symbols in the
+# gdb executable.
+LOADLIBES = -ldl -rdynamic
Index: go32.mh
===================================================================
--- go32.mh (nonexistent)
+++ go32.mh (revision 842)
@@ -0,0 +1,12 @@
+# Host: Intel x86 running DJGPP
+
+# We include several header files from config/djgpp
+MH_CFLAGS= -I$(srcdir)/config/djgpp
+
+NATDEPFILES= go32-nat.o i386-nat.o
+
+HOST_IPC=
+CC= gcc
+XM_CLIBS= -ldbg
+
+