summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-06 19:02:54 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-06 19:02:54 +0000
commit518010a58472c866afa9bb993ec4794f446a58a6 (patch)
treec00dc7e74ea2b716ab31ae265c8f5aaf42604ce2 /gcc/dbxout.c
parentff654154f4c51915bd5510b66630ae0881b95c6c (diff)
downloadgcc-518010a58472c866afa9bb993ec4794f446a58a6.tar.gz
* dbxout.c (dbxout_handle_pch): Move prototype out from
#if defined DBX_DEBUGGING_INFO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65307 138bc75d-0d04-0410-961f-82ee72b054a4
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 3f5ace06484..e3af08cf24a 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -321,6 +321,7 @@ static void dbxout_prepare_symbol PARAMS ((tree));
static void dbxout_finish_symbol PARAMS ((tree));
static void dbxout_block PARAMS ((tree, int, tree));
static void dbxout_global_decl PARAMS ((tree));
+static void dbxout_handle_pch PARAMS ((unsigned));
/* The debug hooks structure. */
#if defined (DBX_DEBUGGING_INFO)
@@ -332,7 +333,6 @@ static void dbxout_begin_function PARAMS ((tree));
static void dbxout_begin_block PARAMS ((unsigned, unsigned));
static void dbxout_end_block PARAMS ((unsigned, unsigned));
static void dbxout_function_decl PARAMS ((tree));
-static void dbxout_handle_pch PARAMS ((unsigned));
const struct gcc_debug_hooks dbx_debug_hooks =
{