This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for gas/macros/strings.d


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(.| )
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]