This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Problems building GNAT on OS X with top-of-tree


On Tuesday, October 15, 2002, at 06:32  PM, Geert Bosch wrote:
a-except.s:unknown:Can't emit reloc {- symbol "L65$pb"} @ file address 9404.
I guess this refers to code like:
addis r9,r31,ha16(
L_system__soft_links__get_jmpbuf_address$non_lazy_ptr-
L42$pb)
lwz r9,lo16(L_system__soft_links__get_jmpbuf_address$non_lazy_ptr-
L42$pb)(r9)
Another possibility is that
L_system__soft_links__get_jmpbuf_address$non_lazy_ptr
is not defined.  In either case I'd expect to see an "undefined symbol"
message from the assembler though.  If neither of those is it, send me
a .s file and I'll figure it out.



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