Re: [PATCH] readelf: Support .gdb_index version 9

2023-11-02 Thread Aaron Merey
On Thu, Nov 2, 2023 at 10:20 AM Frank Ch. Eigler wrote: > > > BTW the description of the gdb_index at the top > > https://sourceware.org/gdb/current/onlinedocs/gdb/Index-Section-Format.html > > doesn't resolve anymore. It is now > > https://sourceware.org/gdb/current/onlinedocs/gdb.html/Index-Sect

Re: [PATCH] readelf: Support .gdb_index version 9

2023-11-02 Thread Frank Ch. Eigler
Hi - > OK. BTW the description of the gdb_index at the top > https://sourceware.org/gdb/current/onlinedocs/gdb/Index-Section-Format.html > doesn't resolve anymore. It is now > https://sourceware.org/gdb/current/onlinedocs/gdb.html/Index-Section-Format.html Added another httpd redirect to make th

Re: [PATCH] readelf: Support .gdb_index version 9

2023-11-02 Thread Mark Wielaard
Hi Aaron, On Tue, 2023-10-31 at 16:33 -0400, Aaron Merey wrote: > I'd like to merge this patch before the next release. Unless anyone objects > I'll merge it by Friday Nov 3. Looks good to me. Some small comments below. > Commit message: BTW if you add comments like the above after the first "

[PATCH] readelf: Support .gdb_index version 9

2023-10-31 Thread Aaron Merey
Hi, I'd like to merge this patch before the next release. Unless anyone objects I'll merge it by Friday Nov 3. Commit message: Version 9 adds a "shortcut table" to the index. The shortcut table contains the name and language of the main function, if it exists. A testcase added in this patch u