This is the mail archive of the gcc-help@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: Undefined symbol '_GLOBAL_OFFSET_TABLE_' with custom GCC port


>    It is provided by the linker. Look at the binutils linker scripts to see
> how. There is also the possibility that GCC shouldn't be referencing the
> symbol. I can't tell from your description.

That makes sense. We have a custom ld script because our binary format
is somewhat unusual.

I have enough info to proceed from here. Thanks :)

Rob.


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