diff options
author | Kevin Buettner <kevinb@redhat.com> | 2006-03-15 23:38:09 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2006-03-15 23:38:09 +0000 |
commit | 7c699b811153b584e042d858ca4647f00d7093ec (patch) | |
tree | c490de3e4e6862f90732fe603017cc655ce0c2c7 /gdb/config/frv | |
parent | 4546b4af9521bdbcf723264787d0240c94fdc82a (diff) | |
download | gdb-7c699b811153b584e042d858ca4647f00d7093ec.zip gdb-7c699b811153b584e042d858ca4647f00d7093ec.tar.gz gdb-7c699b811153b584e042d858ca4647f00d7093ec.tar.bz2 |
Add FR-V Linux core file support.
Diffstat (limited to 'gdb/config/frv')
-rw-r--r-- | gdb/config/frv/frv.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/frv/frv.mt b/gdb/config/frv/frv.mt index 3ce8983..f532cb0 100644 --- a/gdb/config/frv/frv.mt +++ b/gdb/config/frv/frv.mt @@ -1,5 +1,5 @@ # Target: Fujitsu FRV processor -TDEPFILES= frv-tdep.o frv-linux-tdep.o solib.o solib-frv.o +TDEPFILES= frv-tdep.o frv-linux-tdep.o solib.o solib-frv.o corelow.o DEPRECATED_TM_FILE= tm-frv.h SIM_OBS = remote-sim.o SIM = ../sim/frv/libsim.a |