https://sourceware.org/bugzilla/show_bug.cgi?id=27384
--- Comment #3 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=01e8b831f588e706ced57b57cc0ed05c14da61ea
commit 01e8b831f588e706ced57b57cc0
https://sourceware.org/bugzilla/show_bug.cgi?id=27371
--- Comment #3 from Nick Clifton ---
(In reply to Tom de Vries from comment #1)
Hi Tom,
I do not quite get this:
> - int is_rnglists = strstr (section->name, "debug_rnglists") != NULL;
> + int is_rnglists = strstr (section->name, ".deb
https://sourceware.org/bugzilla/show_bug.cgi?id=27387
--- Comment #1 from Tom de Vries ---
This looks a bit weird though:
...
$ readelf -S -W hello.dwo
There are 32 section headers, starting at offset 0x3028:
Section Headers:
[Nr] Name TypeAddress OffSize
https://sourceware.org/bugzilla/show_bug.cgi?id=27371
--- Comment #4 from Tom de Vries ---
(In reply to Nick Clifton from comment #3)
> (In reply to Tom de Vries from comment #1)
> Hi Tom,
>
> I do not quite get this:
>
> > - int is_rnglists = strstr (section->name, "debug_rnglists") != NULL
https://sourceware.org/bugzilla/show_bug.cgi?id=27386
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |2.37
Status|ASSIGNED
https://sourceware.org/bugzilla/show_bug.cgi?id=27390
Bug ID: 27390
Summary: [readelf] Support DW_FORM_strx1 and DW_FORM_addrx
Product: binutils
Version: 2.37 (HEAD)
Status: NEW
Severity: enhancement
Priority: P2
https://sourceware.org/bugzilla/show_bug.cgi?id=26070
anudeep homes247 changed:
What|Removed |Added
CC||anudeephomes247 at gmail dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=27371
--- Comment #5 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Tom de Vries :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=52ff20fe7ba8e8de2660339fff5308ed932e2b32
commit 52ff20fe7ba8e8de2660339fff5
https://sourceware.org/bugzilla/show_bug.cgi?id=27371
Tom de Vries changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=27391
Bug ID: 27391
Summary: [readelf] Handle absolute DW_AT_dwo_name
Product: binutils
Version: 2.37 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: bi
https://sourceware.org/bugzilla/show_bug.cgi?id=27285
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=27391
--- Comment #1 from Tom de Vries ---
Tentative patch:
...
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 84d63f63366..3cbd19710d7 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -11092,8 +11092,11 @@ load_dwo_file (const char *
https://sourceware.org/bugzilla/show_bug.cgi?id=27286
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=27286
--- Comment #2 from Nick Clifton ---
Created attachment 13215
--> https://sourceware.org/bugzilla/attachment.cgi?id=13215&action=edit
Proposed patch
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27391
--- Comment #2 from Tom de Vries ---
submitted here:
https://sourceware.org/pipermail/binutils/2021-February/115314.html
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27302
Nick Clifton changed:
What|Removed |Added
Last reconfirmed||2021-02-10
Ever confirmed|0
https://sourceware.org/bugzilla/show_bug.cgi?id=27377
Michael Matz changed:
What|Removed |Added
CC||matz at suse dot de
--- Comment #2 fro
https://sourceware.org/bugzilla/show_bug.cgi?id=27390
Nick Clifton changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=27391
Tom de Vries changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://sourceware.org/bugzilla/show_bug.cgi?id=27391
--- Comment #3 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Tom de Vries :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9d9d8ef8ce984dee45f35a5f00f4cf74bcab1e6
commit d9d9d8ef8ce984dee45f35a5f00
https://sourceware.org/bugzilla/show_bug.cgi?id=27390
--- Comment #2 from Tom de Vries ---
Created attachment 13216
--> https://sourceware.org/bugzilla/attachment.cgi?id=13216&action=edit
Tentative patch
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27390
--- Comment #3 from Tom de Vries ---
Created attachment 13217
--> https://sourceware.org/bugzilla/attachment.cgi?id=13217&action=edit
a.out.gz
Produced using:
...
$ clang hello.c -gdwarf-5
...
--
You are receiving this mail because:
You a
https://sourceware.org/bugzilla/show_bug.cgi?id=27390
--- Comment #4 from Tom de Vries ---
(In reply to Tom de Vries from comment #2)
> Created attachment 13216 [details]
> Tentative patch
FWIW, doesn't work yet with split dwarf. The DW_AT_addr_base is defined in the
skeleton CU, and the DW_FOR
https://sourceware.org/bugzilla/show_bug.cgi?id=27377
--- Comment #3 from Alan Modra ---
Yes, changing -Ttext was exactly what Ian and Daniel wanted a long time ago..
https://sourceware.org/pipermail/binutils/2009-January/058886.html
--
You are receiving this mail because:
You are on the CC lis
https://sourceware.org/bugzilla/show_bug.cgi?id=27292
Alan Modra changed:
What|Removed |Added
Severity|critical|normal
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=27291
Alan Modra changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
Ever
https://sourceware.org/bugzilla/show_bug.cgi?id=27289
Alan Modra changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=27288
Alan Modra changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27287
Alan Modra changed:
What|Removed |Added
Last reconfirmed||2021-02-11
Ever confirmed|0
https://sourceware.org/bugzilla/show_bug.cgi?id=27287
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=27291
--- 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=6db658c517bdfbf8e5b8c5a34caf3ff1eea332f1
commit 6db658c517bdfbf8e5b8c5a34caf3
https://sourceware.org/bugzilla/show_bug.cgi?id=27291
Alan Modra changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://sourceware.org/bugzilla/show_bug.cgi?id=27360
--- Comment #3 from Allan McRae ---
Bisected to the following commit:
1038406a8f6609ad0a449746da70393b0835f699
libctf: rip out BFD_DEPENDENCIES / BFD_LIBADD
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27360
Stephen Casner changed:
What|Removed |Added
CC||casner at acm dot org
--- Comment #4
https://sourceware.org/bugzilla/show_bug.cgi?id=27297
Allan McRae changed:
What|Removed |Added
CC||allan at archlinux dot org
--
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=27295
Alan Modra changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=27294
Alan Modra changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at sourc
https://sourceware.org/bugzilla/show_bug.cgi?id=27297
--- Comment #4 from Stephen Casner ---
Bug 27360 appears to be related, but I'm not sure if they can be called
duplicates.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27293
Alan Modra changed:
What|Removed |Added
Last reconfirmed||2021-02-11
Assignee|unassigned
https://sourceware.org/bugzilla/show_bug.cgi?id=27290
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned a
40 matches
Mail list logo