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] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3)


On 06/07/2012 11:51 AM, oza Pawandeep wrote:
> linux-record.o is added under COMMON_OBS, now <arch>-linux-tdep.c compiles.
> ok to commit ?

I feel it is useless to link linux-record.o for the ports that don't
support record at all.

If you want to support record in arm-linux, gdb/configure.tgt is the
right place to modify, IMO.  You need to add "linux-record.o" into
gdb_target_obs in "arm*-*-linux*)".

-- 
Yao (éå)


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