A patch for gas/macros/strings.d
H . J . Lu
hjl@valinux.com
Wed Jun 14 10:52:00 GMT 2000
Hi, Nick,
Your testcase doesn't work with a.out nor coff due to paddings. This
patch seems to work for i386aout and i386coff. I am not sure if will
work on other a.out/coff targets.
--
H.J. Lu (hjl@gnu.org)
---
2000-06-14 H.J. Lu <hjl@gnu.org>
* gas/macros/strings.d: Support a.out and coff.
Index: gas/macros/strings.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/macros/strings.d,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 strings.d
--- gas/macros/strings.d 2000/06/14 16:37:21 1.1.1.1
+++ gas/macros/strings.d 2000/06/14 17:49:11
@@ -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(.| )
More information about the Binutils
mailing list