[Bug binutils/27140] [powerpc] Segmentation

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

marillat at debian dot org changed:

   What|Removed |Added

Summary|[powerpc] Crash in  |[powerpc] Segmentation

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


[Bug binutils/27140] [powerpc] Segmentation fault

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

marillat at debian dot org changed:

   What|Removed |Added

Summary|[powerpc] Segmentation  |[powerpc] Segmentation
   ||fault

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


[Bug gold/26302] nm -D -u now by default displays symbol versions, adding --with-symbol-versions duplicates them

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26302

marillat at debian dot org changed:

   What|Removed |Added

 CC||ian at airs dot com,
   ||marillat at debian dot org
  Component|binutils|gold

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


[Bug gold/27140] [powerpc] Segmentation fault

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

marillat at debian dot org changed:

   What|Removed |Added

  Component|binutils|gold
   Assignee|unassigned at sourceware dot org   |ccoutant at gmail dot 
com
 CC||ian at airs dot com

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


[Bug gold/27140] [powerpc] Segmentation fault

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

marillat at debian dot org changed:

   What|Removed |Added

 CC||marillat at debian dot org

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

Alan Modra  changed:

   What|Removed |Added

   Assignee|ccoutant at gmail dot com  |amodra at gmail dot com
 Status|NEW |ASSIGNED
Summary|[powerpc] Segmentation  |ppc32 segmentation fault in
   |fault   |make_stub

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

--- Comment #1 from Alan Modra  ---
Created attachment 13087
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13087&action=edit
fix under test

Please try this out.  I don't have an easy way of building kodi myself at the
moment.

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

--- Comment #2 from marillat at debian dot org ---
Comment on attachment 13087
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13087
fix under test

I rebuild binutils with this patch and started to rebuild kodi.
5 or 6 hours are needed to rebuild kodi...

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread marillat at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

--- Comment #3 from marillat at debian dot org ---
Kodi build fine now.
I'll add a comment to the Debian BTS.

Thank you very much.

Christian

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

--- Comment #4 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Alan Modra :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e3b53295d59d2e78292eaae4500243dd9e007ae4

commit e3b53295d59d2e78292eaae4500243dd9e007ae4
Author: Alan Modra 
Date:   Sat Jan 2 21:45:02 2021 +1030

PR27140, ppc32 segmentation fault in make_stub

This fixes a thinko in commit fa40fbe4849.  st_other global entry bits
are relevant only for 64-bit ELFv2.  PowerPC gold leaves local sym
vector of st_other bits as NULL for 32-bit, hence the segfault.

PR 27140
* powerpc.cc (Target_powerpc::Branch_info::make_stub): Only access
object->st_other() when 64-bit.
(Stub_table::add_long_branch_entry): Ignore "other" when 32-bit.

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

--- Comment #5 from cvs-commit at gcc dot gnu.org  ---
The binutils-2_35-branch branch has been updated by Alan Modra
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f8db4612c51d9980131268a1be06654846d9c8de

commit f8db4612c51d9980131268a1be06654846d9c8de
Author: Alan Modra 
Date:   Sat Jan 2 21:45:02 2021 +1030

PR27140, ppc32 segmentation fault in make_stub

This fixes a thinko in commit fa40fbe4849.  st_other global entry bits
are relevant only for 64-bit ELFv2.  PowerPC gold leaves local sym
vector of st_other bits as NULL for 32-bit, hence the segfault.

PR 27140
* powerpc.cc (Target_powerpc::Branch_info::make_stub): Only access
object->st_other() when 64-bit.
(Stub_table::add_long_branch_entry): Ignore "other" when 32-bit.

(cherry picked from commit e3b53295d59d2e78292eaae4500243dd9e007ae4)

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


[Bug gold/27140] ppc32 segmentation fault in make_stub

2021-01-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27140

Alan Modra  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |2.36

--- Comment #6 from Alan Modra  ---
Fixed

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