diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-04-25 06:36:52 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-04-25 06:36:52 +0000 |
commit | 244bc1085b7e315513413db3de311d1f10c6ddc9 (patch) | |
tree | 646345769cee4236dedfb026a806c9c38ab85ce6 /gdb/config/ia64/linux.mt | |
parent | aea4bd9d34f1b7454f9f04081569e7fe8371fca7 (diff) | |
download | gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.zip gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.tar.gz gdb-244bc1085b7e315513413db3de311d1f10c6ddc9.tar.bz2 |
Handle signal handler frames and call dummy frames.
Diffstat (limited to 'gdb/config/ia64/linux.mt')
-rw-r--r-- | gdb/config/ia64/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/ia64/linux.mt b/gdb/config/ia64/linux.mt index e688b46..8e5b910 100644 --- a/gdb/config/ia64/linux.mt +++ b/gdb/config/ia64/linux.mt @@ -1,5 +1,5 @@ # Target: Intel IA-64 running GNU/Linux -TDEPFILES= ia64-tdep.o +TDEPFILES= ia64-tdep.o ia64-linux-tdep.o TM_FILE= tm-linux.h GDBSERVER_DEPFILES= low-linux.o |