This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] sim: move sim-engine.o/sim-hrw.o to the common list


On 10 Apr 2015 10:04, Yao Qi wrote:
> This patch breaks the sim build for some targets, such as arm-none-eabi
> and mips-elf.
> 
>   [PATCH] sim: move sim-engine.o/sim-hrw.o to the common list
>   https://sourceware.org/ml/gdb-patches/2015-04/msg00178.html
> 
> Looks sim-engine.o is common to all targets, but sim-hrw.o isn't.  This
> patch is to move sim-hrw.o out of SIM_NEW_COMMON_OBJS, and put it back
> to each target which needs it.

the intention is to build all of common/ all the time and discourage targets
from writing their own sim_xxx funcs.  even if that means the object doesn't
get used.  i've landed a different change in the tree now which should fix
arm & mips.
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]