linux.h (CPP_PREDEFINES): Correct connecting whitespace to SUB_CPP_PREDEFINES.
authorRichard Henderson <rth@cygnus.com>
Mon, 2 Mar 1998 13:46:33 +0000 (05:46 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 2 Mar 1998 13:46:33 +0000 (05:46 -0800)
* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.

From-SVN: r18361

gcc/ChangeLog
gcc/config/alpha/linux.h

index 449a76a938ced9e6a4fd775417373573cf509229..f37f536fd7b895205445529af37ad646256b986f 100644 (file)
@@ -1,3 +1,8 @@
+Mon Mar  2 13:45:03 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace 
+       to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.
+
 Mon Mar  2 19:51:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * final.c (insn_last_address, insn_current_align, uid_align):
index 0dd303705a9552665c984ba7c77895ded4f84289..5eeee1f03345605f9076da3f6b04dded97d18174 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "\
 -D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -Dlinux -Dunix \
--Asystem(linux) -Acpu(alpha) -Amachine(alpha)" SUB_CPP_PREDEFINES
+-Asystem(linux) -Acpu(alpha) -Amachine(alpha) " SUB_CPP_PREDEFINES
 
 #undef LIB_SPEC
 #define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"