dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mark with...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Feb 2004 23:58:00 +0000 (23:58 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Feb 2004 23:58:00 +0000 (23:58 +0000)
commit57d4f65c739e51af5356ef90ac1cbfcff02ef4e1
treed31e6ae0ba5cb4b28d273c7d6d909a7b886148fb
parent3fec9fa9b726c0d6099688c6aa8d9e342565f5a2
dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mark with GTY(()).

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

From-SVN: r78061
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/dwarf2out.c