CVS: packaging/patches binutils-2.19-patch, NONE, 1.1
"Peter" <[email protected]> Fri, 2 Jan 2009 05:06:51 +0000
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/packaging/patches
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25885
Added Files:
binutils-2.19-patch
Log Message:
Add patch file for binutils-2.19, including all 2.18 patches
--- NEW FILE: binutils-2.19-patch ---
diff -rNU 5 binutils-2.19-orig/bfd/archures.c binutils-2.19-msp/bfd/archures.c
--- binutils-2.19-orig/bfd/archures.c 2008-08-09 15:35:12.000000000 +1000
+++ binutils-2.19-msp/bfd/archures.c 2009-01-02 15:28:42.000000000 +1100
@@ -383,18 +383,28 @@
.#define bfd_mach_msp12 12
.#define bfd_mach_msp13 13
.#define bfd_mach_msp14 14
.#define bfd_mach_msp15 15
.#define bfd_mach_msp16 16
+.#define bfd_mach_msp20 20
.#define bfd_mach_msp21 21
+.#define bfd_mach_msp22 22
+.#define bfd_mach_msp23 23
+.#define bfd_mach_msp24 24
+.#define bfd_mach_msp241 241
+.#define bfd_mach_msp26 26
.#define bfd_mach_msp31 31
.#define bfd_mach_msp32 32
.#define bfd_mach_msp33 33
[...7299 lines suppressed...]
- if (*op2)
- (*prin) (stream, ";");
- else
- {
- if (strlen (op1) < 7)
- (*prin) (stream, ";");
- else
- (*prin) (stream, "\t;");
- }
- }
if (*comm1)
(*prin) (stream, "%s", comm1);
if (*comm1 && *comm2)
- (*prin) (stream, ",");
+ (*prin) (stream, ", ");
if (*comm2)
- (*prin) (stream, " %s", comm2);
+ (*prin) (stream, "%s", comm2);
return cmd_len;
}
------------------------------------------------------------------------------