diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2002-04-08 22:20:39 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-04-08 22:20:39 +0000 |
commit | adb563c47117279e1e7ac1c538c80b219ac27312 (patch) | |
tree | ee8b7a3b0661541856c787b59efa3a54f2659fe0 /gcc/f/Make-lang.in | |
parent | dc79864588245d6e7ce0bc417a421cfb3d827c2a (diff) | |
download | gcc-adb563c47117279e1e7ac1c538c80b219ac27312.zip gcc-adb563c47117279e1e7ac1c538c80b219ac27312.tar.gz gcc-adb563c47117279e1e7ac1c538c80b219ac27312.tar.bz2 |
Make-lang.in (f/target.o): Depend on diagnostic.h.
* Make-lang.in (f/target.o): Depend on diagnostic.h.
* target.c: Include diagnostic.h.
(ffetarget_memcpy_): Call sorry if host and target endians are
not matching.
From-SVN: r52043
Diffstat (limited to 'gcc/f/Make-lang.in')
-rw-r--r-- | gcc/f/Make-lang.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index f9744d7..d2daf34 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -1,5 +1,5 @@ # Top level makefile fragment for GNU Fortran. -*-makefile-*- -# Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. #This file is part of GNU Fortran. @@ -513,7 +513,7 @@ f/symbol.o: f/symbol.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/symbol.h \ f/global.h f/name.h f/src.h f/st.h f/target.o: f/target.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/target.h \ $(TREE_H) f/bad.h f/bad.def f/where.h f/top.h f/malloc.h f/info.h \ - f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h + f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h diagnostic.h f/top.o: f/top.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \ glimits.h f/bad.h f/bad.def f/bit.h f/bld.h f/bld-op.def f/com.h \ f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \ |