]> gcc.gnu.org Git - gcc.git/commit
h8300.h (TARGET_H8300H, [...]): Make sure UNITS_PER_WORD and BITS_PER_WORD are compil...
authorJakub Jelinek <jakub@redhat.com>
Mon, 27 Dec 1999 08:34:45 +0000 (09:34 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 27 Dec 1999 08:34:45 +0000 (09:34 +0100)
commit996ed075bdc3edbe0a20cdefa67e71b30a01ed31
tree02d25e0bc1c4d0f63ccc0fa33aaf34217c6cd2e7
parent9310f1eb4c883fcdcbfb606667f5ee6d237ab804
h8300.h (TARGET_H8300H, [...]): Make sure UNITS_PER_WORD and BITS_PER_WORD are compile time constants when...

* config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
compiling libgcc2.
* config/mips/mips.h (TARGET_64BIT): Likewise.
* config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
* libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
dsps.  Give routines proper names if SI/DI modes are not used.
* longlong.h: Use DWunion instead of DIunion.

From-SVN: r31095
gcc/ChangeLog
gcc/config/h8300/h8300.h
gcc/config/mips/mips.h
gcc/config/rs6000/rs6000.h
gcc/libgcc2.c
gcc/longlong.h
This page took 0.09801 seconds and 5 git commands to generate.