diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-09-16 02:27:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-09-16 02:27:10 +0000 |
commit | 2bf15e13f581ffa37899c61c2a282cf168802bc2 (patch) | |
tree | 99461817a2cb90991604e43ab1d0ed737ebd5534 /gdb/config/arc | |
parent | 5ed0a9a369ce0bbf0000ec0dba3a0a32c0537782 (diff) | |
download | gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.zip gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.tar.gz gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.tar.bz2 |
Remove/retain old ARC stuff as appropriate
Diffstat (limited to 'gdb/config/arc')
-rw-r--r-- | gdb/config/arc/arc.mt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/config/arc/arc.mt b/gdb/config/arc/arc.mt index cf4284e..8ee8c3d 100644 --- a/gdb/config/arc/arc.mt +++ b/gdb/config/arc/arc.mt @@ -1,8 +1,3 @@ -# Target: arc processor -TDEPFILES = arc-tdep.o remote-arc.o +# Target: ARC processor +TDEPFILES = arc-tdep.o TM_FILE = tm-arc.h - -REMOTE_OBS = dcache.o remote-utils.o # remote-sim.o - -# This isn't supported yet and prevents gdb from building. -#SER_HARDWIRE= ser-go32-para.o |