This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: Proposed objcopy patch
- To: binutils@sourceware.cygnus.com
- Subject: Re: Proposed objcopy patch
- From: Nick Clifton <nickc@cygnus.com>
- Date: Fri, 14 May 1999 15:55:56 -0700
Hi DJ,
: I'd use strncmp, not strstr, as you only want to check if "pei-"
: appears at the *beginning* of the target name. Still not bulletproof,
: but better.
Except that it would miss the 'epoc-pei-arm-...' targets.
Cheers
Nick