* dwarf2out.c (loclabel_num): Move outside #ifdef
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2004 23:58:00 +0000 (23:58 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2004 23:58:00 +0000 (23:58 +0000)
commitd3cdd238bae5814e5ecf3d13f9d977f91bd7cd62
treed31e6ae0ba5cb4b28d273c7d6d909a7b886148fb
parent5652cbe6fae2235b7476405842ebb771a94a9b47
* dwarf2out.c (loclabel_num): Move outside #ifdef
DWARF2_DEBUGGING_INFO and mark with GTY(()).
* config/ia64/ia64.c (struct extern_func_list,extern_func_head):
Mark with GTY(()).
(ia64_hpux_add_extern_decl): Save the decl, not the name string.
Allocate memory with ggc_alloc.  No need to copy anything.
(ia64_hpux_file_end): Update to match.

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