diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95e14f3efa5a..68260ebc6036 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-28 Marc Espie + * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN): Remove, + inherited from gas.h. + (ASM_QUAD): Undef. OpenBSD does not support it. + 2002-05-28 Danny Smith * doc/install.texi (binaries): Change mingw binaries diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index 93ff01e25ca8..9b7ce3e4f00a 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -89,26 +89,11 @@ Boston, MA 02111-1307, USA. */ #undef ASM_PREFERRED_EH_DATA_FORMAT -/* Assembler format: alignment output. */ - -/* A C statement to output to the stdio stream FILE an assembler - command to advance the location counter to a multiple of 1<