This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] LD/testsuite: ld-*/comm-data.exp improvements
- From: "Maciej W. Rozycki" <macro at linux-mips dot org>
- To: nick clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Sat, 24 Aug 2013 23:38:58 +0100 (BST)
- Subject: Re: [PATCH] LD/testsuite: ld-*/comm-data.exp improvements
- References: <alpine dot LFD dot 2 dot 03 dot 1307280023430 dot 3015 at linux-mips dot org> <520B5EE9 dot 70905 at redhat dot com>
On Wed, 14 Aug 2013, nick clifton wrote:
> > ld/testsuite/
> > * ld-elf/comm-data.exp: Use check_shared_lib_support rather than
> > explicit patterns for test target qualification. Define extra
> > tool flags for *-*-hpux* and tic6x-*-* targets. Link with a
> > linker script. Use alternative patterns for targets that do not
> > eliminate copy relocs, currently mn10300-*-* and vax-*-*.
> > * ld-elf/comm-data2.s: Handle HPUX's `.comm' syntax.
> > * ld-elf/comm-data2.ld: New test linker script.
> > * ld-elf/comm-data2.xd: Match section's VMA too. Ignore ASCII
> > data dump.
> > * ld-elf/comm-data2r.rd: New test pattern.
> > * ld-elf/comm-data2r.sd: New test pattern.
> > * ld-elf/comm-data2r.xd: New test pattern.
> > * ld-mips-elf/comm-data.exp: Use check_shared_lib_support rather
> > than an explicit pattern for test target qualification. Link with
> > a linker script.
>
> Approved - please apply.
Applied now, thanks for your review.
Maciej