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 Thursday, October 17, 2002, at 01:44  PM, Geert Bosch wrote:
ali.s:unknown:Can't emit reloc {- symbol "LSJR827"} @ file address 30708.
ali.s:unknown:Can't emit reloc {- symbol "LSJR827"} @ file address 30704.
ali.s:unknown:Undefined local symbol L149$pb

The piece of assembly in question is:
LSJR827:
mflr r31
addis r31,r31,ha16(L149$pb-LSJR827)
addi r31,r31,lo16(L149$pb-LSJR827)
Actually this looks like it is connected to Geoff's recent patch
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01259.html
which introduced the LSJR label.  Geoff, is
current_function_uses_pic_offset_table not getting set anywhere?
That would account for his symptom.

(This is probably unrelated to your earlier bug.)


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