]> gcc.gnu.org Git - gcc.git/commit
server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of malloc...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 10 Mar 2001 04:20:03 +0000 (04:20 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 10 Mar 2001 04:20:03 +0000 (04:20 +0000)
commitf4ce9d906750bad87642454a1cbf8a1b2c2261b0
tree9c3fac38ed4b4a8e389d091650ec0193e59385b9
parent0eac29848b3a5bee12b6f8ae6c64c82a9c0f61b1
server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of malloc, realloc & calloc.

* fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &
xcalloc in lieu of malloc, realloc & calloc.

* gencheck.c (xmalloc): Use really_call_malloc, not malloc.

* gengenrtl.c (xmalloc): Likewise.

* gensupport.c (xcalloc, xrealloc, xmalloc): Use the
really_call_* memory allocation routines.

* stmt.c (check_for_full_enumeration_handling): Use
really_call_calloc, not calloc.

* system.h (really_call_malloc, really_call_calloc,
really_call_realloc): Define.
(malloc, realloc, calloc, strdup, bzero, bcmp, rindex): Poison.

f:
* fini.c (main): Use really_call_malloc, not malloc.

From-SVN: r40360
gcc/ChangeLog
gcc/f/ChangeLog
gcc/f/fini.c
gcc/fixinc/server.c
gcc/gencheck.c
gcc/gengenrtl.c
gcc/gensupport.c
gcc/stmt.c
gcc/system.h
This page took 0.063829 seconds and 5 git commands to generate.