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 | a5511ff8d405a712eb274c743cd0a762d4bbed12 (patch) | |
tree | 8cb5b5f565556305c115d8230cdf77093e156d04 /gdb/config | |
parent | f917d95f6139b42d21c96f54569baa98b3c895e7 (diff) | |
download | gdb-a5511ff8d405a712eb274c743cd0a762d4bbed12.tar.gz |
Add FR-V Linux core file support.
Diffstat (limited to 'gdb/config')
-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 3ce89837bc4..f532cb0f09a 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 |