[Bug ld/30358] bfd very slow (> 4 minutes) to link busybox with -Wl,--sort-section,alignment (regression in binutils-2.40) since af31506c31a59a6edbb13498d6075fa704b801cd

2023-04-27 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30358 --- Comment #15 from Sam James --- Thank you! Do you think the hacky patch (not the one committed) would be good enough for us to backport downstream for 2.40? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/12240] offset can't be used as label in Intel syntax

2023-04-27 Thread lh_mouse at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12240 LIU Hao changed: What|Removed |Added CC||lh_mouse at 126 dot com --- Comment #2 from

Re: Stack BufferOverflow in readelf.c

2023-04-27 Thread Andreas Schwab
On Apr 27 2023, 2ourc3 1er wrote: > The function includes a declaration of a fixed-sized buffer, *char > name_buf[40];*, which is used later in the function with the *sprintf* > function:* sprintf* (*name_buf*, "", > (unsigned int) *psym->st_shndx*); > > The problem with this implementation is t

Stack BufferOverflow in readelf.c

2023-04-27 Thread 2ourc3 1er
Dears, I am writing to bring to your attention a potential issue in the function *dump_relocations *in the software* readelf.c.* The function includes a declaration of a fixed-sized buffer, *char name_buf[40];*, which is used later in the function with the *sprintf* function:* sprintf* (*name_buf

[Bug gas/30336] The GNU Assembler has bugs in Intel syntax

2023-04-27 Thread lh_mouse at 126 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30336 LIU Hao changed: What|Removed |Added CC||lh_mouse at 126 dot com --- Comment #1 from

[Bug ld/30358] bfd very slow (> 4 minutes) to link busybox with -Wl,--sort-section,alignment (regression in binutils-2.40) since af31506c31a59a6edbb13498d6075fa704b801cd

2023-04-27 Thread matz at suse dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=30358 Michael Matz changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/30358] bfd very slow (> 4 minutes) to link busybox with -Wl,--sort-section,alignment (regression in binutils-2.40) since af31506c31a59a6edbb13498d6075fa704b801cd

2023-04-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30358 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Michael Matz : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=670c91c0c5eb3fb16d42fe5b2d48a33c64e3ec52 commit 670c91c0c5eb3fb16d42fe5b2d

[Bug ld/16566] Please provide a way to include static symbols in linker map file

2023-04-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16566 --- Comment #4 from Nick Clifton --- (In reply to jon from comment #3) > Is there perhaps anyway to optionally filter out labels generated within > functions (E.g. those normally declared beginning with L or .L that are the > targets of branc

[Bug ld/16566] Please provide a way to include static symbols in linker map file

2023-04-27 Thread jon at beniston dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16566 --- Comment #3 from jon at beniston dot com --- Thanks Nick, I see local data and functions now. Is there perhaps anyway to optionally filter out labels generated within functions (E.g. those normally declared beginning with L or .L that are t

[Bug ld/16566] Please provide a way to include static symbols in linker map file

2023-04-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16566 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com Assi