]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/testsuite/binutils-all/pr25543.s
Restore readelf's string dump to previous behaviour where newlines were caused line...
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / pr25543.s
1 .data
2 .asciz "line1 : This is a line without a newline at the end"
3 .asciz "line2 : This is a line with a newline at the end\n"
4 .asciz "line3 : This is a line with a \nnewline in the middle"
5 .asciz "line4 : This is a line with a \rcontrol character"
6 .asciz ""
7 .asciz "line6 : The previous line was empty\n"