This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'broken words' misbehavior?


	* config/tc-i386.h (WORKING_DOT_WORD): Define.

Index: gas/config/tc-i386.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.h,v
retrieving revision 1.82
diff -u -p -r1.82 tc-i386.h
--- gas/config/tc-i386.h	13 Feb 2007 23:23:54 -0000	1.82
+++ gas/config/tc-i386.h	9 Mar 2007 07:52:29 -0000
@@ -500,6 +500,8 @@ void i386_print_statistics (FILE *);
 extern void sco_id (void);
 #endif
 
+#define WORKING_DOT_WORD 1
+
 /* We want .cfi_* pseudo-ops for generating unwind info.  */
 #define TARGET_USE_CFIPOP 1
 

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]