This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
-gstabs problem on alpha
- From: "Kuppuswamy, Priyadarshini" <Priyadarshini dot Kuppuswamy at compaq dot com>
- To: <binutils at sources dot redhat dot com>
- Cc: "Kuppuswamy, Priyadarshini" <Priyadarshini dot Kuppuswamy at compaq dot com>
- Date: Thu, 24 Jan 2002 15:46:20 -0500
- Subject: -gstabs problem on alpha
Hi!
I've written a program alpha.inc under the /gdb/gdb.asm directory which is missing for the alpha architecture. I compiled and linked the program with the latest version of the /gas/as-new and /ld/ld-new and with the -gstabs flag. I get the following error when I compile with -gstabs flag - "Relocation truncated to fit : REFLONG TEXT". I wrote a simple program(asmsrc1.s) to reproduce the same problem for convenience and compiled with the -gstabs flag. Following is the program
.global _start
_start
bis $31, $31, $fp /* startup */
ret $31, $26, 1 /* exit */
I get the following error ":
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 text
Any help would be greatly appreciated.
Thanks,
Priya