Commit 4f400cf6 by Dale Johannesen Committed by Stan Shebs

darwin.h (DEFAULT_SIGNED_CHAR): Define.

2001-08-28  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.

From-SVN: r45235
parent c976fa88
2001-08-28 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
2001-08-28 Danny Smith <dannysmith@users.sourceforge.net> 2001-08-28 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64. * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
......
...@@ -148,6 +148,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -148,6 +148,12 @@ Boston, MA 02111-1307, USA. */
#define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) 0 #define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) 0
/* Unlike most other PowerPC targets, chars are signed, for
consistency with other Darwin architectures. */
#undef DEFAULT_SIGNED_CHAR
#define DEFAULT_SIGNED_CHAR (1)
/* Given an rtx X being reloaded into a reg required to be /* Given an rtx X being reloaded into a reg required to be
in class CLASS, return the class of reg to actually use. in class CLASS, return the class of reg to actually use.
In general this is just CLASS; but on some machines In general this is just CLASS; but on some machines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment