* config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.
authorBob Wilson <bob.wilson@acm.org>
Tue, 25 Apr 2006 15:41:16 +0000 (15:41 +0000)
committerBob Wilson <bob.wilson@acm.org>
Tue, 25 Apr 2006 15:41:16 +0000 (15:41 +0000)
gas/ChangeLog
gas/config/xtensa-relax.c

index 0d5d441..b836694 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-25  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.
+
 2006-04-23  Kazu Hirata  <kazu@codesourcery.com>
 
        * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,
index 5f85840..30b48c7 100644 (file)
 #include <stddef.h>
 #include "xtensa-config.h"
 
+#ifndef XCHAL_HAVE_WIDE_BRANCHES
+#define XCHAL_HAVE_WIDE_BRANCHES 0
+#endif
+
 /* Imported from bfd.  */
 extern xtensa_isa xtensa_default_isa;