From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29258 invoked by alias); 18 Jan 2002 17:41:20 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 29218 invoked from network); 18 Jan 2002 17:41:18 -0000 Received: from unknown (HELO zmamail04.zma.compaq.com) (161.114.64.104) by sources.redhat.com with SMTP; 18 Jan 2002 17:41:18 -0000 Received: by zmamail04.zma.compaq.com (Postfix, from userid 12345) id 25CB45944; Fri, 18 Jan 2002 12:41:18 -0500 (EST) Received: from tayexg11.americas.cpqcorp.net (tayexg11.americas.cpqcorp.net [16.103.130.96]) by zmamail04.zma.compaq.com (Postfix) with ESMTP id 21BC958EF for ; Fri, 18 Jan 2002 12:41:18 -0500 (EST) Received: from tayexc13.americas.cpqcorp.net ([16.103.130.26]) by tayexg11.americas.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.2966); Fri, 18 Jan 2002 12:41:18 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Subject: Problem with -gstabs on alpha Date: Fri, 18 Jan 2002 10:18:00 -0000 Message-ID: <6B003D25ADBDE347B5542AFE6A55B42E01A43E98@tayexc13.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: failure notice Thread-Index: AcGgRxiKLpXNF7I3QYSHhJDLL9lYtQAADqbA From: "Kuppuswamy, Priyadarshini" To: X-OriginalArrivalTime: 18 Jan 2002 17:41:18.0155 (UTC) FILETIME=[558D99B0:01C1A047] X-SW-Source: 2002-01/txt/msg00374.txt.bz2 I have the following simple program (asmsrc1.s) written in =3D assembly language for alpha. .global _start _start bis $31, $31, $fp /* startup */ ret $31, $26, 1 /* exit */ When I compile and link the above program (/gas/as-new and /ld/ld-new ) =3D with -gstabs flag, I get the following error.=3D20 asmsrc1.o:asmsrc1.s:4: relocation truncated to fit: REFLONG text asmsrc1.o:asmsrc1.s:4: relocation truncated to fit: REFLONG text asmsrc1.o:asmsrc1.s:4: relocation truncated to fit: REFLONG =3D text Any suggestions???? Thanks for your time, Priya