X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flists.c;h=3af95268091bea298ac7705ab88cb76bdcb9a8f4;hb=54daa60094d5125e41489c6f6fe28a6ec3302473;hp=57eda4b2f1f261022fec37f867b68c6419671134;hpb=1a97be37b9acd218052a467f7b1a26d3be1154f9;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/lists.c b/gcc/lists.c index 57eda4b2f1f..3af95268091 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -1,6 +1,6 @@ -/* List management for the GNU C-Compiler expander. +/* List management for the GCC expander. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2003 Free Software Foundation, Inc. + 1999, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -32,10 +32,10 @@ static void free_list (rtx *, rtx *); /* Functions for maintaining cache-able lists of EXPR_LIST and INSN_LISTs. */ /* An INSN_LIST containing all INSN_LISTs allocated but currently unused. */ -static GTY ((deletable (""))) rtx unused_insn_list; +static GTY ((deletable)) rtx unused_insn_list; /* An EXPR_LIST containing all EXPR_LISTs allocated but currently unused. */ -static GTY ((deletable (""))) rtx unused_expr_list; +static GTY ((deletable)) rtx unused_expr_list; /* This function will free an entire list of either EXPR_LIST or INSN_LIST