[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-08 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 CC||Daniel.Davies at xerox dot
   ||com

--- Comment #32 from Ian Lance Taylor ian at airs dot com 2011-07-09 00:16:08 
UTC ---
*** Bug 11748 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #26 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-07-02 00:03:28 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-07-02 00:03:25

Modified files:
gold   : ChangeLog ehframe.cc i386.cc target.h x86_64.cc 

Log message:
PR gold/12525
* ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
Assert if we see DW_EH_PE_indirect.
* target.h (Target::ehframe_datarel_base): New function.
(Target::do_ehframe_datarel_base): New target function.
* i386.cc (Target_i386::do_ehframe_datarel_base): New function.
* x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.780r2=1.781
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ehframe.cc.diff?cvsroot=srcr1=1.20r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/i386.cc.diff?cvsroot=srcr1=1.133r2=1.134
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/target.h.diff?cvsroot=srcr1=1.60r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/x86_64.cc.diff?cvsroot=srcr1=1.131r2=1.132

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #27 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-07-02 00:19:06 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-07-02 00:19:04

Modified files:
gold   : ChangeLog configure configure.ac 
gold/testsuite : Makefile.am Makefile.in 

Log message:
PR gold/12525
* configure.ac: Test whether static linking works, setting
the automake conditional HAVE_STATIC.
* testsuite/Makefile.am: Disable tests using -static if
HAVE_STATIC is not true.
* configure, testsuite/Makefile.in: Rebuild.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.781r2=1.782
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.diff?cvsroot=srcr1=1.66r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.ac.diff?cvsroot=srcr1=1.63r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=srcr1=1.168r2=1.169
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=srcr1=1.177r2=1.178

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #28 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-07-02 00:39:15 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-07-02 00:39:13

Modified files:
gold   : ChangeLog options.h 
gold/testsuite : Makefile.am Makefile.in 

Log message:
PR gold/12525
* options.h (class General_options): Support -z notext.
* testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
-Wl,-z,notext.
(two_file_shared_nonpic.so): Likewise.
(two_file_shared_mixed.so): Likewise.
(two_file_shared_mixed_1.so): Likewise.
(weak_undef_lib_nonpic.so): Likewise.
(alt/weak_undef_lib_nonpic.so): Likewise.
(tls_test_shared_nonpic.so): Likewise.
* testsuite/Makefile.in: Rebuild.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.782r2=1.783
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=srcr1=1.162r2=1.163
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=srcr1=1.169r2=1.170
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=srcr1=1.178r2=1.179

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #29 from Ian Lance Taylor ian at airs dot com 2011-07-02 00:43:51 
UTC ---
The failure of two_file_shared_1_nonpic.so is not very interesting.  It happens
because on Solaris when gcc sees -shared it passes -z text to the linker.  GNU
ld does not support -z text and simply ignores it, as it ignores all
unrecognized -z options.  The gold linker does support -z text, which means to
not permit dynamic relocations in the text segment.  This test is specifically
testing that that works, so naturally it fails.

I just committed a patch to support -z notext, and to use it when appropriate,
so this test should no longer fail on Solaris.

I also committed a patch to avoid testing with -static in cases where it does
not work.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #30 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-07-02 05:30:08 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-07-02 05:30:00

Modified files:
gold   : ChangeLog dynobj.cc dynobj.h resolve.cc 
gold/testsuite : Makefile.am Makefile.in weak_alias_test_main.cc 
Added files:
gold/testsuite : weak_alias_test.script weak_alias_test_5.cc 

Log message:
PR gold/12525
PR gold/12952
* resolve.cc (Symbol::override_base_with_special): Don't override
the version if the overriding symbol has a different name.
* dynobj.cc (Versions::add_def): Add dynpool parameter.  Change
all callers.  If we give an error about an undefined version,
define the base version if necessary.
* dynobj.h (class Versions): Update declaration.
* testsuite/weak_alias_test_5.cc: New file.
* testsuite/weak_alias_test.script: New file.
* testsuite/weak_alias_test_main.cc: Check that versioned_symbol
and versioned_alias have the right value, and call t2.
* testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
weak_alias_test_5.so.
(weak_alias_test_LDADD): Likewise.
(weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
* testsuite/Makefile.in: Rebuild.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.783r2=1.784
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/dynobj.cc.diff?cvsroot=srcr1=1.62r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/dynobj.h.diff?cvsroot=srcr1=1.45r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/resolve.cc.diff?cvsroot=srcr1=1.60r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/weak_alias_test.script.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/weak_alias_test_5.cc.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=srcr1=1.170r2=1.171
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=srcr1=1.179r2=1.180
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/weak_alias_test_main.cc.diff?cvsroot=srcr1=1.1r2=1.2

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-07-01 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #31 from Ian Lance Taylor ian at airs dot com 2011-07-02 05:35:23 
UTC ---
As far as I can tell, with the patch I just committed, all the issues in this
bug report should now be fixed.  In any case this report has gotten rather
complicated.  If there are any remaining issues on Solaris, please open a new
bug report.  Thanks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #24 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-14 19:40:31 UTC ---
I've had a look at the two remaining errors (apart from not having
static system libs on newer Solaris releases):

gcctestdir/ld: internal error in override_version, at
/vol/gnu/src/binutils/binutils-hg/gold/resolve.cc:61
collect2: ld returned 1 exit status
make[3]: *** [weak_test] Error 1

This can be reproduced with

gold-2.21.51 -o weak_test /usr/lib/crt1.o weak_test.o -lc 
gold-2.21.51: internal error in override_version, at
/vol/gnu/src/binutils/binutils-hg/gold/resolve.cc:61

In override_version, I find:

  this-name_ = _iob
  this-version_ = SUNW_0.7
  version = SYSVABI_1.3

With pvs -dsvo /lib/libc.so.1, I find the following version info in libc:

/lib/libc.so.1 -SUNW_0.7: _iob (960);
/lib/libc.so.1 -SYSVABI_1.3: __iob (960);

and elfdump reveals a bit more about those symbols:

$ elfdump -s /lib/libc.so.1|grep _iob   
  [60]  0x00151818 0x03c0  OBJT GLOB  D   40 .data  _iob
 [299]  0x00151818 0x03c0  OBJT WEAK  D   41 .data  __iob

The other failure is

gcctestdir/ld: error: read-only segment has dynamic relocations
collect2: ld returned 1 exit status
make[3]: *** [two_file_shared_1_nonpic.so] Error 1

Can be reproduced with

gold-2.21.51 -G -z text -o two_file_shared_1_nonpic.so two_file_test_1.o
two_file_test_1b.o 
gold-2.21.51: error: read-only segment has dynamic relocations

I suspect this happens because (32-bit) Solaris 2/x86 creates non-PIC
code without -fpic/-fPIC.

If so, the FN_PTRS_IN_SO_WITHOUT_PIC test in gold/configure.ac would
have to be updated, perhaps with a real test instead of a hardcoded
target list?

Strangely, gld 2.21 can link those objects, while ld can not.

I'm attaching them for inspection.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-14 Thread ro at TechFak dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #25 from Rainer Orth ro at TechFak dot Uni-Bielefeld.DE 
2011-03-14 19:42:47 UTC ---
Created attachment 5306
  -- http://sourceware.org/bugzilla/attachment.cgi?id=5306
object files for failing two_file_shared_1_nonpic.so test

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #23 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-11 15:40:46 UTC ---
 --- Comment #21 from Ian Lance Taylor ian at airs dot com 2011-03-09 
 01:56:59 UTC ---
[...]
 I committed a patch which should fix the problem of passing too many values to
 readv.

That fixes all related failures, thanks.

 I don't know what's going on with the other two errors.

I'll see if I can find anything over the weekend.  This also blocks a
gcc bootstrap with gold.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #22 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-09 09:49:09 UTC ---
 --- Comment #21 from Ian Lance Taylor ian at airs dot com 2011-03-09 
 01:56:59 UTC ---
 There's not much point to trying to use gold to build gcc until gold passes at
 least most of its tests.

Ok.

 The failure on basic_static_test looks like you don't have libc.a or
 libm.a--that is, it looks like gcc -static is always going to fail, whether
 using gold or the existing linker.  Is that correct?

Right: starting from Solaris 10, static system libs are gone, and 64-bit
static libs didn't exist ever, even when 64-bit support was introduced
in Solaris 7.

 I committed a patch which should fix the problem of passing too many values to
 readv.

Thanks, I'll give it a try.

 I don't know what's going on with the other two errors.

I'll investigate as time permits.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #14 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-08 10:18:43 UTC ---
ian at airs dot com sourceware-bugzi...@sourceware.org writes:
 --- Comment #13 from Ian Lance Taylor ian at airs dot com 2011-03-08 
 05:33:07 UTC ---
 Created attachment 5280
   -- http://sourceware.org/bugzilla/attachment.cgi?id=5280
 Possible patch

 Please try this patch to see if it fixes the assertion failure on get_fde_pc. 
 The key will be whether the various exception tests in the testsuite pass.

That test helped me get further along in the GCC bootstrap, but I'm now
failing to link the 64-bit libgomp.so:

gold-2.21.51: fatal error: .libs/team.o: readv failed: Invalid argument

With truss, I see that readv is called like this:

11626:  readv(21, 0x080438E4, 17)   Err#22 EINVAL
11626:  iov_base = 0xFE809CA0  iov_len = 2807
11626:  iov_base = 0x080418E4  iov_len = 33
11626:  iov_base = 0xFE80B9A8  iov_len = 41
11626:  iov_base = 0x080418E4  iov_len = 15
11626:  iov_base = 0xFE80A7A0  iov_len = 71
11626:  iov_base = 0x080418E4  iov_len = 1
11626:  iov_base = 0xFE80D8E0  iov_len = 8
11626:  iov_base = 0xFE80A7F0  iov_len = 14
11626:  iov_base = 0x080418E4  iov_len = 2
11626:  iov_base = 0xFE80D8F8  iov_len = 8
11626:  iov_base = 0xFE81A858  iov_len = 4666
11626:  iov_base = 0xFE824120  iov_len = 1059
11626:  iov_base = 0xFE830BE8  iov_len = 5233
11626:  iov_base = 0xFE83B4FE  iov_len = 464
11626:  iov_base = 0xFE8369D6  iov_len = 1156
11626:  iov_base = 0x080418E4  iov_len = 2494

i.e. iovcnt is 17, but iov[] has only 16 members.  Seems inconsistent to
me, though this could be a truss artefact.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #15 from Ian Lance Taylor ian at airs dot com 2011-03-08 14:10:34 
UTC ---
What is the value of IOV_MAX on Solaris?  The man page implies that it is
defined in some header file, perhaps stdio.h or limits.h.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #16 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-08 14:14:01 UTC ---
 --- Comment #15 from Ian Lance Taylor ian at airs dot com 2011-03-08 
 14:10:34 UTC ---
 What is the value of IOV_MAX on Solaris?  The man page implies that it is
 defined in some header file, perhaps stdio.h or limits.h.

It's 16, from limits.h.  That certainly explains the failure.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #17 from Ian Lance Taylor ian at airs dot com 2011-03-08 14:28:19 
UTC ---
Thanks.  I would also be interesting in knowing whether gold can pass its tests
with the patch I sent, even before you succeed in getting gcc to build.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #18 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-08 14:39:08 UTC ---
 --- Comment #17 from Ian Lance Taylor ian at airs dot com 2011-03-08 
 14:28:19 UTC ---
 Thanks.  I would also be interesting in knowing whether gold can pass its 
 tests
 with the patch I sent, even before you succeed in getting gcc to build.

Apart from the readv stuff, there are a couple of other errors:

gcctestdir/ld: error: cannot find -lm
gcctestdir/ld: error: cannot find -lc
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x11): error:
undefined reference to 'atexit'
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x1e): error:
undefined reference to 'atexit'
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x3f): error:
undefined reference to 'atexit'
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x70): error:
undefined reference to '__fpstart'
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x8b): error:
undefined reference to 'exit'
gcctestdir/ld: /usr/lib/crt1.o: in function _start:fsr.s(.text+0x97): error:
undefined reference to '_exit'
gcctestdir/ld: fatal error: basic_test.o: readv failed: Invalid argument
collect2: ld returned 1 exit status
make[3]: *** [basic_static_test] Error 1

gcctestdir/ld: error: read-only segment has dynamic relocations
collect2: ld returned 1 exit status
make[3]: *** [two_file_shared_1_nonpic.so] Error 1

gcctestdir/ld: internal error in override_version, at
/vol/gnu/src/binutils/binutils-hg/gold/resolve.cc:61
collect2: ld returned 1 exit status
make[3]: *** [weak_test] Error 1

gcctestdir/ld: fatal error: ver_matching_def_pic.o: readv failed: Invalid
argument
collect2: ld returned 1 exit status
make[3]: *** [ver_matching_def.so] Error 1

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #19 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-03-09 01:50:37 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-03-09 01:50:33

Modified files:
gold   : ChangeLog fileread.h fileread.cc 

Log message:
PR gold/12525
* fileread.cc: #include climits.
(GOLD_IOV_MAX): Define.
(File_read::read_multiple): Limit number of entries by iov_max.
* fileread.h (class File_read): Always set max_readv_entries to
128.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.701r2=1.702
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/fileread.h.diff?cvsroot=srcr1=1.46r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/fileread.cc.diff?cvsroot=srcr1=1.69r2=1.70

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #20 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-03-09 01:54:58 UTC ---
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_21-branch
Changes by:i...@sourceware.org2011-03-09 01:54:55

Modified files:
gold   : ChangeLog fileread.cc fileread.h 

Log message:
PR gold/12525
* fileread.cc: #include climits.
(GOLD_IOV_MAX): Define.
(File_read::read_multiple): Limit number of entries by iov_max.
* fileread.h (class File_read): Always set max_readv_entries to
128.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srconly_with_tag=binutils-2_21-branchr1=1.664.2.19r2=1.664.2.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/fileread.cc.diff?cvsroot=srconly_with_tag=binutils-2_21-branchr1=1.68r2=1.68.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/fileread.h.diff?cvsroot=srconly_with_tag=binutils-2_21-branchr1=1.45r2=1.45.2.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-08 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #21 from Ian Lance Taylor ian at airs dot com 2011-03-09 01:56:59 
UTC ---
There's not much point to trying to use gold to build gcc until gold passes at
least most of its tests.

The failure on basic_static_test looks like you don't have libc.a or
libm.a--that is, it looks like gcc -static is always going to fail, whether
using gold or the existing linker.  Is that correct?

I committed a patch which should fix the problem of passing too many values to
readv.

I don't know what's going on with the other two errors.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-07 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #10 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 
2011-03-07 19:10:06 UTC ---
 --- Comment #9 from Ian Lance Taylor ian at airs dot com 2011-03-04 
 19:08:43 UTC ---
 output.cc does #include fcntl.h.  gold is always compiled with
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64.  Those two facts together should
 ensure that posix_fallocate is called with the right types.  Can you suggest a
 way that the gold source should be changed to fix this?

Not yet, since this was just a guess based on the fact that truss showed
impossibly large values for a couple of the fcntl struct flock64
members.  I'll have to analyse this further.

In the meantime, I've tried to disable posix_fallocate in config.h, thus
using ftruncate (or rather ftruncate64) instead.  This works (which
suggests that my guess above may be wrong), but linking libgcc_s.so.1
fails again like this:

gold-2.21: internal error in get_fde_pc, at
/vol/gnu/src/binutils/binutils-2.21/gold/ehframe.cc:281

According to gcc/config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT),
Solaris 2/x86 uses datarel encoding, which isn't handled yet in
gold/ehframe.cc (Eh_frame_hdr::get_fde_pc).

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #11 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-03-07 22:51:43 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2011-03-07 22:51:40

Modified files:
gold   : ChangeLog options.h 

Log message:
PR gold/12525
* options.h (class General_options): Add -dy and -dn.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.700r2=1.701
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=srcr1=1.154r2=1.155

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #12 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2011-03-07 22:51:54 UTC ---
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_21-branch
Changes by:i...@sourceware.org2011-03-07 22:51:50

Modified files:
gold   : ChangeLog options.h 

Log message:
PR gold/12525
* options.h (class General_options): Add -dy and -dn.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srconly_with_tag=binutils-2_21-branchr1=1.664.2.18r2=1.664.2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=srconly_with_tag=binutils-2_21-branchr1=1.152r2=1.152.2.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-07 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #13 from Ian Lance Taylor ian at airs dot com 2011-03-08 05:33:07 
UTC ---
Created attachment 5280
  -- http://sourceware.org/bugzilla/attachment.cgi?id=5280
Possible patch

Please try this patch to see if it fixes the assertion failure on get_fde_pc. 
The key will be whether the various exception tests in the testsuite pass.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-04 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #9 from Ian Lance Taylor ian at airs dot com 2011-03-04 19:08:43 
UTC ---
output.cc does #include fcntl.h.  gold is always compiled with
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64.  Those two facts together should
ensure that posix_fallocate is called with the right types.  Can you suggest a
way that the gold source should be changed to fix this?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-01 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-03-01 14:29:45 
UTC ---
At least part of the problem is that gold does not support the -dy option. 
That is interpreted as the -d option followed by the -y option.  The -y option
takes an argument, which is the string -z.  The string text is then taken
to name an input file.

That does not explain the crash.  The value of the parameter p is apparently
incorrect, but I don't see what could cause that to happen.  I'll need to be
able to recreate this in the debugger somehow.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86

2011-03-01 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12525

--- Comment #2 from Rainer Orth ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-01 
14:45:36 UTC ---
 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-03-01 
 14:29:45 UTC ---
 At least part of the problem is that gold does not support the -dy option. 
 That is interpreted as the -d option followed by the -y option.  The -y option
 takes an argument, which is the string -z.  The string text is then taken
 to name an input file.

I see.  gld 2.21 does handle it though, so I suppose gold should as well
to be a drop-in replacement?

 That does not explain the crash.  The value of the parameter p is apparently
 incorrect, but I don't see what could cause that to happen.  I'll need to be
 able to recreate this in the debugger somehow.

I've had a look:

(gdb) up
#2  0x085c959d in gold::Symbol_table::sized_write_globals32, false
(this=0x8046d9c, sympool=0x8046bf4, dynpool=0x8046c38, symtab_xindex=0x0,
dynsym_xindex=0x0, of=0x897f3d0) at
/vol/gnu/src/binutils/binutils-hg/gold/symtab.cc:2850
(gdb) p ps
$1 = (unsigned char *) 0xfe51e9b4 Address 0xfe51e9b4 out of bounds
(gdb) p psyms
$2 = (unsigned char *) 0xfe51e874 Address 0xfe51e874 out of bounds

So it seems the bad value is from symtab.cc:2706:

psyms = of-get_output_view(this-offset_, oview_size);

gold::Output_file::get_output_view (this=0x897f3d0, start=383092, size=2752) at
/vol/gnu/src/binutils/binutils-hg/gold/output.h:4105
(gdb) p this-base_
$5 = (unsigned char *) 0xfe4c1000 Address 0xfe4c1000 out of bounds
(gdb) p start
$6 = 383092
(gdb) p this-base_ + start
$7 = (unsigned char *) 0xfe51e874 Address 0xfe51e874 out of bounds

The bad value for base_ is already in layout.cc
(Write_symbols_task::run), but I cannot readily see how to trace it back
further up.

Rainer

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils