diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-05 20:06:50 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-05 20:06:50 +0000 |
commit | 0fe490562ccf5948799b67791296a7adcae9130c (patch) | |
tree | 7fe0e4b4128737c10fc7723ebc54fe2a0992ffdd /gcc/config/mips/mips-5.h | |
parent | 9fd8af12b880fbe1f12c057609d91d5768b1b969 (diff) | |
download | gcc-0fe490562ccf5948799b67791296a7adcae9130c.tar.gz |
Move MIPS files into config/mips.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3102 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/mips-5.h')
-rw-r--r-- | gcc/config/mips/mips-5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips-5.h b/gcc/config/mips/mips-5.h index 9f6d03bb743..64eae60dac9 100644 --- a/gcc/config/mips/mips-5.h +++ b/gcc/config/mips/mips-5.h @@ -27,4 +27,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" -#include "mips.h" +#include "mips/mips.h" |