[Bug ld/26688] ld segfaulting building uClibc-ng 1.0.35 for bfin-linux

2021-02-06 Thread wbx at openadk dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26688

wbx at openadk dot org changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #8 from wbx at openadk dot org ---
Thanks, works for me, too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gold/26678] construction vtable defined in a discarded section

2021-02-06 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26678

--- Comment #2 from Cary Coutant  ---
(In reply to Cary Coutant from comment #1)
> The problem is that the inline asm is making GCC think that ~A::A() can
> raise an exception, so it creates compensation code in D::D(), which
> requires a construction vtable for B-in-C, which gets added to the COMDAT
> group that also contains the vtable for C (_ZV1C).

Sorry, I was careless with the terminology. The code path in question is a
recovery handling path, which might include some compensation code, but
doesn't in this case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

--- Comment #5 from Matthias Klose  ---
sure, removing the tests fixes the regressions

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/27360] libctf.so.0: undefined symbol: bsearch_r

2021-02-06 Thread allan at archlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360

--- Comment #2 from Allan McRae  ---
Looking at the build output, the only difference in the commands used when
linking libctf during build and install are:

build:
-Wl,-rpath -Wl,/build/binutils/src/binutils-build/bfd/.libs
../bfd/.libs/libbfd.so 

install:
-L/build/binutils/pkg/binutils/usr/lib -L/usr/lib -lbfd 


The libiberty parts do not change.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

H.J. Lu  changed:

   What|Removed |Added

   Assignee|unassigned at sourceware dot org   |hjl.tools at gmail dot 
com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2021-02-06

--- Comment #4 from H.J. Lu  ---
Created attachment 13206
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13206&action=edit
A patch

Try this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

H.J. Lu  changed:

   What|Removed |Added

 CC|hjl at sourceware dot org  |hjl.tools at gmail dot 
com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

Matthias Klose  changed:

   What|Removed |Added

 Status|WAITING |UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

--- Comment #3 from Matthias Klose  ---
Created attachment 13205
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13205&action=edit
log

these fail with:

Running: tmpdir/property-4 > tmpdir/property-4.out
tmpdir/property-4: CPU ISA level is lower than required
FAIL: Run property 4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/27360] libctf.so.0: undefined symbol: bsearch_r

2021-02-06 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360

--- Comment #1 from Andreas Schwab  ---
The reference should have been resolved from libiberty.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/27360] New: libctf.so.0: undefined symbol: bsearch_r

2021-02-06 Thread allan at archlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360

Bug ID: 27360
   Summary: libctf.so.0: undefined symbol: bsearch_r
   Product: binutils
   Version: 2.36.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: libctf
  Assignee: unassigned at sourceware dot org
  Reporter: allan at archlinux dot org
  Target Milestone: ---

Building binutils 2.36.1 with "--enable-shared" and either CFLAGS="-fno-plt" or
LDFLAGS="-Wl,-z,now" results in ld giving the following error:

ld: symbol lookup error: /usr/lib/libctf.so.0: undefined symbol: bsearch_r

Note that the testsuite runs fine with these flags.  It is only after "make
install" that this issues shows.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

H.J. Lu  changed:

   What|Removed |Added

 Status|NEW |WAITING

--- Comment #2 from H.J. Lu  ---
Please upload ld.log.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

Matthias Klose  changed:

   What|Removed |Added

 Target|i686-linux-gnu  |i686-linux-gnu,
   ||x86_64-linux-gnu

--- Comment #1 from Matthias Klose  ---
also seen on x86_64-linux-gnu

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

Matthias Klose  changed:

   What|Removed |Added

 CC||hjl at sourceware dot org
 Target||i686-linux-gnu

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/27358] New: when building with glibc 2.33, the "Run property 4/5" tests fail on i686-linux-gnu

2021-02-06 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27358

Bug ID: 27358
   Summary: when building with glibc 2.33, the "Run property 4/5"
tests fail on i686-linux-gnu
   Product: binutils
   Version: 2.36
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
  Assignee: unassigned at sourceware dot org
  Reporter: doko at debian dot org
  Target Milestone: ---

seen with the 2.36 branch 20210206 on i686-linux-gnu, with glibc 2.33.  Worked
with glibc-2.32.  compiler is the GCC 10 branch, configured to default to PIE.

FAIL: Run property 4
FAIL: Run property 4 (PIE)
FAIL: Run property 5
FAIL: Run property 5 (PIE)

-- 
You are receiving this mail because:
You are on the CC list for the bug.