--- Additional Comments From richard dot stuckey at virgin dot net
2010-07-12 10:14 ---
Then why does gas create any DWARF info at all for this?
I am working on an application which generates an ELF/DWARF file from an input
file which contains only the hex code of the instructions, not
If a .s file is created which uses .long, .short or .byte directives to specify
the object code, instead of instruction mnenomics, the assembler gets the
address in the first entry in the table incorrect by several bytes.
E.g. using a test source
void foo()
{
}
and compiling this with gcc (-S op