diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-11 22:57:39 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-11 22:57:39 +0000 |
commit | d0af450df245b398eafc4338bc064e94801bde1e (patch) | |
tree | c43bce09865b3f010119dd30139400a517b5cc3a /gcc/sdbout.c | |
parent | 203588e7ff0bb1940648ef3c45ed0a8a958fea17 (diff) | |
download | gcc-d0af450df245b398eafc4338bc064e94801bde1e.zip gcc-d0af450df245b398eafc4338bc064e94801bde1e.tar.gz gcc-d0af450df245b398eafc4338bc064e94801bde1e.tar.bz2 |
Makefile.in (toplev.o): Depend on regs.h.
* Makefile.in (toplev.o): Depend on regs.h.
* output.h (tdesc_section): Prototype.
* regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
* sdbout.c: Include "tm_p.h".
* toplev.c: Include "regs.h".
From-SVN: r31337
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index ea33e8d..5cd5861 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -54,6 +54,7 @@ AT&T C compiler. From the example below I would conclude the following: #include "reload.h" #include "output.h" #include "toplev.h" +#include "tm_p.h" /* Mips systems use the SDB functions to dump out symbols, but do not supply usable syms.h include files. Which syms.h file to use is a |