]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (LIBGCC_DEPS): Add libgcc2.h.
authorNick Clifton <nickc@redhat.com>
Fri, 9 Sep 2005 08:39:18 +0000 (08:39 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 9 Sep 2005 08:39:18 +0000 (08:39 +0000)
commitdcfae47c5e2507e490b278ae5db3365b31c9654e
treeac8df5d57a52e84f47e0d0efe6a0dda135e8261b
parenta174b2f8ec2e48a091a8857099451912a69f5e99
Makefile.in (LIBGCC_DEPS): Add libgcc2.h.

* Makefile.in (LIBGCC_DEPS): Add libgcc2.h.
* libgcc2.c (__clz_tab[], __popcount_tab[]): Set the fixed dimension of
  these arrays.
* libgcc2.h (__clz_tab[], __popcount_tab[]): Add exports of these arrays.
* longlong.h: Only provide a prototype for the __clz_tab[] array if this
  header has not been included from libgcc2.h.
* config/stormy16/stormy16-lib2.c: Include libgcc2.h rather than defining
  own types.
  Provide prototypes for exported functions.
  Use the __clz_tab[] and __popcount_tab[] arrays provided by libgcc2.c.

From-SVN: r104081
gcc/ChangeLog
gcc/Makefile.in
gcc/config/stormy16/stormy16-lib2.c
gcc/libgcc2.c
gcc/libgcc2.h
gcc/longlong.h
This page took 0.061336 seconds and 5 git commands to generate.