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

             Bug #: 15037
           Summary: avr-patches/binutils/504-binutils-avrtc530-backported.
                    patch
           Product: binutils
           Version: 2.24 (HEAD)
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ld
        AssignedTo: unassig...@sourceware.org
        ReportedBy: cynt6...@vandals.uidaho.edu
    Classification: Unclassified


Created attachment 6824
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6824
AVR EEPROM PATCH

I really appreciate all your help!
It looks like the first half of the ATMEL patch has already been applied, but
not the second half...

--- ld/scripttempl/avr.sc       2011-03-22 01:37:42.000000000 +0530
+++ ld/scripttempl/avr.sc       2012-07-24 12:13:29.000000000 +0530
@@ -195,7 +198,7 @@ SECTIONS
   .eeprom ${RELOCATING-0}:
   {
-    *(.eeprom*)
+    KEEP(*(.eeprom*))
     ${RELOCATING+ __eeprom_end = . ; }
   } ${RELOCATING+ > eeprom}

-- 
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to