OSDN Git Service

* dbxout.c: Move declaration of dbxout_type_decl outside
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2004 23:35:19 +0000 (23:35 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2004 23:35:19 +0000 (23:35 +0000)
#ifdef DBX_DEBUGGING_INFO.
* c-parse.in: Don't give the asmdef production a type.

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

gcc/ChangeLog
gcc/c-parse.in
gcc/dbxout.c

index 9d75e32..d8c9992 100644 (file)
@@ -1,5 +1,11 @@
 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
 
 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
 
+       * dbxout.c: Move declaration of dbxout_type_decl outside
+       #ifdef DBX_DEBUGGING_INFO.
+       * c-parse.in: Don't give the asmdef production a type.
+
+2004-02-12  Zack Weinberg  <zack@codesourcery.com>
+
        * debug.h (struct gcc_debug_hooks): Add type_decl field.
        (debug_nothing_tree_int): Prototype.
        (dwarf_debug_hooks): Delete, unused.
        * debug.h (struct gcc_debug_hooks): Add type_decl field.
        (debug_nothing_tree_int): Prototype.
        (dwarf_debug_hooks): Delete, unused.
index 7a68dbf..5944085 100644 (file)
@@ -202,7 +202,7 @@ do {                                                                        \
 
 %type <ttype> scspec SCSPEC STATIC TYPESPEC TYPE_QUAL maybe_volatile
 %type <ttype> initdecls notype_initdecls initdcl notype_initdcl init
 
 %type <ttype> scspec SCSPEC STATIC TYPESPEC TYPE_QUAL maybe_volatile
 %type <ttype> initdecls notype_initdecls initdcl notype_initdcl init
-%type <ttype> simple_asm_expr maybeasm asmdef asm_stmt asm_argument
+%type <ttype> simple_asm_expr maybeasm asm_stmt asm_argument
 %type <ttype> asm_operands nonnull_asm_operands asm_operand asm_clobbers
 %type <ttype> maybe_attribute attributes attribute attribute_list attrib
 %type <ttype> any_word
 %type <ttype> asm_operands nonnull_asm_operands asm_operand asm_clobbers
 %type <ttype> maybe_attribute attributes attribute attribute_list attrib
 %type <ttype> any_word
index 0fe6c0b..899d2cd 100644 (file)
@@ -365,6 +365,7 @@ static void dbxout_prepare_symbol (tree);
 static void dbxout_finish_symbol (tree);
 static void dbxout_block (tree, int, tree);
 static void dbxout_global_decl (tree);
 static void dbxout_finish_symbol (tree);
 static void dbxout_block (tree, int, tree);
 static void dbxout_global_decl (tree);
+static void dbxout_type_decl (tree, int);
 static void dbxout_handle_pch (unsigned);
 \f
 /* The debug hooks structure.  */
 static void dbxout_handle_pch (unsigned);
 \f
 /* The debug hooks structure.  */
@@ -377,7 +378,6 @@ static void dbxout_begin_function (tree);
 static void dbxout_begin_block (unsigned, unsigned);
 static void dbxout_end_block (unsigned, unsigned);
 static void dbxout_function_decl (tree);
 static void dbxout_begin_block (unsigned, unsigned);
 static void dbxout_end_block (unsigned, unsigned);
 static void dbxout_function_decl (tree);
-static void dbxout_type_decl (tree, int);
 
 const struct gcc_debug_hooks dbx_debug_hooks =
 {
 
 const struct gcc_debug_hooks dbx_debug_hooks =
 {