diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-12-01 00:25:08 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-12-01 00:25:08 +0000 |
commit | 6ded7999cda94104758893ee6cd00fe17d584ba2 (patch) | |
tree | 571e07e996ab26c752652cbd5f7527d77e351c6d /gdb/config/rs6000/rs6000.mt | |
parent | 7e74fa0edf05215626b6f841eb69b50976343f47 (diff) | |
download | gdb-6ded7999cda94104758893ee6cd00fe17d584ba2.zip gdb-6ded7999cda94104758893ee6cd00fe17d584ba2.tar.gz gdb-6ded7999cda94104758893ee6cd00fe17d584ba2.tar.bz2 |
Add cross platform SVR4 shared library support for PowerPC.
Diffstat (limited to 'gdb/config/rs6000/rs6000.mt')
-rw-r--r-- | gdb/config/rs6000/rs6000.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000/rs6000.mt b/gdb/config/rs6000/rs6000.mt index a9afe89..5ffcc01 100644 --- a/gdb/config/rs6000/rs6000.mt +++ b/gdb/config/rs6000/rs6000.mt @@ -1,3 +1,3 @@ # Target: IBM RS/6000 running AIX -TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o +TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o TM_FILE= tm-rs6000.h |