* configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o. (mep-*-*) [gdb_target_obs]: Likewise. Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.255 diff -u -r1.255 configure.tgt --- configure.tgt 25 Jul 2012 15:34:08 -0000 1.255 +++ configure.tgt 1 Aug 2012 18:27:06 -0000 @@ -267,7 +267,7 @@ 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 @@ 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. ;;