bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/13899] [avr]: Wrong relaxation of R_AVR_16_PM with gs()


From: gjl at gcc dot gnu.org
Subject: [Bug ld/13899] [avr]: Wrong relaxation of R_AVR_16_PM with gs()
Date: Wed, 28 Mar 2012 11:51:22 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13899

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-03-28 
11:51:22 UTC ---
Notes

If you work on linux, you will want to

$ dos2unix good.lst

in order to change newlines to unix style.

And in the Makefile, diff results get smaller if objdump gets called with -d
instead of with -S like so:

exe:    
    $(LD) -o $(EXE).elf --relax $(OBJ) -L. -lgcc -lc -lgcc 
    $(OBJDUMP) -z -h -d -j .data -j .text $(EXE).elf > $(EXE).lst

_________________________^^ -d instead of -S

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]