diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/debug_str.s')
-rw-r--r-- | binutils/testsuite/binutils-all/debug_str.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/debug_str.s b/binutils/testsuite/binutils-all/debug_str.s index 485d0cc..d8dc9c2 100644 --- a/binutils/testsuite/binutils-all/debug_str.s +++ b/binutils/testsuite/binutils-all/debug_str.s @@ -8,5 +8,5 @@ resulting size was gigantic and consequently the library quickly ran out of memory. */ - .section .debug_str,"MS",@progbits,1 + .section .debug_str,"MS",%progbits,1 .string "ZLIB_VER_SUBREVISION 0" |