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 | |
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')
-rw-r--r-- | gdb/config/rs6000/aix4.mt | 2 | ||||
-rw-r--r-- | gdb/config/rs6000/rs6000.mt | 2 | ||||
-rw-r--r-- | gdb/config/rs6000/rs6000lynx.mt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/rs6000/aix4.mt b/gdb/config/rs6000/aix4.mt index f1082b3..fb9d003 100644 --- a/gdb/config/rs6000/aix4.mt +++ b/gdb/config/rs6000/aix4.mt @@ -1,3 +1,3 @@ # Target: IBM RS/6000 running AIX4 -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-aix4.h 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 diff --git a/gdb/config/rs6000/rs6000lynx.mt b/gdb/config/rs6000/rs6000lynx.mt index fae6d8c..69aeb60 100644 --- a/gdb/config/rs6000/rs6000lynx.mt +++ b/gdb/config/rs6000/rs6000lynx.mt @@ -1,3 +1,3 @@ # Target: IBM RS6000 running LynxOS -TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o +TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o TM_FILE= tm-rs6000ly.h |