https://sourceware.org/bugzilla/show_bug.cgi?id=27109
Nick Desaulniers changed:
What|Removed |Added
CC||ndesaulniers at google dot com
--
https://sourceware.org/bugzilla/show_bug.cgi?id=23315
mephi42 at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
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
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
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
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.
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
https://sourceware.org/bugzilla/show_bug.cgi?id=27106
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---