summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/files/patch-no-lma-eeprom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avr-binutils/files/patch-no-lma-eeprom')
-rw-r--r--devel/avr-binutils/files/patch-no-lma-eeprom15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/avr-binutils/files/patch-no-lma-eeprom b/devel/avr-binutils/files/patch-no-lma-eeprom
deleted file mode 100644
index f4e8591d325e..000000000000
--- a/devel/avr-binutils/files/patch-no-lma-eeprom
+++ /dev/null
@@ -1,15 +0,0 @@
-===================================================================
-RCS file: /cvs/src/src/ld/scripttempl/avr.sc,v
-retrieving revision 1.2
-retrieving revision 1.3
-diff -u -r1.2 -r1.3
---- ld/scripttempl/avr.sc 2002/06/01 23:28:59 1.2
-+++ ld/scripttempl/avr.sc 2004/05/08 21:52:56 1.3
-@@ -145,7 +145,6 @@
- } ${RELOCATING+ > data}
-
- .eeprom ${RELOCATING-0}:
-- ${RELOCATING+AT (ADDR (.text) + SIZEOF (.text) + SIZEOF (.data))}
- {
- *(.eeprom*)
- ${RELOCATING+ __eeprom_end = . ; }