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:
parent
c976fa8847
commit
4f400cf638
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user