[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-10 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Jan Beulich changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #15 from cvs-commit at gcc dot gnu.org --- The binutils-2_39-branch branch has been updated by Jan Beulich : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e8cf73215187b0c08679d726a5cc7c019fa3ea2e commit e8cf73215187b

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #14 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jan Beulich : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d7abcbcea5ddd40a3bf28758b62f35933c59f996 commit d7abcbcea5ddd40a3bf28758b62

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #13 from Jan Beulich --- See patch at https://sourceware.org/pipermail/binutils/2022-August/122322.html. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #12 from Jan Beulich --- Yeah, I can certainly see my thinko. Making a patch ... -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #11 from Mark Wielaard --- (In reply to Jan Beulich from comment #8) > (In reply to Mark Wielaard from comment #7) > > > and the symbol size is also 0 in the table: > > > $ readelf -s crti.o > > > > > > Symbol table '.symtab' conta

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #10 from Martin Liska --- (In reply to Jan Beulich from comment #9) > The commit in question actually tries to avoid emitting zero-sized regions, > so the question is why > > if (S_GET_SIZE (symp) == 0) > { >

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #9 from Jan Beulich --- The commit in question actually tries to avoid emitting zero-sized regions, so the question is why if (S_GET_SIZE (symp) == 0) { if (!IS_ELF || symbol_get_obj (symp)->siz

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-09 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #8 from Jan Beulich --- (In reply to Mark Wielaard from comment #7) > > and the symbol size is also 0 in the table: > > $ readelf -s crti.o > > > > Symbol table '.symtab' contains 11 entries: > >Num:Value Size Type

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #7 from Mark Wielaard --- > and the symbol size is also 0 in the table: > $ readelf -s crti.o > > Symbol table '.symtab' contains 11 entries: >Num:Value Size TypeBind Vis Ndx Name > ... > 9: 000

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #6 from Martin Liska --- (In reply to Mark Wielaard from comment #5) > >> So when this file is linked in with object files and these relocations are > >> resolved the correct values for the __x86.get_pc_thunk.bx symbol will be > >>

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #5 from Mark Wielaard --- >> So when this file is linked in with object files and these relocations are >> resolved the correct values for the __x86.get_pc_thunk.bx symbol will be >> installed into the .debug_info section, and ever

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #4 from Sergei Trofimovich --- (In reply to Nick Clifton from comment #3) > (In reply to Sergei Trofimovich from comment #0) > > > <28> DW_AT_low_pc : (addr) 0x0 > > <2c> DW_AT_high_pc : (addr) 0x0 > > > Woul

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #3

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-07 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #2

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-06 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Martin Liska changed: What|Removed |Added CC||jbeulich at suse dot com --- Comment #

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-06 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Martin Liska changed: What|Removed |Added CC||mliska at suse dot cz -- You are rece

[Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size

2022-08-06 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 Sergei Trofimovich changed: What|Removed |Added See Also||https://sourceware.org/bugz