From 639ae55bd3ea8924ff31212d39b4dbd3998090cd Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 27 Feb 2002 10:40:32 +0100 Subject: [PATCH] * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define. From-SVN: r50096 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/linux64.h | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee24ef77f20..cf3d5af722e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 27 10:39:20 CET 2002 Jan Hubicka + + * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define. + 2002-02-27 Neil Booth * cpplex.c (_cpp_lex_token): Handle directives in macro diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index 8d70972638c..b63157e3e73 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -30,6 +30,21 @@ Boston, MA 02111-1307, USA. */ #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT} %{!m32:-D__LONG_MAX__=9223372036854775807L}" +/* A C statement to output to the stdio stream FILE an assembler + command to advance the location counter to a multiple of 1<