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]

Re: egcs-970910, powerpc-ibm-aix4.1.4.0, f771 Relocation overflow


At 10:46 PM 9/16/97 +0100, Dave Love wrote:
>It's apparently an AIX linker bug.  I thought 970910 still had the

this is definitely not a linker bug (the same thing will happen
if you use gnu ld, rather than native AIX ld). TOC simply cannot
be more than 64K. TOC entries accessed by using a TOC pointer
(r2) and an offset, which is a 16 bit signed quantity.
--
DM


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