This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: (Fwd) Re: Absolute paths in BFD
Date: Thu, 04 May 2000 11:21:41 +0200
From: Laurent Bardet <laurent.bardet@detexis.thomson-csf.com>
- do you fell it reasonnable to translate any input file name in a unified
internal naming convention (e.g. URL) ?
Definitely seems like overkill for the very few applications in the
binutils which need this information.
In some cases, though, I suspect that the binutils code should simply
be calling basename. basename is provided in libiberty if it is not
available in the system library.
Ian