This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]