[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 --- Comment #5 from Fangrui Song --- In clang's integrated assembler, a unique ID is an `unsigned` (0~0x). I think any sufficiently large upper bound (larger than reasonable numbers of sections) should work. Note, .section .foo,"ax",

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 --- Comment #4 from Fangrui Song --- > .section __patchable_function_entries,"awo",@progbits,foo > .section __patchable_function_entries,"awo",@progbits,bar clang's integrated assembler uses either section_name or the pair (sectio

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 --- Comment #4 from H.J. Lu --- (In reply to H.J. Lu from comment #3) > (In reply to Fangrui Song from comment #0) > > Clang's integrated assembler supports multiple section with the same name. > > > > % cat a.s > > .section.text,"ax"

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 --- Comment #3 from H.J. Lu --- (In reply to Fangrui Song from comment #0) > Clang's integrated assembler supports multiple section with the same name. > > % cat a.s > .section.text,"ax",@progbits,unique,1 > nop > .section.tex

[Bug binutils/25491] binutils 2.34 tarball requires makeinfo

2020-02-01 Thread mforney at mforney dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 Michael Forney changed: What|Removed |Added CC||mforney at mforney dot org --- Comme

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 --- Comment #2 from H.J. Lu --- Created attachment 12246 --> https://sourceware.org/bugzilla/attachment.cgi?id=12246&action=edit A patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 H.J. Lu changed: What|Removed |Added Blocks||25381 Referenced Bugs: https://sourceware

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 H.J. Lu changed: What|Removed |Added Depends on||25380 Referenced Bugs: https://sourceware

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 --- Comment #2 from H.J. Lu --- Created attachment 12245 --> https://sourceware.org/bugzilla/attachment.cgi?id=12245&action=edit A patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/25491] New: binutils 2.34 tarball requires makeinfo

2020-02-01 Thread mbakke at fastmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25491 Bug ID: 25491 Summary: binutils 2.34 tarball requires makeinfo Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bi

[Bug ld/25490] __patchable_function_entries section doesn't work with --gc-sections

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25490 H.J. Lu changed: What|Removed |Added URL|https://sourceware.org/ml/b |https://sourceware.org/ml/b

[Bug ld/25490] __patchable_function_entries section doesn't work with --gc-sections

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25490 --- Comment #2 from H.J. Lu --- An updated patch is at https://sourceware.org/ml/binutils/2020-02/msg00010.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25490] __patchable_function_entries section doesn't work with --gc-sections

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25490 H.J. Lu changed: What|Removed |Added URL||https://sourceware.org/ml/b

[Bug gold/25476] [gold] Gold doesn't handle GDesc -> IE transition correctly

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25476 H.J. Lu changed: What|Removed |Added Summary|3 - [gold] Gold doesn't |[gold] Gold doesn't handle

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25380 H.J. Lu changed: What|Removed |Added Version|unspecified |2.35 (HEAD) -- You are receiving this mail

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 --- Comment #1 from H.J. Lu --- gABI says This flag adds special ordering requirements for link editors. The requirements apply if the sh_link field of this section's header references another section (the linked-to section). If this section

[Bug ld/25490] __patchable_function_entries section doesn't work with --gc-sections

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25490 H.J. Lu changed: What|Removed |Added Blocks||25381 Referenced Bugs: https://sourceware

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25381 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com Depends

[Bug ld/25490] New: __patchable_function_entries section doesn't work with --gc-sections

2020-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25490 Bug ID: 25490 Summary: __patchable_function_entries section doesn't work with --gc-sections Product: binutils Version: 2.35 (HEAD) Status: NEW Severity: norm

[Bug libctf/25155] libctf directory doesn't compile with MinGW

2020-02-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25155 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The gdb-9-branch branch has been updated by Joel Brobecker : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50500ecfefd6acc4c7f6c2a95bc0ae1945103220 commit 50500ecfefd6acc4c7f