This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems building GNAT on OS X with top-of-tree
- From: Dale Johannesen <dalej at apple dot com>
- To: Geert Bosch <bosch at gnat dot com>
- Cc: Dale Johannesen <dalej at apple dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 16 Oct 2002 10:12:04 -0700
- Subject: 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.