diff options
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/cygwin.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/fbsd.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/fbsd64.mt | 5 | ||||
-rw-r--r-- | gdb/config/i386/i386.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/i386gnu.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/i386sol2.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/linux.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/linux64.mt | 4 | ||||
-rw-r--r-- | gdb/config/i386/mingw.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/nbsd.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/nbsd64.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/nto.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/obsd.mt | 3 | ||||
-rw-r--r-- | gdb/config/i386/obsd64.mt | 4 | ||||
-rw-r--r-- | gdb/config/i386/sol2-64.mt | 3 |
15 files changed, 0 insertions, 47 deletions
diff --git a/gdb/config/i386/cygwin.mt b/gdb/config/i386/cygwin.mt deleted file mode 100644 index 8ec3c44..0000000 --- a/gdb/config/i386/cygwin.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Intel 386 run win32 -TDEPFILES= i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o diff --git a/gdb/config/i386/fbsd.mt b/gdb/config/i386/fbsd.mt deleted file mode 100644 index bbf63a9..0000000 --- a/gdb/config/i386/fbsd.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: FreeBSD/i386 -TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ - bsd-uthread.o corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/fbsd64.mt b/gdb/config/i386/fbsd64.mt deleted file mode 100644 index 4e67843..0000000 --- a/gdb/config/i386/fbsd64.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: FreeBSD/amd64 -TDEPFILES= amd64-tdep.o amd64fbsd-tdep.o \ - i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ - bsd-uthread.o corelow.o solib.o solib-svr4.o - diff --git a/gdb/config/i386/i386.mt b/gdb/config/i386/i386.mt deleted file mode 100644 index d2eab6d..0000000 --- a/gdb/config/i386/i386.mt +++ /dev/null @@ -1,2 +0,0 @@ -# Target: i386 -TDEPFILES= i386-tdep.o i387-tdep.o diff --git a/gdb/config/i386/i386gnu.mt b/gdb/config/i386/i386gnu.mt deleted file mode 100644 index 6684188..0000000 --- a/gdb/config/i386/i386gnu.mt +++ /dev/null @@ -1,2 +0,0 @@ -# Target: Intel 386 running the GNU Hurd -TDEPFILES= i386-tdep.o i387-tdep.o i386gnu-tdep.o solib.o solib-svr4.o diff --git a/gdb/config/i386/i386sol2.mt b/gdb/config/i386/i386sol2.mt deleted file mode 100644 index 8e24723..0000000 --- a/gdb/config/i386/i386sol2.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Solaris x86 -TDEPFILES= i386-tdep.o i387-tdep.o i386-sol2-tdep.o sol2-tdep.o \ - corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/linux.mt b/gdb/config/i386/linux.mt deleted file mode 100644 index 17eeab1..0000000 --- a/gdb/config/i386/linux.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Intel 386 running GNU/Linux -TDEPFILES= i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \ - solib.o solib-svr4.o symfile-mem.o corelow.o diff --git a/gdb/config/i386/linux64.mt b/gdb/config/i386/linux64.mt deleted file mode 100644 index 61167fb..0000000 --- a/gdb/config/i386/linux64.mt +++ /dev/null @@ -1,4 +0,0 @@ -# Target: GNU/Linux x86-64 -TDEPFILES= amd64-tdep.o amd64-linux-tdep.o \ - i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \ - solib.o solib-svr4.o corelow.o symfile-mem.o diff --git a/gdb/config/i386/mingw.mt b/gdb/config/i386/mingw.mt deleted file mode 100644 index 8ec3c44..0000000 --- a/gdb/config/i386/mingw.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Intel 386 run win32 -TDEPFILES= i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o diff --git a/gdb/config/i386/nbsd.mt b/gdb/config/i386/nbsd.mt deleted file mode 100644 index 3bc36a4..0000000 --- a/gdb/config/i386/nbsd.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: NetBSD/i386 -TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386nbsd-tdep.o nbsd-tdep.o \ - corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/nbsd64.mt b/gdb/config/i386/nbsd64.mt deleted file mode 100644 index 14cce9c..0000000 --- a/gdb/config/i386/nbsd64.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: NetBSD/amd64 -TDEPFILES= amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o \ - corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/nto.mt b/gdb/config/i386/nto.mt deleted file mode 100644 index b8b902a..0000000 --- a/gdb/config/i386/nto.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Intel 386 running qnx6. -TDEPFILES = i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ - i386-nto-tdep.o nto-tdep.o diff --git a/gdb/config/i386/obsd.mt b/gdb/config/i386/obsd.mt deleted file mode 100644 index f0f3da7..0000000 --- a/gdb/config/i386/obsd.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: OpenBSD/i386 -TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ - bsd-uthread.o corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/obsd64.mt b/gdb/config/i386/obsd64.mt deleted file mode 100644 index 4968388..0000000 --- a/gdb/config/i386/obsd64.mt +++ /dev/null @@ -1,4 +0,0 @@ -# Target: OpenBSD/amd64 -TDEPFILES= amd64-tdep.o amd64obsd-tdep.o \ - i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ - bsd-uthread.o corelow.o solib.o solib-svr4.o diff --git a/gdb/config/i386/sol2-64.mt b/gdb/config/i386/sol2-64.mt deleted file mode 100644 index 5368d86..0000000 --- a/gdb/config/i386/sol2-64.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Solaris x86_64 -TDEPFILES= i386-tdep.o i387-tdep.o amd64-tdep.o amd64-sol2-tdep.o \ - i386-sol2-tdep.o sol2-tdep.o corelow.o solib.o solib-svr4.o |