diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-09 15:58:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-09 15:58:51 +0000 |
commit | 41512e62cc898b4dcc32097949aaec6a45511ae3 (patch) | |
tree | 7880a15892b1d6f7490a9417466caaf479192280 /gdb/config/pa/linux.mt | |
parent | 775650a3ef19e2549db1f013eadfacfffe99925e (diff) | |
download | gdb-41512e62cc898b4dcc32097949aaec6a45511ae3.tar.gz |
2005-02-09 Andrew Cagney <cagney@gnu.org>
* config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
* config/powerpc/linux.mt (TDEPFILES): Ditto.
* config/pa/linux.mt (TDEPFILES): Ditto.
* config/mips/linux.mt (TDEPFILES): Ditto.
* config/m68k/linux.mt (TDEPFILES): Ditto.
* config/m32r/linux.mt (TDEPFILES): Ditto.
* config/ia64/linux.mt (TDEPFILES): Ditto.
* config/arm/linux.mt (TDEPFILES): Ditto.
Diffstat (limited to 'gdb/config/pa/linux.mt')
-rw-r--r-- | gdb/config/pa/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/linux.mt b/gdb/config/pa/linux.mt index d2168668559..ddfb72d4a79 100644 --- a/gdb/config/pa/linux.mt +++ b/gdb/config/pa/linux.mt @@ -1,3 +1,3 @@ # Target: HP PA-RISC running Linux -TDEPFILES= hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o solib.o solib-svr4.o +TDEPFILES= hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o solib.o solib-svr4.o symfile-mem.o DEPRECATED_TM_FILE=tm-linux.h |