[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-03 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #13 from Vidya Praveen childbear0 at gmail dot com 2012-02-03 08:30:31 UTC --- (In reply to comment #12) The patch reads: + /* If 'shrinkable' is FALSE, do not shrink by deleting bytes while + relaxing. Such shrinking can

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-03 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #14 from Vidya Praveen childbear0 at gmail dot com 2012-02-03 08:40:08 UTC --- (In reply to comment #11) Vidya, You did fine, putting the patch in the bug report as attachment, and ChangeLog in comment. Yes, you can use your

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-03 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #15 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-03 12:55:47 UTC --- (In reply to comment #13) (In reply to comment #12) + if (!strcmp (sec-name,.vectors) + || !strcmp (sec-name,.jumptables)) +shrinkable =

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #9 from Vidya Praveen childbear0 at gmail dot com 2012-02-02 08:38:19 UTC --- Corrected the log message 2012-02-02 Vidya Praveen (vidya.prav...@atmel.com) PR bfd/13410 * bfd/elf32-avr.c (elf32_avr_relax_section): Correct

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #10 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2012-02-02 18:02:17 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ewedding...@sourceware.org2012-02-02 18:02:10 Modified files: bfd

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread eric.weddington at atmel dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 Eric Weddington eric.weddington at atmel dot com changed: What|Removed |Added Status|ASSIGNED

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #12 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-02-02 19:29:31 UTC --- The patch reads: + /* If 'shrinkable' is FALSE, do not shrink by deleting bytes while + relaxing. Such shrinking can cause issues for the sections

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread eric.weddington at atmel dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #6 from Eric Weddington eric.weddington at atmel dot com 2012-02-01 19:14:24 UTC --- Hi Vidya, Please resubmit patch with: - Email address in the Changelog entry set to your Atmel address. If you don't have a personal FSF

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #7 from Vidya Praveen childbear0 at gmail dot com 2012-02-02 06:17:35 UTC --- (In reply to comment #6) Hi Vidya, Please resubmit patch with: - Email address in the Changelog entry set to your Atmel address. If you don't have a

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #8 from Vidya Praveen childbear0 at gmail dot com 2012-02-02 07:46:59 UTC --- Created attachment 6188 -- http://sourceware.org/bugzilla/attachment.cgi?id=6188 Correct the condition for qualifying candidates for relaxation Log

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-01-31 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 Vidya Praveen childbear0 at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-01-31 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #4 from Vidya Praveen childbear0 at gmail dot com 2012-01-31 17:20:39 UTC --- posted the same to the mailing list with a mistake corrected in the change log (PR ld/13410 to PR bfd/13410). Sorry about the flowed format, I am trying

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-01-31 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #5 from Vidya Praveen childbear0 at gmail dot com 2012-01-31 19:52:24 UTC --- Resubmitted: http://sourceware.org/ml/binutils/2012-01/msg00286.html -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-01-29 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC||j at uriah

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2011-11-15 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #1 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-11-15 08:27:15 UTC --- == Complete error message (here with 2.21) == GNU ld (GNU Binutils) 2.21 e:/winavr/4.7.0-1/bin/../lib/gcc/avr/4.7.0/../../../../avr/lib/avr6/crtm2560.o: