[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#219451: marked as done (binutils: R_SPARC_WDISP22 breaks newly generated binaries on sparc64)



Your message dated Sun, 25 Jan 2004 17:31:37 -0800
with message-id <20040126013137.GB23410@marge.v3.ca>
and subject line -11 solves this bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Nov 2003 16:40:15 +0000
>From mroos@tartutest.cyber.ee Thu Nov 06 10:40:14 2003
Return-path: <mroos@tartutest.cyber.ee>
Received: from tartutest.cyber.ee [193.40.6.70] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AHnB6-0007OC-00; Thu, 06 Nov 2003 10:40:14 -0600
Received: Message by Barricade tartutest.cyber.ee  with ESMTP id hA6GksYe003392
	for <submit@bugs.debian.org>; Thu, 6 Nov 2003 18:46:54 +0200
Received: from mroos by rhn.tartu-labor with local (Exim 4.24)
	id 1AHnB0-0003c4-0T
	for submit@bugs.debian.org; Thu, 06 Nov 2003 18:40:06 +0200
Date: Thu, 6 Nov 2003 18:40:05 +0200
From: Meelis Roos <mroos@linux.ee>
To: submit@bugs.debian.org
Subject: binutils: R_SPARC_WDISP22 breaks newly generated binaries on sparc64
Message-ID: <20031106164005.GA13887@rhn.tartu-labor>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Meelis Roos <mroos@tartutest.cyber.ee>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-4.0 required=4.0
	tests=BAYES_70,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_11_03
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp)


Subject: binutils: R_SPARC_WDISP22 breaks newly generated binaries on sparc64
Package: binutils
Version: 2.14.90.0.7-1
Severity: normal

*** Please type your report below this line ***

ld fails to create a working binary on sparc64:

mroos@mandariin:~$ cat hello.c
#include <stdio.h>

int main()
{
        printf("Hello, world!\n");
        return 0;
}
mroos@mandariin:~$ gcc -o hello hello.c
mroos@mandariin:~$ ./hello
./hello: error while loading shared libraries: /lib64/libc.so.6: unexpected reloc type 0x08
mroos@mandariin:~$ readelf -r /lib64/libc.so.6 |grep R_SPARC_WDISP22
0000000c8a10  000a00000008 R_SPARC_WDISP22   000000000002a200 .text + 9e760


-- System Information:
Debian Release: testing/unstable
Architecture: sparc
Kernel: Linux mandariin 2.6.0-test9 #34 Wed Oct 29 18:39:26 EET 2003 sparc64
Locale: LANG=et_EE, LC_CTYPE=et_EE

Versions of packages binutils depends on:
ii  libc6                        2.3.2.ds1-9 GNU C Library: Shared libraries an

-- debconf information:
* binutils/kernel_link_warning: 
  binutils/oformat_warning: 

---------------------------------------
Received: (at 219180-done) by bugs.debian.org; 26 Jan 2004 01:31:42 +0000
>From jbailey@nisa.net Sun Jan 25 17:31:42 2004
Return-path: <jbailey@nisa.net>
Received: from marge.v3.ca [216.66.20.89] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AkvbK-0001kh-00; Sun, 25 Jan 2004 17:31:42 -0800
Received: from marge.v3.ca (localhost [127.0.0.1])
	by marge.v3.ca (8.12.11.Beta0/8.12.11.Beta0/Debian-1) with ESMTP id i0Q1VcJT024336;
	Sun, 25 Jan 2004 17:31:38 -0800
Received: (from jbailey@localhost)
	by marge.v3.ca (8.12.11.Beta0/8.12.10/Debian-0) id i0Q1VbFd024335;
	Sun, 25 Jan 2004 17:31:37 -0800
X-Authentication-Warning: marge.v3.ca: jbailey set sender to jbailey@nisa.net using -f
Date: Sun, 25 Jan 2004 17:31:37 -0800
From: Jeff Bailey <jbailey@nisa.net>
To: 219451-done@bugs.debian.org, 219180-done@bugs.debian.org
Subject: -11 solves this bug
Message-ID: <20040126013137.GB23410@marge.v3.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
X-EMSscan-MailScanner: Found to be clean
X-EMSscan-MailScanner-SpamCheck: not spam, SpamAssassin (score=-9.009,
	required 5, BAYES_00 -4.90, USER_AGENT_MUTT -4.11)
Delivered-To: 219180-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-bugs.debian.org_2004_01_25
X-Spam-Level: 

-11 fixes sparc64 binaries.  I hadn't closed them in the ChangeLog
because I wanted to double check and make sure after it had been
built by the autobuilder.

Tks,
Jeff Bailey



Reply to: