From 395fa56f0f2dadce73ce6bdefec80a3581d13590 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 25 Apr 2006 15:41:16 +0000 Subject: [PATCH] * config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default. --- gas/ChangeLog | 4 ++++ gas/config/xtensa-relax.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 0d5d441..b836694 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-04-25 Bob Wilson + + * config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default. + 2006-04-23 Kazu Hirata * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, diff --git a/gas/config/xtensa-relax.c b/gas/config/xtensa-relax.c index 5f85840..30b48c7 100644 --- a/gas/config/xtensa-relax.c +++ b/gas/config/xtensa-relax.c @@ -101,6 +101,10 @@ #include #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; -- 2.7.4