dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
authorRichard Henderson <rth@cygnus.com>
Fri, 3 Sep 1999 23:22:50 +0000 (16:22 -0700)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 3 Sep 1999 23:22:50 +0000 (23:22 +0000)
commit3de900268edfcbeb0b286cc0119b778e1050a028
tree3eb337eba34d2d4c91a5e74dbcce64f57595bd4b
parent818a3b1591f335fe4d781637297246d7e9cda583
dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.

* dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
* dwarf2out.c (dwarf2out_frame_init): Likewise.
* final.c (shorten_branches): Likewise.
* global.c (global_alloc): Likewise.
* haifa-sched.c (build_control_flow): Likewise.
* stmt.c (check_for_full_enumeration_handling): Likewise.
(estimate_case_costs): Likewise.

From-SVN: r29091
gcc/ChangeLog
gcc/dbxout.c
gcc/dwarf2out.c
gcc/final.c
gcc/global.c
gcc/haifa-sched.c
gcc/stmt.c