Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173471 | Differences between
and this patch

Collapse All | Expand All

(-)gas/config/tc-msp430.h-orig (-1 / +1 lines)
Lines 97-103 Link Here
97
     example, a value of 2 might print `1234 5678' where a value of 1
97
     example, a value of 2 might print `1234 5678' where a value of 1
98
     would print `12 34 56 78'.  The default value is 4.  */
98
     would print `12 34 56 78'.  The default value is 4.  */
99
99
100
#define LEX_DOLLAR 0
100
#undef LEX_DOLLAR
101
/* MSP430 port does not use `$' as a logical line separator */
101
/* MSP430 port does not use `$' as a logical line separator */
102
102
103
#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0
103
#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0

Return to bug 173471