From 6b54a42f76a1039995c6ba280d02f49a042b1b29 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 26 Apr 2010 13:53:55 +0000 Subject: Removal of config/i386/nm-i386sol2.h native configuration file. * config/i386/nm-i386sol2.h: Remove file. * config/i386/i386sol2.mh: Remove NAT_FILE definition. * config/i386/sol2-64.mh: Idem. * config/djgpp/fnchange.lst: Idem. * Makefile.in (HFILES_NO_SRCDIR): Remove reference to that file. --- gdb/config/djgpp/fnchange.lst | 1 - gdb/config/i386/i386sol2.mh | 1 - gdb/config/i386/nm-i386sol2.h | 22 ---------------------- gdb/config/i386/sol2-64.mh | 1 - 4 files changed, 25 deletions(-) delete mode 100644 gdb/config/i386/nm-i386sol2.h (limited to 'gdb/config') diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst index f2072168df7..60b7de79aa3 100644 --- a/gdb/config/djgpp/fnchange.lst +++ b/gdb/config/djgpp/fnchange.lst @@ -136,7 +136,6 @@ @V@/gdb/config/i386/nm-linux64.h @V@/gdb/config/i386/nm-lx64.h @V@/gdb/config/i386/nm-i386sco4.h @V@/gdb/config/i386/nm-sco4.h @V@/gdb/config/i386/nm-i386sco5.h @V@/gdb/config/i386/nm-sco5.h -@V@/gdb/config/i386/nm-i386sol2.h @V@/gdb/config/i386/nm-sol2.h @V@/gdb/config/i386/nm-i386v4.h @V@/gdb/config/i386/nm-v4.h @V@/gdb/config/i386/nm-i386v42mp.h @V@/gdb/config/i386/nm-v42mp.h @V@/gdb/config/i386/tm-i386sol2.h @V@/gdb/config/i386/tm-sol2.h diff --git a/gdb/config/i386/i386sol2.mh b/gdb/config/i386/i386sol2.mh index 28b1800ecf4..dcf5a79c1e6 100644 --- a/gdb/config/i386/i386sol2.mh +++ b/gdb/config/i386/i386sol2.mh @@ -1,4 +1,3 @@ # 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 diff --git a/gdb/config/i386/nm-i386sol2.h b/gdb/config/i386/nm-i386sol2.h deleted file mode 100644 index 8540e9e56f3..00000000000 --- a/gdb/config/i386/nm-i386sol2.h +++ /dev/null @@ -1,22 +0,0 @@ -/* 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 . */ - -#ifdef NEW_PROC_API /* Solaris 6 and above can do HW watchpoints */ - -#endif /* NEW_PROC_API */ diff --git a/gdb/config/i386/sol2-64.mh b/gdb/config/i386/sol2-64.mh index 5865b35230a..bfb69801eb6 100644 --- a/gdb/config/i386/sol2-64.mh +++ b/gdb/config/i386/sol2-64.mh @@ -1,4 +1,3 @@ # 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 -- cgit v1.2.1