diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-16 17:22:14 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-16 17:22:14 +0000 |
commit | 79e2a0ca7de1c3aaf85d48d07a0d2f8af1f18716 (patch) | |
tree | c903e070d29998aa0cdd92e907d8cb96670d6476 /gcc/config/darwin.c | |
parent | 37f100595814fd742687ab6f9ead8803873f57aa (diff) | |
download | gcc-79e2a0ca7de1c3aaf85d48d07a0d2f8af1f18716.tar.gz |
* c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
instead of the *-protos.h file directly.
* t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
* darwin.c (machopic_output_stub): Move prototype ...
* darwin-protos.h (machopic_output_stub): ... here.
* rs6000-protos.h (machopic_output_stub): Don't declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57201 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 670a57aa3d8..fc9c7587623 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -38,9 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "function.h" #include "ggc.h" #include "langhooks.h" -#include "darwin-protos.h" - -extern void machopic_output_stub PARAMS ((FILE *, const char *, const char *)); +#include "tm_p.h" static int machopic_data_defined_p PARAMS ((const char *)); static void update_non_lazy_ptrs PARAMS ((const char *)); |