This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [patch] redef testsuite fixes for hppa*-*-hpux*


> On Sun, Nov 20, 2005 at 09:39:16PM -0500, John David Anglin wrote:
> > -#objdump: -s -j .data
> > +#objdump: -s
> 
> I think there is a good chance that this will break other targets.
> Better would be to use -j .data -j $DATA$.  OK with that change here and
> in the other place you remove -j.

Actually, it seems I need -j .data -j "\$DATA\$" to stop dejagnu from
trying to do a variable substitution and to get rid of the slashes
in the shell command.  I'm checking whether this works on
hppa64-hp-hpux11.11.

The hppa64 test that I did previously uses .data, so I doubt removal of
-j would have broken other targets.  The regexps have .*'s that should
mop up any garbage between the initial match and the interesting stuff.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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