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 v2] gdbserver: bfin: new port


On Tuesday 14 December 2010 16:57:48, Mike Frysinger wrote:
> thinking about it more, the gdb port atm doesnt support FDPIC.  so if the only 
> contentious point of the gdbserver code is the FDPIC handling, then i can 
> simply drop that and revisit when the Blackfin/FDPIC core code is merged.

I think that's the best approach.  Would it be easy to split
the linux bits out of gdb/bfin-tdep.c into gdb/bfin-linux-tdep.c?
You could even push the bare metal (bfin-elf?) bits first without
any linux bits as a first step.

Please also get rid of gdb/config/bfin/bfin.mt -- .mt files have
long since been eliminated from gdb, the code that would go there you
already have in configure.tgt.

-- 
Pedro Alves


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