This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: binutils 2.16.1 on sparc-linux: check_relocs: unhandled reloctype 0
- From: "David S. Miller" <davem at davemloft dot net>
- To: christian dot joensson at gmail dot com
- Cc: binutils at sources dot redhat dot com
- Date: Mon, 01 Aug 2005 08:24:52 -0700 (PDT)
- Subject: Re: binutils 2.16.1 on sparc-linux: check_relocs: unhandled reloctype 0
- References: <5460e333050801052453e03d8b@mail.gmail.com>
From: Christian Joensson <christian.joensson@gmail.com>
Date: Mon, 1 Aug 2005 14:24:56 +0200
> I am running the gcc 4.0 branch testsuite using a local build and
> install of binutils-2.16.1.
>
> This is two (of 4) testsuite failures I get when running the testsuite
> with the -m64 flag appended...
...
> Any ideas of what is wrong? If anyone is interested pls let me know
> and I'll provide other details if you like...
The testsuite is building 32-bit binaries. This usually happens
for the C++ tests.
You have to make sure that the -m64 flag gets propagated to the
CFLAGS used for the gcc and g++ used by the testsuite.