Commit 5b003117 by Aldy Hernandez Committed by Aldy Hernandez

dwarf2out.h (dwarf2out_decl): Remove prototype.

	* dwarf2out.h (dwarf2out_decl): Remove prototype.
	* dwarf2out.c (dwarf2out_decl): Make static.

From-SVN: r214554
parent eaf1fcda
2014-08-26 Aldy Hernandez <aldyh@redhat.com>
* dwarf2out.h (dwarf2out_decl): Remove prototype.
* dwarf2out.c (dwarf2out_decl): Make static.
2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> 2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit. * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
......
...@@ -102,6 +102,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -102,6 +102,7 @@ along with GCC; see the file COPYING3. If not see
static void dwarf2out_source_line (unsigned int, const char *, int, bool); static void dwarf2out_source_line (unsigned int, const char *, int, bool);
static rtx_insn *last_var_location_insn; static rtx_insn *last_var_location_insn;
static rtx_insn *cached_next_real_insn; static rtx_insn *cached_next_real_insn;
static void dwarf2out_decl (tree);
#ifdef VMS_DEBUGGING_INFO #ifdef VMS_DEBUGGING_INFO
int vms_file_stats_name (const char *, long long *, long *, char *, int *); int vms_file_stats_name (const char *, long long *, long *, char *, int *);
...@@ -20881,7 +20882,7 @@ gen_namelist_decl (tree name, dw_die_ref scope_die, tree item_decls) ...@@ -20881,7 +20882,7 @@ gen_namelist_decl (tree name, dw_die_ref scope_die, tree item_decls)
/* Write the debugging output for DECL. */ /* Write the debugging output for DECL. */
void static void
dwarf2out_decl (tree decl) dwarf2out_decl (tree decl)
{ {
dw_die_ref context_die = comp_unit_die (); dw_die_ref context_die = comp_unit_die ();
......
...@@ -249,7 +249,6 @@ extern enum dw_cfi_oprnd_type dw_cfi_oprnd2_desc ...@@ -249,7 +249,6 @@ extern enum dw_cfi_oprnd_type dw_cfi_oprnd2_desc
extern void output_cfi_directive (FILE *f, struct dw_cfi_node *cfi); extern void output_cfi_directive (FILE *f, struct dw_cfi_node *cfi);
extern void dwarf2out_decl (tree);
extern void dwarf2out_emit_cfi (dw_cfi_ref cfi); extern void dwarf2out_emit_cfi (dw_cfi_ref cfi);
extern void debug_dwarf (void); extern void debug_dwarf (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment