This is the mail archive of the gdb@sources.redhat.com 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: multi-arched Linux target


> > > Do I have to use MULTI_ARCH_PARTIAL for Linux target?
> 
> I think so.  You'll need to have a tm-*.h file, which automatically
> brings you down to MULTI_ARCH_PARTIAL.  You don't need to actually
> #define that anywhere, though; just having a tm-*.h file at all
> automatically sets that.  Search for GDB_TM_FILE in defs.h.
> 
> But I don't think that'll cause you any problems.  Since you're not
> overriding them, it won't affect any of the definitions you're
> currently getting from gdbarch.h.  Things should just continue to work
> normally.

I see. I'll use MULTI_ARCH_PARTIAL.
Thank you.

===
Kei Sakamoto
Renesas Technology Corp.
sakamoto.kei@renesas.com


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