OpenCores
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 816 to Rev 834
    Reverse comparison

Rev 816 → Rev 834

/nbsdelf.mh File deleted
/fbsd.mh File deleted
/nbsdaout.mh File deleted
/obsdaout.mh File deleted
/mingw.mh File deleted
/nm-i386sol2.h File deleted
nm-i386sol2.h Property changes : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: darwin.mh =================================================================== --- darwin.mh (revision 816) +++ darwin.mh (nonexistent) @@ -1,4 +0,0 @@ -# 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 (revision 816) +++ obsd.mh (nonexistent) @@ -1,5 +0,0 @@ -# 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 (revision 816) +++ fbsd64.mh (nonexistent) @@ -1,6 +0,0 @@ -# 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 (revision 816) +++ i386sol2.mh (nonexistent) @@ -1,4 +0,0 @@ -# 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 (revision 816) +++ nm-linux.h (nonexistent) @@ -1,32 +0,0 @@ -/* 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 : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: mingw64.mh =================================================================== --- mingw64.mh (revision 816) +++ mingw64.mh (nonexistent) @@ -1 +0,0 @@ -NATDEPFILES= i386-nat.o windows-nat.o amd64-windows-nat.o Index: nm-i386gnu.h =================================================================== --- nm-i386gnu.h (revision 816) +++ nm-i386gnu.h (nonexistent) @@ -1,38 +0,0 @@ -/* 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 : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: linux.mh =================================================================== --- linux.mh (revision 816) +++ linux.mh (nonexistent) @@ -1,11 +0,0 @@ -# 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 (revision 816) +++ cygwin.mh (nonexistent) @@ -1,3 +0,0 @@ -MH_CFLAGS= -NATDEPFILES= i386-nat.o windows-nat.o i386-windows-nat.o -XM_CLIBS= Index: nbsd64.mh =================================================================== --- nbsd64.mh (revision 816) +++ nbsd64.mh (nonexistent) @@ -1,3 +0,0 @@ -# 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 (revision 816) +++ nto.mh (nonexistent) @@ -1,4 +0,0 @@ -# Host: Intel 386 running QNX. - -NATDEPFILES= nto-procfs.o -NAT_FILE= config/nm-nto.h Index: obsd64.mh =================================================================== --- obsd64.mh (revision 816) +++ obsd64.mh (nonexistent) @@ -1,5 +0,0 @@ -# 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 (revision 816) +++ i386gnu.mh (nonexistent) @@ -1,36 +0,0 @@ -# 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 (revision 816) +++ sol2-64.mh (nonexistent) @@ -1,4 +0,0 @@ -# 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 (revision 816) +++ nm-fbsd.h (nonexistent) @@ -1,28 +0,0 @@ -/* 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 : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: linux64.mh =================================================================== --- linux64.mh (revision 816) +++ linux64.mh (nonexistent) @@ -1,9 +0,0 @@ -# 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 (revision 816) +++ go32.mh (nonexistent) @@ -1,12 +0,0 @@ -# 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 - -

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.