diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:28:24 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:28:24 +0000 |
commit | b5bfe299dec4303e105a9248c1c04eda1afd8805 (patch) | |
tree | 64459b4f114264c1601c92e4b90e0e0b13a57b94 /gdb/config/mips | |
parent | 4e149f91f48d231baa4ad91cfc6d2232152c3ff4 (diff) | |
download | gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.zip gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.tar.gz gdb-b5bfe299dec4303e105a9248c1c04eda1afd8805.tar.bz2 |
* Makefile.in (ANNOTATE_OBS): New definition.
(COMMON_OBS): Add exec.o.
(annotate.o): Remove extra compile rule.
* config/*/*.mh, config/*/*.mt: Remove exec.o from *DEPFILES lists
everywhere.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/bigmips.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/bigmips64.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/decstation.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/idt.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/idt64.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/idtl.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/idtl64.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/irix3.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/littlemips.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/mipsel64.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/mipsm3.mt | 2 | ||||
-rw-r--r-- | gdb/config/mips/mipsv4.mt | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gdb/config/mips/bigmips.mt b/gdb/config/mips/bigmips.mt index a127042..b183b3e 100644 --- a/gdb/config/mips/bigmips.mt +++ b/gdb/config/mips/bigmips.mt @@ -1,3 +1,3 @@ # Target: Big-endian MIPS machine such as Sony News -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-bigmips.h diff --git a/gdb/config/mips/bigmips64.mt b/gdb/config/mips/bigmips64.mt index 06445fa..6c6d989 100644 --- a/gdb/config/mips/bigmips64.mt +++ b/gdb/config/mips/bigmips64.mt @@ -1,3 +1,3 @@ # Target: Big-endian MIPS machine such as Sony News -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-bigmips64.h diff --git a/gdb/config/mips/decstation.mt b/gdb/config/mips/decstation.mt index 96896c0..09fbfa3 100644 --- a/gdb/config/mips/decstation.mt +++ b/gdb/config/mips/decstation.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-mips.h diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt index 70a16f4..e13427d 100644 --- a/gdb/config/mips/idt.mt +++ b/gdb/config/mips/idt.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o +TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o TM_FILE= tm-idt.h diff --git a/gdb/config/mips/idt64.mt b/gdb/config/mips/idt64.mt index 17d15531..a213307 100644 --- a/gdb/config/mips/idt64.mt +++ b/gdb/config/mips/idt64.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o +TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o TM_FILE= tm-idt64.h diff --git a/gdb/config/mips/idtl.mt b/gdb/config/mips/idtl.mt index 0c940a2..2e3dc72 100644 --- a/gdb/config/mips/idtl.mt +++ b/gdb/config/mips/idtl.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o +TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o TM_FILE= tm-idtl.h diff --git a/gdb/config/mips/idtl64.mt b/gdb/config/mips/idtl64.mt index c828e7a..48778dc 100644 --- a/gdb/config/mips/idtl64.mt +++ b/gdb/config/mips/idtl64.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o +TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o TM_FILE= tm-idtl64.h diff --git a/gdb/config/mips/irix3.mt b/gdb/config/mips/irix3.mt index 2f0097b..978aafd 100644 --- a/gdb/config/mips/irix3.mt +++ b/gdb/config/mips/irix3.mt @@ -1,3 +1,3 @@ # Target: SGI mips -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-irix3.h diff --git a/gdb/config/mips/littlemips.mt b/gdb/config/mips/littlemips.mt index 96896c0..09fbfa3 100644 --- a/gdb/config/mips/littlemips.mt +++ b/gdb/config/mips/littlemips.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-mips.h diff --git a/gdb/config/mips/mipsel64.mt b/gdb/config/mips/mipsel64.mt index e4118f4..f8a02a6 100644 --- a/gdb/config/mips/mipsel64.mt +++ b/gdb/config/mips/mipsel64.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-mips64.h diff --git a/gdb/config/mips/mipsm3.mt b/gdb/config/mips/mipsm3.mt index 6c6ce0f..1f81c2f 100644 --- a/gdb/config/mips/mipsm3.mt +++ b/gdb/config/mips/mipsm3.mt @@ -1,4 +1,4 @@ # Target: Little-endian MIPS machine such as pmax # running Mach 3.0 operating system -TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o TM_FILE= tm-mipsm3.h diff --git a/gdb/config/mips/mipsv4.mt b/gdb/config/mips/mipsv4.mt index b250052..332e1f3 100644 --- a/gdb/config/mips/mipsv4.mt +++ b/gdb/config/mips/mipsv4.mt @@ -1,3 +1,3 @@ # Target: MIPS running SVR4 -TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TDEPFILES= mips-pinsn.o mips-tdep.o TM_FILE= tm-mipsv4.h |