freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle redefine warning.

* config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
	redefine warning.

From-SVN: r70619
This commit is contained in:
Loren J. Rittle 2003-08-20 22:00:26 +00:00 committed by Loren J. Rittle
parent 2cf099a553
commit 9e68a9dc75
2 changed files with 6 additions and 0 deletions

View 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

View 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)); \