summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 08:59:05 +0000
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 08:59:05 +0000
commitc366eeee922f7bd12578107eaa6424035a2fcbef (patch)
treef94027f057caa35b252ef812fcdb2c7ccfe88ea3 /gcc/dwarf2out.c
parentcf8b3570c0253e13fb945088de561907ceed1de6 (diff)
downloadgcc-c366eeee922f7bd12578107eaa6424035a2fcbef.tar.gz
* dwarf2out.c (indirect_string_alloc, output_indirect_string):
Move prototype into DWARF2_DEBUGGING_INFO conditional block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 3c114848adb..ca56ce17093 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -298,11 +298,6 @@ static struct dw_loc_descr_struct *build_cfa_loc
static void def_cfa_1 PARAMS ((const char *,
dw_cfa_location *));
-/* .debug_str support. */
-static hashnode indirect_string_alloc PARAMS ((hash_table *));
-static int output_indirect_string PARAMS ((struct cpp_reader *,
- hashnode, const PTR));
-
/* How to start an assembler comment. */
#ifndef ASM_COMMENT_START
#define ASM_COMMENT_START ";#"
@@ -3046,6 +3041,12 @@ get_cfa_from_loc_descr (cfa, loc)
/* And now, the support for symbolic debugging information. */
#ifdef DWARF2_DEBUGGING_INFO
+/* .debug_str support. */
+static hashnode indirect_string_alloc PARAMS ((hash_table *));
+static int output_indirect_string PARAMS ((struct cpp_reader *,
+ hashnode, const PTR));
+
+
static void dwarf2out_init PARAMS ((const char *));
static void dwarf2out_finish PARAMS ((const char *));
static void dwarf2out_define PARAMS ((unsigned int, const char *));