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)


ok. sure will add it there as it is not currently linking.
but on the contrary 'record.o' is also under the same section
COMMON_OBS, which is also not required where no record support.
hence it is confusing.

Regards,
Oza.

On Thu, Jun 7, 2012 at 7:11 PM, Yao Qi <yao@codesourcery.com> wrote:
> 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 t, hat 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]