OSDN Git Service

* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 1998 13:46:33 +0000 (13:46 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 1998 13:46:33 +0000 (13:46 +0000)
to SUB_CPP_PREDEFINES.  Reported by asun@saul4.u.washington.edu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18361 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 449a76a..f37f536 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 0dd3037..5eeee1f 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}"