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 "L42$pb"} @ file address 5464.

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)
The code you quote here looks correct. Probably the definition of L42$pb
is missing; it should be near the top of the function. The RTL for it
should be generated by gen_load_macho_picbase() called from
rs6000_emit_prologue().


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