------- Comment #1 from danglin at gcc dot gnu dot org 2010-07-03 15:20 ------- .section .rodata .align 4 L$C0000: .stringz "abcdefghijklmnop" .align 4 L$C0001: .stringz "ABCDEFG"
On hppa, .align 4 advances the location counter until it is a multiple of 4 bytes. ldd needs an alignment of 8 bytes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44805