Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!SAUNA.HUT.FI!jkp From: jkp@SAUNA.HUT.FI (Jyrki Kuoppala) Newsgroups: gnu.gcc.bug Subject: Some mailer munged tm-altos3068.h Message-ID: <8904141535.AA05265@cs.hut.fi> Date: 14 Apr 89 15:35:24 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: Helsinki University of Technology, Finland. Lines: 63 Here's a diff to tm-altos3068.h in gcc-1.34.9 (test) release. Apparently some mailer somewhere doesn't like lines longer than 80 characters; I hope this gets right now. jkp@cs.hut.fi //Jyrki diff -cr gcc-1.34.9/config/tm-altos3068.h /u3/gnu/gcc-1.34.9/config/tm-altos3068.h *** gcc-1.34.9/config/tm-altos3068.h Wed Mar 29 18:58:25 1989 --- /u3/gnu/gcc-1.34.9/config/tm-altos3068.h Tue Apr 11 17:45:53 1989 *************** *** 2,8 **** Copyright (C) 1988,1989 Free Software Foundation, Inc. Written by Jyrki Kuoppala ! Last modified: Fri Apr 14 18:26:07 1989 This file is part of GNU CC. --- 2,8 ---- Copyright (C) 1988,1989 Free Software Foundation, Inc. Written by Jyrki Kuoppala ! Last modified: Tue Apr 11 17:45:53 1989 This file is part of GNU CC. *************** *** 40,47 **** /* -m68881 is the default */ #define CPP_SPEC \ "%{!msoft-float:-D__HAVE_68881__ }\ ! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020} ! " #else --- 40,46 ---- /* -m68881 is the default */ #define CPP_SPEC \ "%{!msoft-float:-D__HAVE_68881__ }\ ! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}}}" #else *************** *** 48,55 **** /* -msoft-float is the default */ #define CPP_SPEC \ "%{m68881:-D__HAVE_68881__ }\ ! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020} ! " #endif --- 47,53 ---- /* -msoft-float is the default */ #define CPP_SPEC \ "%{m68881:-D__HAVE_68881__ }\ ! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}}}" #endif