This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

PATCH: DEFAULT_SIGNED_CHAR on Darwin


Darwin specific.  DEFAULT_SIGNED_CHAR should be set for this target, to
be the same as the 2.95 version.


Index: darwin.h
===================================================================
RCS file: /cvs/Darwin/Commands/GNU/gcc/gcc/config/rs6000/darwin.h,v
retrieving revision 1.15
diff -u -d -b -w -r1.15 darwin.h
--- darwin.h    2001/08/16 01:20:56     1.15
+++ darwin.h    2001/08/27 17:50:09
@@ -227,6 +227,9 @@

   #define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE)  0

+#undef DEFAULT_SIGNED_CHAR
+#define DEFAULT_SIGNED_CHAR (1)
+
   /* Given an rtx X being reloaded into a reg required to be
      in class CLASS, return the class of reg to actually use.
      In general this is just CLASS; but on some machines


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