]> git.ipfire.org Git - thirdparty/gcc.git/commit
vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
authorDouglas B Rupp <rupp@gnat.com>
Tue, 29 Jun 2010 19:11:47 +0000 (19:11 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Tue, 29 Jun 2010 19:11:47 +0000 (19:11 +0000)
commit6ca45368787c9443bed9b9466ad0851a9493847d
tree54fe6a68e66695b7048fd4b022546cd29cf41dcf
parente82a40fcb47f501926bad51e86dc3bebfa1f6723
vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.

* 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.

From-SVN: r161556
gcc/ChangeLog
gcc/vmsdbgout.c