]> gcc.gnu.org Git - gcc.git/commitdiff
freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle redefine warning.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 20 Aug 2003 22:00:26 +0000 (22:00 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Wed, 20 Aug 2003 22:00:26 +0000 (22:00 +0000)
* config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
redefine warning.

From-SVN: r70619

gcc/ChangeLog
gcc/config/i386/freebsd.h

index cf5369d3a31a0add0bd7bcc273435167dd35b6a2..c609a3764a815781207e26e28d198d0bcc51fa92 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-20  Loren James Rittle  <ljrittle@acm.org>
+
+       * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
+       redefine warning.
+
 2003-08-20  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/11984
index 0e02de78c8a7478f33519d5af85a38d2622d0a87..c3acda2e4703b688c2592ac68b8bf7758bea8a20 100644 (file)
@@ -116,6 +116,7 @@ Boston, MA 02111-1307, USA.  */
    This is used to align code labels according to Intel recommendations.  */
 
 #ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
+#undef  ASM_OUTPUT_MAX_SKIP_ALIGN
 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE, LOG, MAX_SKIP)                                 \
   if ((LOG) != 0) {                                                                                                            \
     if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG));   \
This page took 0.084884 seconds and 5 git commands to generate.