diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-01 12:22:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-04-01 12:22:14 +0000 |
commit | 235e1fe81e089e2563c046260eca00144710cd67 (patch) | |
tree | 1d9f59f54ebe580d52f1cabbb41cc723f4a4ceaa /gcc/config/m32c/t-m32c | |
parent | d6868399fb67b375e562d28d2f0dcf52cbf8d9d1 (diff) | |
download | gcc-235e1fe81e089e2563c046260eca00144710cd67.zip gcc-235e1fe81e089e2563c046260eca00144710cd67.tar.gz gcc-235e1fe81e089e2563c046260eca00144710cd67.tar.bz2 |
m32c.h (LIBGCC2_UNITS_PER_WORD): Define if not already defined.
* config/m32c/m32c.h (LIBGCC2_UNITS_PER_WORD): Define if not
already defined.
* config/m32c/t-m32c (LIB2FUNCS_EXTRA): Add m32c-lib2-trapv.c.
* config/m32c/m32c-lib2.c: Remove unused typedefs. Rename the
other typedefs to avoid conflicts with libgcc2.c. Define labels
to gain 16-bit bit-manipulation functions from libgcc2.c and then
include it.
* config/m32c/m32c-lib2-trapv.c: New file. Define labels
to gain 16-bit trapping arithmetic functions from libgcc2.c and
then include it.
From-SVN: r145397
Diffstat (limited to 'gcc/config/m32c/t-m32c')
-rw-r--r-- | gcc/config/m32c/t-m32c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/t-m32c b/gcc/config/m32c/t-m32c index de2a54f..33454fe 100644 --- a/gcc/config/m32c/t-m32c +++ b/gcc/config/m32c/t-m32c @@ -29,7 +29,7 @@ LIB1ASMFUNCS = \ __m32c_ucmpsi2 \ __m32c_jsri16 -LIB2FUNCS_EXTRA = $(srcdir)/config/m32c/m32c-lib2.c +LIB2FUNCS_EXTRA = $(srcdir)/config/m32c/m32c-lib2.c $(srcdir)/config/m32c/m32c-lib2-trapv.c # floating point emulation libraries |