.asciz - implementation or documentation wrong?
Jan Beulich
JBeulich@novell.com
Tue Jul 5 12:04:00 GMT 2011
More information about the Binutils mailing list
Tue Jul 5 12:04:00 GMT 2011
- Previous message (by thread): [PATCH, go] Re: Should rename ELFOSABI_LINUX into ELFOSABI_GNU, and drop ELFOSABI_HURD
- Next message (by thread): .asciz - implementation or documentation wrong?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Documentation as well as the comment prior to stringer() say that the directive (like .ascii, but there it doesn't matter that much) expects comma separated double quoted strings. Yet a missing comma between two strings is taken as if there was one (whereas simply concatenating such strings - without any NUL character in between - would seem like the much better alternative). Jan
- Previous message (by thread): [PATCH, go] Re: Should rename ELFOSABI_LINUX into ELFOSABI_GNU, and drop ELFOSABI_HURD
- Next message (by thread): .asciz - implementation or documentation wrong?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list