https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #9 from Georg-Johann Lay ---
(In reply to Senthil Kumar Selvaraj from comment #3)
> The primary reason I added the diff relocs was to prevent linker relaxation
> messing up DWARF line number information - as you know, relaxation can
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #7 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:50:18 2014
New Revision: 211002
URL: http://gcc.gnu.org/viewcvs?rev=211002&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #6 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:48:03 2014
New Revision: 211001
URL: http://gcc.gnu.org/viewcvs?rev=211001&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #5 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:44:23 2014
New Revision: 211000
URL: http://gcc.gnu.org/viewcvs?rev=211000&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:42:25 2014
New Revision: 210999
URL: http://gcc.gnu.org/viewcvs?rev=210999&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #3 from Senthil Kumar Selvaraj ---
Johann,
The primary reason I added the diff relocs was to prevent linker relaxation
messing up DWARF line number information - as you know, relaxation can shorten
instruction sequences, and the addr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #1 from Dimitar Dimitrov ---
The unofficial PRU GCC port (https://github.com/dinuxbg/gnupru) has the same
bug. I haven't tested the following patch on AVR, but a similar change seems to
fix the issue for PRU:
--- a/gcc/config/avr/pre