CVS: binutils binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch, 1.5, 1.6
Steve Underwood <[email protected]> Wed, 15 Nov 2006 08:27:56 -0800
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/binutils
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5116/binutils
Modified Files:
binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
Log Message:
binutls patch now gets the 20xx and 22xx parts right. it allows for the larger
interrupt vector table on the G461x parts.
Index: binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
===================================================================
RCS file: /cvsroot/mspgcc/binutils/binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 15 Nov 2006 00:34:11 -0000 1.5
+++ binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 15 Nov 2006 16:27:54 -0000 1.6
@@ -1,6 +1,6 @@
-diff -rU5 binutils-060402/bfd/archures.c binutils-060402.patched/bfd/archures.c
---- binutils-060402/bfd/archures.c 2006-03-06 21:42:03.000000000 +0800
-+++ binutils-060402.patched/bfd/archures.c 2006-04-06 23:05:13.000000000 +0800
+diff -rU5 binutils-060402.orig/bfd/archures.c binutils-060402/bfd/archures.c
+--- binutils-060402.orig/bfd/archures.c 2006-03-06 21:42:03.000000000 +0800
++++ binutils-060402/bfd/archures.c 2006-11-16 00:05:33.000000000 +0800
@@ -357,18 +357,21 @@
.#define bfd_mach_msp12 12
.#define bfd_mach_msp13 13
@@ -23,9 +23,9 @@
.#define bfd_mach_xc16xl 2
[...1204 lines suppressed...]
+
+ MEMORY
+ {
+- text (rx) : ORIGIN = $ROM_START, LENGTH = $ROM_SIZE
+- data (rwx) : ORIGIN = $RAM_START, LENGTH = $RAM_SIZE
+- vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
+- bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K
+- infomem(rx) : ORIGIN = 0x1000, LENGTH = 256
+- infomemnobits(rx) : ORIGIN = 0x1000, LENGTH = 256
++ text (rx) : ORIGIN = $ROM_START, LENGTH = $ROM_SIZE
++ data (rwx) : ORIGIN = $RAM_START, LENGTH = $RAM_SIZE
++ vectors (rw) : ORIGIN = $VECTORS_START LENGTH = $VECTORS_SIZE
++ bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K
++ infomem(rx) : ORIGIN = 0x1000, LENGTH = 256
++ infomemnobits(rx) : ORIGIN = 0x1000, LENGTH = 256
+ ${HEAP_MEMORY_MSP430}
+ }
+
+ SECTIONS
+ {
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV