diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-10 14:04:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-11 01:44:13 +0700 |
commit | 8d98f3c5719f6c6c7e5caf9879ca55569fd74d8b (patch) | |
tree | 2f546b62e84fe2214e81c48e2515dc438b999680 /gdb/configure.tgt | |
parent | d022a4c7f5dacd14055517b9cc04c080808e3a42 (diff) | |
download | gdb-8d98f3c5719f6c6c7e5caf9879ca55569fd74d8b.zip gdb-8d98f3c5719f6c6c7e5caf9879ca55569fd74d8b.tar.gz gdb-8d98f3c5719f6c6c7e5caf9879ca55569fd74d8b.tar.bz2 |
split FDPIC-specific logic out of FR-V code
The Blackfin port implements the FDPIC ABI the same way as the FR-V guys.
So rather than copy & paste their solib code, split it out into an FDPIC
solib file so people who implement it can use the same code. SuperH will
probably use this file as well down the line.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index e84e222..a6cb35f 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -210,7 +210,8 @@ avr-*-*) bfin-*-*linux*) # Target: Blackfin Linux - gdb_target_obs="bfin-tdep.o bfin-linux-tdep.o linux-tdep.o" + gdb_target_obs="bfin-tdep.o bfin-linux-tdep.o linux-tdep.o + solib.o solib-bfin.o" ;; bfin-*-*) # Target: Blackfin processor |