-gstabs problem on alpha

Kuppuswamy, Priyadarshini Priyadarshini.Kuppuswamy@compaq.com
Thu Jan 24 17:10:00 GMT 2002


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



More information about the Binutils mailing list