OSDN Git Service

Fix AIX build problem when IBM cc is used.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 1997 21:39:10 +0000 (21:39 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 1997 21:39:10 +0000 (21:39 +0000)
commit5887d455164f8e1eeb15069bc107b3511e494ce7
tree55032a17e6a3e566f846fb342c9a65c976ae91dd
parentb53e0aabfd203bba234fd651a77ed259689cf6d7
Fix AIX build problem when IBM cc is used.
* acconfig.h (NEED_DECLARATION_CALLOC): Add.
* configure.in: Add GCC_NEED_DECLARATION call for calloc.
* rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
declarations.
* config.in, configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14896 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/acconfig.h
gcc/config.in
gcc/config/rs6000/xm-rs6000.h
gcc/configure
gcc/configure.in