diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 131ee04f26e..c87eef2c387 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 19 02:24:11 1998 H.J. Lu (hjl@gnu.org) + + * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Defined. + Fri Jun 19 02:10:10 1998 John Wehle (john@feith.com) * i386.c (notice_update_cc): Integer conditional moves don't diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 50341bd4ef1..649c29e2625 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -218,3 +218,14 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN) + +/* A C statement to output to the stdio stream FILE an assembler + command to advance the location counter to a multiple of 1<