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
This commit is contained in:
Dale Johannesen 2001-08-28 19:51:50 +00:00 committed by Stan Shebs
parent c976fa8847
commit 4f400cf638
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.

View File

@ -148,6 +148,12 @@ Boston, MA 02111-1307, USA. */
#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
in class CLASS, return the class of reg to actually use.
In general this is just CLASS; but on some machines