X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=debian%2Fpatches%2F503-binutils-msp-undef-LEX_DOLLAR.dpatch;fp=debian%2Fpatches%2F503-binutils-msp-undef-LEX_DOLLAR.dpatch;h=0000000000000000000000000000000000000000;hp=50daa760609e808bd58fc652fd6d8a89a7af35cc;hb=d2b7d31e6dbe72ae2f2ca39f680e74b2a4ad908d;hpb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e diff --git a/debian/patches/503-binutils-msp-undef-LEX_DOLLAR.dpatch b/debian/patches/503-binutils-msp-undef-LEX_DOLLAR.dpatch deleted file mode 100755 index 50daa76..0000000 --- a/debian/patches/503-binutils-msp-undef-LEX_DOLLAR.dpatch +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 503-binutils-msp-undef-LEX_DOLLAR.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Allow LEX_DOLLAR to be used as an identifier in the msp430 architecture - -@DPATCH@ - -diff -urN binutils-2.18.1~cvs20080103.orig/gas/config/tc-msp430.h binutils-2.18.1~cvs20080103/gas/config/tc-msp430.h ---- binutils-2.18.1~cvs20080103.orig/gas/config/tc-msp430.h 2007-07-03 05:01:04.000000000 -0600 -+++ binutils-2.18.1~cvs20080103/gas/config/tc-msp430.h 2008-08-21 13:46:29.000000000 -0600 -@@ -97,8 +97,8 @@ - example, a value of 2 might print `1234 5678' where a value of 1 - would print `12 34 56 78'. The default value is 4. */ - --#define LEX_DOLLAR 0 --/* MSP430 port does not use `$' as a logical line separator */ -+#undef LEX_DOLLAR -+/* Allow the MSP430 port to use `$' in identifiers */ - - #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 - /* An `.lcomm' directive with no explicit alignment parameter will