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: cross-target gdb compilation problems


Andrew Cagney wrote:
Until someone fixes these limitations in the solib code, adding the include to the tm*-.h file (and dropping back to multi-arch partial) is the accepted way of addressing this problem.

Well, so can you then aprove the patch attached? Also please try to compile gdb with --target=x86_64-unknown-linux and tell me if I can remove the "broken" flag from MAINTAINERS if you were successfull.

2002-07-01  Michal Ludvig  <mludvig@suse.cz>

        * config/i386/tm-x86_64linux.h: New.
Yes, but tm-x86-64linux.h (``-'' vs ``_'').

and

+ #ifndef TM_LINUX_H
+ #define TM_LINUX_H

should be ifndef TM_X86_64LINUX_H.

        * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
        definitions.

Thanks in advance
enjoy,
Andrew



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