diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-23 12:36:06 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-23 12:36:06 +0000 |
commit | 1dd6c95870fc1f60faeeddc02286ccf0d6d4b9e0 (patch) | |
tree | a97648bf96d707dcaa472fb69d4985af422b600b /gcc/dbxout.c | |
parent | 10ee3e0f2dc692b695378566268d08858c117653 (diff) | |
download | gcc-1dd6c95870fc1f60faeeddc02286ccf0d6d4b9e0.tar.gz |
* builtins.c, dbxout.c, varasm.c: Include tm_p.h.
* alpha/alpha.c (print_operand): Fix type of `code'.
(alpha_output_filename): Constify.
* alpha/alpha.h: Move all function declarations ...
* alpha/alpha-protos.h: ... here. New file.
* alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
(SECTION_FUNCTION_TEMPLATE): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 6dd2f30d6da..3ed9c4ba64a 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -80,6 +80,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" /* ASM_OUTPUT_SOURCE_LINE may refer to sdb functions. */ #include "dbxout.h" #include "toplev.h" +#include "tm_p.h" #ifdef XCOFF_DEBUGGING_INFO #include "xcoffout.h" |