diff options
author | Trevor Saunders <tbsaunde+gcc@tbsaunde.org> | 2015-11-15 00:17:51 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2015-11-15 00:17:51 +0000 |
commit | 5394314855439d86e5bb52ef07713472e2fee0dc (patch) | |
tree | 6e75389db96858652650dbbfda5630f66f3e0bde /gcc/output.h | |
parent | d36402d9f0e6928949f9da8273859fdc5fe7b286 (diff) | |
download | gcc-5394314855439d86e5bb52ef07713472e2fee0dc.zip gcc-5394314855439d86e5bb52ef07713472e2fee0dc.tar.gz gcc-5394314855439d86e5bb52ef07713472e2fee0dc.tar.bz2 |
remove conditional compilation of sdb debug info
gcc/ChangeLog:
2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* defaults.h: New definition of SDB_DEBUGGING_INFO.
* doc/tm.texi: Regenerate.
* doc/tm.texi.in: Adjust.
* final.c (rest_of_clean_state): Remove check if
SDB_DEBUGGING_INFO is defined.
* function.c (number_blocks): Likewise.
* output.h: Likewise.
* sdbout.c: Likewise.
* toplev.c (process_options): Likewise.
From-SVN: r230390
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/output.h b/gcc/output.h index f6a576c..d485cd6 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -309,9 +309,7 @@ extern rtx_sequence *final_sequence; /* The line number of the beginning of the current function. Various md code needs this so that it can output relative linenumbers. */ -#ifdef SDB_DEBUGGING_INFO /* Avoid undef sym in certain broken linkers. */ extern int sdb_begin_function_line; -#endif /* File in which assembler code is being written. */ |