aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@gcc.gnu.org>2000-02-29 23:47:26 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>2000-02-29 23:47:26 +0000
commit1fcd0c12e3fabc3567a64ddf2fccd006a49c2c06 (patch)
tree6b313311c4dbfb2f57c464f5039138d99fd4a249 /gcc/dbxout.c
parent00262c8ac76a4805ab153a7ed124fa671fc97fc6 (diff)
downloadgcc-1fcd0c12e3fabc3567a64ddf2fccd006a49c2c06.zip
gcc-1fcd0c12e3fabc3567a64ddf2fccd006a49c2c06.tar.gz
gcc-1fcd0c12e3fabc3567a64ddf2fccd006a49c2c06.tar.bz2
Fix prototype for dbxout_symbol_location.
From-SVN: r32269
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 0540092..213c66b 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -326,7 +326,7 @@ static void dbxout_type PARAMS ((tree, int, int));
static void print_int_cst_octal PARAMS ((tree));
static void print_octal PARAMS ((unsigned HOST_WIDE_INT, int));
static void dbxout_type_name PARAMS ((tree));
-static void dbxout_symbol_location PARAMS ((tree, tree, const char *, rtx));
+static int dbxout_symbol_location PARAMS ((tree, tree, const char *, rtx));
static void dbxout_symbol_name PARAMS ((tree, const char *, int));
static void dbxout_prepare_symbol PARAMS ((tree));
static void dbxout_finish_symbol PARAMS ((tree));