[Bug gas/27109] gas: Omit unused STT_SECTION symbols

2020-12-23 Thread ndesaulniers at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27109 Nick Desaulniers changed: What|Removed |Added CC||ndesaulniers at google dot com --

[Bug binutils/23315] macOS: objcopy --globalize-symbol and --localize-symbol are no-ops

2020-12-23 Thread mephi42 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23315 mephi42 at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug gas/27109] New: gas: Omit unused STT_SECTION symbols

2020-12-23 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=27109 Bug ID: 27109 Summary: gas: Omit unused STT_SECTION symbols Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component

[Bug gas/27106] fistw not supported

2020-12-23 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=27106 --- Comment #5 from Stas Sergeev --- OK, thank you. Would you like to fix the documentation? Am I right that it should say: s = single (16-bit integer or 32-bit floating point)? -- You are receiving this mail because: You are on the CC list

[Bug gas/27106] fistw not supported

2020-12-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27106 --- Comment #4 from H.J. Lu --- [hjl@gnu-cfl-1 tmp]$ cat x.s fists (%rax) fistl (%rax) [hjl@gnu-cfl-1 tmp]$ objdump -dw x.o x.o: file format elf64-x86-64 Disassembly of section .text: <.text>: 0: df 10

[Bug gas/27106] fistw not supported

2020-12-23 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=27106 --- Comment #3 from Stas Sergeev --- The description is from here: https://en.wikibooks.org/wiki/X86_Assembly/GAS_Syntax#Operation_Suffixes Hope its a valid one. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27106] fistw not supported

2020-12-23 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=27106 --- Comment #2 from Stas Sergeev --- Yes, I tried "fists" already and noted it doesn't cause a warning or an error. But: s = single (32-bit floating point). So why would that be what I ask for? It doesn't look 16bit to me, or what am I missin

[Bug gas/27106] fistw not supported

2020-12-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27106 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---