[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/15037] New: avr-patches/binutils/504-binutils-avrtc530-backporte
From: |
cynt6007 at vandals dot uidaho.edu |
Subject: |
[Bug ld/15037] New: avr-patches/binutils/504-binutils-avrtc530-backported.patch |
Date: |
Sat, 19 Jan 2013 04:24:42 +0000 |
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: address@hidden
ReportedBy: address@hidden
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 ld/15037] New: avr-patches/binutils/504-binutils-avrtc530-backported.patch,
cynt6007 at vandals dot uidaho.edu <=