This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: --enable-targets=all breakage
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Jason R Thorpe <thorpej at wasabisystems dot com>
- Cc: "H . J . Lu" <hjl at lucon dot org>, <binutils at sources dot redhat dot com>
- Date: Tue, 4 Jun 2002 14:07:03 -0400 (EDT)
- Subject: Re: --enable-targets=all breakage
On Tue, 4 Jun 2002, Jason R Thorpe wrote:
> On Mon, Jun 03, 2002 at 11:43:50PM -0700, H . J . Lu wrote:
>
> > Can't we remove elfxx-shxx-nbsd.c and move the BFD vector into
> > elfxx-shxx.c like what elf64-hppa-linux is done? It doesn't make
> > much senses to have a separate file.
>
> How hould plain elf32-sh64 be differentiated from elf32-sh64-nbsd? Both
> use the same EI_OSABI field. The only difference is that the -nbsd variant
> doens't put _ in front of user-visible symbols. This is essentially no
> different from elf32-sh-linux/elf32-sh-nbsd and elf32-sh.
That and ELF_MAXPAGESIZE. Small differences, but still. Anyway,
H.J.:s suggestion of including the netbsd vector with the other
sh64 vectors sounds good enough. Carving out bits of
elf64-sh64.c seems hairier (as I see you noticed).
brgds, H-P