This is the mail archive of the gcc-prs@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]

fortran/6545: GOT page/offset relocation out of range building LAPACK



>Number:         6545
>Category:       fortran
>Synopsis:       GOT page/offset relocation out of range building LAPACK
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 02 20:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Billinghurst
>Release:        gcc 3.1
>Organization:
>Environment:
mips-sgi-irix6.5
>Description:
Linking case xblat3z in LAPACK testsuite fails. 

This is a regression from 3.0 and 2.95.

/exd6/billingd/obj/gcc-3.1/gcc/g77 -B/exd6/billingd/obj/gcc-3.1/gcc/ -L/exd6/billingd/obj/gcc-3.1/mips-sgi-irix6.5/libf2c -L/exd6/billingd/obj/gcc-3.1/mips-sgi-irix6.5/libf2c -L/exd6/billingd/obj/gcc-3.1/mips-sgi-irix6.5/libf2c/.libs zblat3.o \
        ../../blas.a -o ../xblat3z
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18410.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x1841c.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18428.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18434.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18444.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18450.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x1845c.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18468.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18474.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18480.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18490.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18528.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x18534.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: ERROR 104: GOT page/offset relocation out of range: zblat3.o section: .rela.text relocation offset: 0x1854c.
Please use -LD_LAYOUT:lgot_buffer=20. If that doesn't work see the gp_overflow(5) manpage.
ld32: INFO 152: Output file removed because of error.

>How-To-Repeat:
Build and run LAPACK testsuite 
http://gcc.gnu.org/gcc-3.1/testing-lapack.html
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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