* vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
authorrupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2010 19:11:47 +0000 (19:11 +0000)
committerrupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2010 19:11:47 +0000 (19:11 +0000)
commitba0fc22bcbdc6b75acaa869c5e4c87c33b71150c
tree54fe6a68e66695b7048fd4b022546cd29cf41dcf
parent2de5bbf28bc3dbf40204d03a7ce0bbd4cbd8390a
* vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
(funcnam_table): New static table.
(funcnum_table): New static table.
(write_rtnbeg): Write value saved in funcnum_table.
(write_rtnend): Write value saved in funcnum_table.
(vmsdbgout_begin_function): Save current function info in
(vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
(vmsdbgout_finish): Iterate over funcnum_table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161556 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/vmsdbgout.c