-
- Downloads
server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of...
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
Showing
- gcc/ChangeLog 19 additions, 0 deletionsgcc/ChangeLog
- gcc/f/ChangeLog 4 additions, 0 deletionsgcc/f/ChangeLog
- gcc/f/fini.c 1 addition, 1 deletiongcc/f/fini.c
- gcc/fixinc/server.c 6 additions, 26 deletionsgcc/fixinc/server.c
- gcc/gencheck.c 1 addition, 1 deletiongcc/gencheck.c
- gcc/gengenrtl.c 1 addition, 1 deletiongcc/gengenrtl.c
- gcc/gensupport.c 4 additions, 4 deletionsgcc/gensupport.c
- gcc/stmt.c 2 additions, 1 deletiongcc/stmt.c
- gcc/system.h 25 additions, 0 deletionsgcc/system.h
Loading
Please register or sign in to comment