mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* config/xtensa-relax.c (XCHAL_HAVE_WIDE_BRANCHES): Provide default.
This commit is contained in:
parent
8648f88f4c
commit
395fa56f0f
@ -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,
|
||||
|
@ -101,6 +101,10 @@
|
||||
#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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user