diff options
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/embed.mt | 2 | ||||
-rw-r--r-- | gdb/config/arm/linux.mt | 4 | ||||
-rw-r--r-- | gdb/config/arm/nbsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/arm/obsd.mt | 3 | ||||
-rw-r--r-- | gdb/config/arm/wince.mt | 3 |
5 files changed, 0 insertions, 14 deletions
diff --git a/gdb/config/arm/embed.mt b/gdb/config/arm/embed.mt deleted file mode 100644 index 19b1236..0000000 --- a/gdb/config/arm/embed.mt +++ /dev/null @@ -1,2 +0,0 @@ -# Target: ARM embedded system -TDEPFILES= arm-tdep.o diff --git a/gdb/config/arm/linux.mt b/gdb/config/arm/linux.mt deleted file mode 100644 index 8621b56..0000000 --- a/gdb/config/arm/linux.mt +++ /dev/null @@ -1,4 +0,0 @@ -# Target: ARM based machine running GNU/Linux -TDEPFILES= arm-tdep.o arm-linux-tdep.o glibc-tdep.o solib.o \ - solib-svr4.o symfile-mem.o corelow.o - diff --git a/gdb/config/arm/nbsd.mt b/gdb/config/arm/nbsd.mt deleted file mode 100644 index 75c0706..0000000 --- a/gdb/config/arm/nbsd.mt +++ /dev/null @@ -1,2 +0,0 @@ -# Target: NetBSD/arm -TDEPFILES= arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o diff --git a/gdb/config/arm/obsd.mt b/gdb/config/arm/obsd.mt deleted file mode 100644 index fcb1a76..0000000 --- a/gdb/config/arm/obsd.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: OpenBSD/arm -TDEPFILES= arm-tdep.o armbsd-tdep.o armobsd-tdep.o obsd-tdep.o \ - corelow.o solib.o solib-svr4.o diff --git a/gdb/config/arm/wince.mt b/gdb/config/arm/wince.mt deleted file mode 100644 index 0cf2c03..0000000 --- a/gdb/config/arm/wince.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: ARM based machine running Windows CE (win32) -TDEPFILES= arm-tdep.o arm-wince-tdep.o corelow.o \ - solib.o solib-target.o |