mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 21:49:40 +00:00
* configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
(mep-*-*) [gdb_target_obs]: Likewise.
This commit is contained in:
parent
c83ebfa0aa
commit
57295b0bb3
@ -1,3 +1,8 @@
|
||||
2012-08-01 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
|
||||
(mep-*-*) [gdb_target_obs]: Likewise.
|
||||
|
||||
2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* ppc-linux-tdep.c (ppc_linux_init_abi): Register
|
||||
|
@ -267,7 +267,7 @@ lm32-*-*)
|
||||
|
||||
m32c-*-*)
|
||||
# Target: Renesas M32C family
|
||||
gdb_target_obs="m32c-tdep.o prologue-value.o"
|
||||
gdb_target_obs="m32c-tdep.o"
|
||||
# There may also be a SID / CGEN simulator for this,
|
||||
# but we do have DJ Delorie's mini-sim.
|
||||
gdb_sim=../sim/m32c/libsim.a
|
||||
@ -321,7 +321,7 @@ m88*-*-openbsd*)
|
||||
|
||||
mep-*-*)
|
||||
# Target: Toshiba Media Processor (MEP)
|
||||
gdb_target_obs="mep-tdep.o prologue-value.o"
|
||||
gdb_target_obs="mep-tdep.o"
|
||||
# No sim needed. Target uses SID.
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user