CVS: packaging/patches binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch, 1.1, 1.2

Chris Liechti <[email protected]> Wed, 19 Jul 2006 13:43:23 -0700
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging/patches
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6979/packaging/patches

Modified Files:
	binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch 
Log Message:
update for binutils 2.17

Index: binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch
===================================================================
RCS file: /cvsroot/mspgcc/packaging/patches/binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch	7 Apr 2006 20:06:58 -0000	1.1
+++ binutils-14x1-20x1-20x2-20x3-22x4-42x-42x0-461x.patch	19 Jul 2006 20:43:20 -0000	1.2
@@ -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-2.17/bfd/archures.c binutils-2.17.patched/bfd/archures.c
+--- binutils-2.17/bfd/archures.c	2006-03-06 21:42:03.000000000 +0800
++++ binutils-2.17.patched/bfd/archures.c	2006-04-06 23:05:13.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
  .#define bfd_mach_xc16xs         3
  .  bfd_arch_xtensa,    {* Tensilica's Xtensa cores.  *}
-diff -rU5 binutils-060402/bfd/bfd-in2.h binutils-060402.patched/bfd/bfd-in2.h
---- binutils-060402/bfd/bfd-in2.h	2006-03-26 08:38:42.000000000 +0800
-+++ binutils-060402.patched/bfd/bfd-in2.h	2006-04-06 23:04:32.000000000 +0800
+diff -rU5 binutils-2.17/bfd/bfd-in2.h binutils-2.17.patched/bfd/bfd-in2.h
+--- binutils-2.17/bfd/bfd-in2.h	2006-03-26 08:38:42.000000000 +0800
++++ binutils-2.17.patched/bfd/bfd-in2.h	2006-04-06 23:04:32.000000000 +0800
 @@ -1954,18 +1954,21 @@
  #define bfd_mach_msp12          12
  #define bfd_mach_msp13          13
@@ -48,9 +48,9 @@
  #define bfd_mach_xc16xl        2
  #define bfd_mach_xc16xs         3
    bfd_arch_xtensa,    /* Tensilica's Xtensa cores.  */
-diff -rU5 binutils-060402/bfd/cpu-msp430.c binutils-060402.patched/bfd/cpu-msp430.c
---- binutils-060402/bfd/cpu-msp430.c	2005-08-09 16:57:34.000000000 +0800
-+++ binutils-060402.patched/bfd/cpu-msp430.c	2006-04-06 23:07:11.000000000 +0800
+diff -rU5 binutils-2.17/bfd/cpu-msp430.c binutils-2.17.patched/bfd/cpu-msp430.c
+--- binutils-2.17/bfd/cpu-msp430.c	2005-08-09 16:57:34.000000000 +0800
++++ binutils-2.17.patched/bfd/cpu-msp430.c	2006-04-06 23:07:11.000000000 +0800
 @@ -62,33 +62,42 @@
    N (16, bfd_mach_msp15, "msp:15", FALSE, & arch_info_struct[6]),
    
@@ -102,9 +102,9 @@
  const bfd_arch_info_type bfd_msp430_arch =
    N (16, bfd_mach_msp14, "msp:14", TRUE, & arch_info_struct[0]);
  
-diff -rU5 binutils-060402/bfd/doc/archures.texi binutils-060402.patched/bfd/doc/archures.texi
---- binutils-060402/bfd/doc/archures.texi	2006-04-02 13:39:37.000000000 +0800
-+++ binutils-060402.patched/bfd/doc/archures.texi	2006-04-06 23:07:19.000000000 +0800
+diff -rU5 binutils-2.17/bfd/doc/archures.texi binutils-2.17.patched/bfd/doc/archures.texi
+--- binutils-2.17/bfd/doc/archures.texi	2006-04-02 13:39:37.000000000 +0800
++++ binutils-2.17.patched/bfd/doc/archures.texi	2006-04-06 23:07:19.000000000 +0800
 @@ -323,18 +323,21 @@
  #define bfd_mach_msp12          12
  #define bfd_mach_msp13          13
@@ -127,9 +127,9 @@
  #define bfd_mach_xc16xl        2
  #define bfd_mach_xc16xs         3
    bfd_arch_xtensa,    /* Tensilica's Xtensa cores.  */
-diff -rU5 binutils-060402/bfd/elf32-msp430.c binutils-060402.patched/bfd/elf32-msp430.c
---- binutils-060402/bfd/elf32-msp430.c	2005-09-01 19:27:15.000000000 +0800
-+++ binutils-060402.patched/bfd/elf32-msp430.c	2006-04-06 23:03:19.000000000 +0800
+diff -rU5 binutils-2.17/bfd/elf32-msp430.c binutils-2.17.patched/bfd/elf32-msp430.c
+--- binutils-2.17/bfd/elf32-msp430.c	2005-09-01 19:27:15.000000000 +0800
++++ binutils-2.17.patched/bfd/elf32-msp430.c	2006-04-06 23:03:19.000000000 +0800
 @@ -573,10 +573,22 @@
  
      case bfd_mach_msp16:
@@ -206,9 +206,9 @@
  
    return bfd_default_set_arch_mach (abfd, bfd_arch_msp430, e_set);
  }
-diff -rU5 binutils-060402/gas/config/tc-msp430.c binutils-060402.patched/gas/config/tc-msp430.c
---- binutils-060402/gas/config/tc-msp430.c	2005-09-09 16:46:19.000000000 +0800
-+++ binutils-060402.patched/gas/config/tc-msp430.c	2006-04-06 23:01:36.000000000 +0800
+diff -rU5 binutils-2.17/gas/config/tc-msp430.c binutils-2.17.patched/gas/config/tc-msp430.c
+--- binutils-2.17/gas/config/tc-msp430.c	2005-09-09 16:46:19.000000000 +0800
++++ binutils-2.17.patched/gas/config/tc-msp430.c	2006-04-06 23:01:36.000000000 +0800
 @@ -247,95 +247,127 @@
  #define MSP430_ISA_12   12
  #define MSP430_ISA_13   13
@@ -467,9 +467,9 @@
  	     "  -mP - enable polymorph instructions\n"));
  
    show_mcu_list (stream);
-diff -rU5 binutils-060402/include/elf/msp430.h binutils-060402.patched/include/elf/msp430.h
---- binutils-060402/include/elf/msp430.h	2005-05-10 18:21:10.000000000 +0800
-+++ binutils-060402.patched/include/elf/msp430.h	2006-04-06 23:09:13.000000000 +0800
+diff -rU5 binutils-2.17/include/elf/msp430.h binutils-2.17.patched/include/elf/msp430.h
+--- binutils-2.17/include/elf/msp430.h	2005-05-10 18:21:10.000000000 +0800
++++ binutils-2.17.patched/include/elf/msp430.h	2006-04-06 23:09:13.000000000 +0800
 @@ -24,24 +24,28 @@
  #include "elf/reloc-macros.h"
  
@@ -513,9 +513,9 @@
  START_RELOC_NUMBERS (elf_msp430_reloc_type)
       RELOC_NUMBER (R_MSP430_NONE,		0)
       RELOC_NUMBER (R_MSP430_32,			1)
-diff -rU5 binutils-060402/ld/configure.tgt binutils-060402.patched/ld/configure.tgt
---- binutils-060402/ld/configure.tgt	2006-03-26 08:46:13.000000000 +0800
-+++ binutils-060402.patched/ld/configure.tgt	2006-04-02 17:13:22.000000000 +0800
+diff -rU5 binutils-2.17/ld/configure.tgt binutils-2.17.patched/ld/configure.tgt
+--- binutils-2.17/ld/configure.tgt	2006-03-26 08:46:13.000000000 +0800
++++ binutils-2.17.patched/ld/configure.tgt	2006-04-02 17:13:22.000000000 +0800
 @@ -350,11 +350,11 @@
  mn10300-*-*)		targ_emul=mn10300
  			;;
@@ -529,9 +529,9 @@
  ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd
  			;;
  openrisc-*-*)		targ_emul=elf32openrisc ;;
-diff -rU5 binutils-060402/ld/emulparams/msp430all.sh binutils-060402.patched/ld/emulparams/msp430all.sh
---- binutils-060402/ld/emulparams/msp430all.sh	2005-08-09 01:08:04.000000000 +0800
-+++ binutils-060402.patched/ld/emulparams/msp430all.sh	2006-04-02 20:34:13.000000000 +0800
+diff -rU5 binutils-2.17/ld/emulparams/msp430all.sh binutils-2.17.patched/ld/emulparams/msp430all.sh
+--- binutils-2.17/ld/emulparams/msp430all.sh	2005-08-09 01:08:04.000000000 +0800
++++ binutils-2.17.patched/ld/emulparams/msp430all.sh	2006-04-02 20:34:13.000000000 +0800
 @@ -308,10 +308,61 @@
  RAM_SIZE=0x0800
  
@@ -961,10 +961,10 @@
  MACHINE=
  SCRIPT_NAME=elf32msp430
  OUTPUT_FORMAT="elf32-msp430"
-diff -rU5 binutils-060402/ld/Makefile.am binutils-060402.patched/ld/Makefile.am
---- binutils-060402/ld/Makefile.am	2006-03-26 08:46:13.000000000 +0800
-+++ binutils-060402.patched/ld/Makefile.am	2006-04-02 21:19:00.000000000 +0800
-@@ -284,23 +284,35 @@
+diff -rU5 binutils-2.17/ld/Makefile.am binutils-2.17.patched/ld/Makefile.am
+--- binutils-2.17/ld/Makefile.am	2006-06-03 06:45:50.000000000 +0200
++++ binutils-2.17.patched/ld/Makefile.am	2006-07-17 20:05:14.000000000 +0200
+@@ -285,23 +285,35 @@
  	emsp430x1331.o \
  	emsp430x1351.o \
  	emsp430x147.o \
@@ -1000,7 +1000,7 @@
  	emsp430x313.o \
  	emsp430x314.o \
  	emsp430x315.o \
-@@ -310,10 +322,16 @@
+@@ -311,10 +323,16 @@
  	emsp430x337.o \
  	emsp430x412.o \
  	emsp430x413.o \
@@ -1017,7 +1017,7 @@
  	emsp430xE427.o \
  	emsp430xW423.o \
  	emsp430xW425.o \
-@@ -325,10 +343,14 @@
+@@ -326,10 +344,14 @@
  	emsp430x436.o \
  	emsp430x437.o \
  	emsp430x447.o \
@@ -1032,7 +1032,7 @@
  	eor32.o \
  	eor32elf.o \
  	epc532macha.o \
-@@ -1224,10 +1246,22 @@
+@@ -1230,10 +1252,22 @@
  	${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" msp430all
  emsp430x149.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1055,7 +1055,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" msp430all
  emsp430x156.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -1260,10 +1294,34 @@
+@@ -1266,10 +1300,34 @@
  	${GENSCRIPTS} msp430x1611 "$(tdir_msp430x1611)" msp430all
  emsp430x1612.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1090,7 +1090,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x2101 "$(tdir_msp430x2101)" msp430all
  emsp430x2111.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -1276,10 +1334,22 @@
+@@ -1282,10 +1340,22 @@
  	${GENSCRIPTS} msp430x2121 "$(tdir_msp430x2121)" msp430all
  emsp430x2131.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1113,7 +1113,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" msp430all
  emsp430x312.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -1328,10 +1398,34 @@
+@@ -1334,10 +1404,34 @@
  	${GENSCRIPTS} msp430x415 "$(tdir_msp430x415)" msp430all
  emsp430x417.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1148,7 +1148,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" msp430all
  emsp430xE425.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -1388,10 +1482,26 @@
+@@ -1394,10 +1488,26 @@
  	${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" msp430all
  emsp430x449.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1175,10 +1175,10 @@
  	${GENSCRIPTS} news "$(tdir_news)"
  ens32knbsd.c:	$(srcdir)/emulparams/ns32knbsd.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/netbsd.em \
-diff -rU5 binutils-060402/ld/Makefile.in binutils-060402.patched/ld/Makefile.in
---- binutils-060402/ld/Makefile.in	2006-03-26 08:46:13.000000000 +0800
-+++ binutils-060402.patched/ld/Makefile.in	2006-04-02 21:19:16.000000000 +0800
-@@ -507,23 +507,35 @@
+diff -rU5 binutils-2.17/ld/Makefile.in binutils-2.17.patched/ld/Makefile.in
+--- binutils-2.17/ld/Makefile.in	2006-06-03 06:45:50.000000000 +0200
++++ binutils-2.17.patched/ld/Makefile.in	2006-07-17 20:05:14.000000000 +0200
+@@ -509,23 +509,35 @@
  	emsp430x1331.o \
  	emsp430x1351.o \
  	emsp430x147.o \
@@ -1214,7 +1214,7 @@
  	emsp430x313.o \
  	emsp430x314.o \
  	emsp430x315.o \
-@@ -533,10 +545,16 @@
+@@ -535,10 +547,16 @@
  	emsp430x337.o \
  	emsp430x412.o \
  	emsp430x413.o \
@@ -1231,7 +1231,7 @@
  	emsp430xE427.o \
  	emsp430xW423.o \
  	emsp430xW425.o \
-@@ -548,10 +566,14 @@
+@@ -550,10 +568,14 @@
  	emsp430x436.o \
  	emsp430x437.o \
  	emsp430x447.o \
@@ -1246,7 +1246,7 @@
  	eor32.o \
  	eor32elf.o \
  	epc532macha.o \
-@@ -2030,10 +2052,22 @@
+@@ -2041,10 +2063,22 @@
  	${GENSCRIPTS} msp430x148 "$(tdir_msp430x148)" msp430all
  emsp430x149.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1269,7 +1269,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x155 "$(tdir_msp430x155)" msp430all
  emsp430x156.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -2066,10 +2100,34 @@
+@@ -2077,10 +2111,34 @@
  	${GENSCRIPTS} msp430x1611 "$(tdir_msp430x1611)" msp430all
  emsp430x1612.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1304,7 +1304,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x2101 "$(tdir_msp430x2101)" msp430all
  emsp430x2111.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -2082,10 +2140,22 @@
+@@ -2093,10 +2151,22 @@
  	${GENSCRIPTS} msp430x2121 "$(tdir_msp430x2121)" msp430all
  emsp430x2131.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1327,7 +1327,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430x311 "$(tdir_msp430x311)" msp430all
  emsp430x312.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -2134,10 +2204,34 @@
+@@ -2145,10 +2215,34 @@
  	${GENSCRIPTS} msp430x415 "$(tdir_msp430x415)" msp430all
  emsp430x417.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \
@@ -1362,7 +1362,7 @@
    ${GEN_DEPENDS}
  	${GENSCRIPTS} msp430xE423 "$(tdir_msp430xE423)" msp430all
  emsp430xE425.c: $(srcdir)/emulparams/msp430all.sh \
-@@ -2194,10 +2288,26 @@
+@@ -2205,10 +2299,26 @@
  	${GENSCRIPTS} msp430x448 "$(tdir_msp430x448)" msp430all
  emsp430x449.c: $(srcdir)/emulparams/msp430all.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf32msp430.sc \


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