This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH v2 0/3] binutils: read from stdin if input file is -
- From: Nick Clifton <nickc at redhat dot com>
- To: Ahmad Fatoum <ahmad at a3f dot at>, binutils at sourceware dot org
- Date: Tue, 27 Feb 2018 13:51:49 +0000
- Subject: Re: [PATCH v2 0/3] binutils: read from stdin if input file is -
- Authentication-results: sourceware.org; auth=none
- References: <20180225012308.47820-1-ahmad@a3f.at>
Hi Ahmad,
> Changes behavior of dlltool, nlmconv, nm, objcopy, objdump and size
> to allow niftiness like:
>
> printf "\xCC" | objdump -D -bbinary -mi386 -
>
> Copyright assignment is in place. Tests have been added for nm,
> objcopy, objdump and size.
Unfortunately the patch introduces some new testsuite failures for
certain targets:
Checking Binutils in: avr-elf ...
GAS REGRESSION: AVR '.avr.prop' test 1
Checking Binutils in: alpha-linuxecoff ...
BIN REGRESSION: nm (no arguments) tmpdir/bintest.o
BIN REGRESSION: nm (no arguments) -
BIN REGRESSION: objcopy (simple copy from stdin)
Checking Binutils in: alpha-dec-vms ...
BIN REGRESSION: nm (no arguments) tmpdir/bintest.o
BIN REGRESSION: nm (no arguments) -
BIN REGRESSION: objcopy (simple copy from stdin)
BIN REGRESSION: objdump -f (-, <stdin>)
Checking Binutils in: alpha-unknown-osf4.0 ...
BIN REGRESSION: nm (no arguments) tmpdir/bintest.o
BIN REGRESSION: nm (no arguments) -
Checking Binutils in: ft32-elf ...
BIN REGRESSION: objcopy (simple copy from stdin)
Checking Binutils in: powerpc-ibm-aix5.2.0 ...
BIN REGRESSION: nm (no arguments) tmpdir/bintest.o
BIN REGRESSION: nm (no arguments) -
Checking Binutils in: rs6000-aix4.3.3 ...
BIN REGRESSION: nm (no arguments) tmpdir/bintest.o
BIN REGRESSION: nm (no arguments) -
Would you mind having a look at these please ?
Cheers
Nick