[Bug binutils/11002] ld string merge does not respect symbol size

2009-11-23 Thread schwab at linux-m68k dot org
--- Additional Comments From schwab at linux-m68k dot org 2009-11-23 14:48 --- > a = 'ab\0b\0' This is not a valid zero-terminated string. -- What|Removed |Added

[Bug binutils/11002] ld string merge does not respect symbol size

2009-11-23 Thread nunoplopes at sapo dot pt
--- Additional Comments From nunoplopes at sapo dot pt 2009-11-23 14:40 --- (In reply to comment #1) > The contents of "MS" sections must be zero-terminated strings. which they are: a = 'ab\0b\0' b = 'b\0' -- What|Removed |Added -

[Bug binutils/11002] ld string merge does not respect symbol size

2009-11-23 Thread schwab at linux-m68k dot org
--- Additional Comments From schwab at linux-m68k dot org 2009-11-23 12:19 --- The contents of "MS" sections must be zero-terminated strings. -- What|Removed |Added