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]

Re: gas .macro quirks, and an ARM bug


Scott Bambrough wrote:
> 
> Nick Clifton wrote:
> >
>  Index: strings.d
> > ===================================================================
> > RCS file: strings.d
> > diff -N strings.d
> > *** /dev/null   Tue May  5 13:32:27 1998
> > --- strings.d   Fri Jun  9 12:11:25 2000
> > ***************
> > *** 0 ****
> > --- 1,8 ----
> > + #objdump: -s -j .data
> > + #name: strings
> > +
> > + .*: .*
> > +
> > + Contents of section .data:
> > +  0000 5c22666f 6f5c2200 62617200 62617a    \\"foo\\".bar.baz
> > +
> 
> Hi Nick,
> Shouldn't this
> > +  0000 5c22666f 6f5c2200 62617200 62617a    \\"foo\\".bar.baz
> be this
> > +  0000 5c22666f 6f5c2200 62617200 62617a    \"foo\".bar.baz

Hi Nick,
One more time.  Shouldn't this
> +  0000 5c22666f 6f5c2200 62617200 62617a    \\"foo\\".bar.baz
be this
> +  0000 5c22666f 6f5c2200 62617200 62617a    \\\"foo\\\".bar.baz

This is what I had to do to get the test to work.

Scott
-- 
Scott Bambrough - Software Engineer
REBEL.COM    http://www.rebel.com
NetWinder    http://www.netwinder.org

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