[Bug ld/28622] Common symbol version information wrong in ld.bfd-linked library

2021-12-09 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28622

Nick Clifton  changed:

   What|Removed |Added

 CC||nickc at redhat dot com

--- Comment #4 from Nick Clifton  ---
The problem was fixed by Alan's patch for PR 26002..

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


[Bug binutils/28674] objdump crashed when compiled with `clang-13 -O0`

2021-12-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28674

--- Comment #1 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=b243230f64fb4db9a16ef88ec5bd3e3f48f1fe41

commit b243230f64fb4db9a16ef88ec5bd3e3f48f1fe41
Author: Alan Modra 
Date:   Fri Dec 10 08:27:58 2021 +1030

PR28674, objdump crash

Not returning an error indication here leaves the attribute
uninitialised, which then leads to intemperate behaviour.

PR 28674
* dwarf2.c (read_attribute_value): Return NULL on trying to read
past end of attributes.

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


[Bug binutils/28674] objdump crashed when compiled with `clang-13 -O0`

2021-12-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28674

Alan Modra  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Target Milestone|--- |2.38
   Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Alan Modra  ---
Fixed

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


[Bug binutils/28662] use-of-uninitialized-value in dwarf2.c:read_ranges

2021-12-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28662

Alan Modra  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
   Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Alan Modra  ---
Fixed by the PR28674 patch

*** This bug has been marked as a duplicate of bug 28674 ***

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


[Bug binutils/28674] objdump crashed when compiled with `clang-13 -O0`

2021-12-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28674

--- Comment #3 from Alan Modra  ---
*** Bug 28662 has been marked as a duplicate of this bug. ***

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


[Bug binutils/28652] `nm-new -l -D` produces inconsistent results

2021-12-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28652

Alan Modra  changed:

   What|Removed |Added

   Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Alan Modra  ---
Another one caused by uninitialised attributes.

*** This bug has been marked as a duplicate of bug 28674 ***

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


[Bug binutils/28674] objdump crashed when compiled with `clang-13 -O0`

2021-12-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28674

--- Comment #4 from Alan Modra  ---
*** Bug 28652 has been marked as a duplicate of this bug. ***

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