diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/strings.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f8095bc..9e06d8a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-06-14 H.J. Lu <hjl@gnu.org> + + * gas/macros/strings.d: Support a.out and coff. + 2000-06-14 Nick Clifton <nickc@cygnus.com> * gas/arm/arm6.s: Remove 'mrs r9, cpsr_all' since the cpsr_all diff --git a/gas/testsuite/gas/macros/strings.d b/gas/testsuite/gas/macros/strings.d index 546ff0f..4fabca2 100644 --- a/gas/testsuite/gas/macros/strings.d +++ b/gas/testsuite/gas/macros/strings.d @@ -4,5 +4,5 @@ .*: .* Contents of section .data: - 0000 5c22666f 6f5c2200 62617200 62617a \\\"foo\\\".bar.baz + 0000 5c22666f 6f5c2200 62617200 62617a(00| ) \\\"foo\\\".bar.baz(.| ) |