summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/config/tc-xtensa.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/config/tc-xtensa.h')
-rw-r--r--binutils-2.25/gas/config/tc-xtensa.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/binutils-2.25/gas/config/tc-xtensa.h b/binutils-2.25/gas/config/tc-xtensa.h
index 969f24c2..4672bc60 100644
--- a/binutils-2.25/gas/config/tc-xtensa.h
+++ b/binutils-2.25/gas/config/tc-xtensa.h
@@ -1,6 +1,5 @@
/* tc-xtensa.h -- Header file for tc-xtensa.c.
- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 2003-2014 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -181,6 +180,11 @@ enum xtensa_relax_statesE
prevent the linker from changing the size of any frag between the
section start and the org frag. */
+ RELAX_TRAMPOLINE,
+ /* Every few thousand frags, we insert one of these, just in case we may
+ need some space for a trampoline (jump to a jump) because the function
+ has gotten too big. If not needed, it disappears. */
+
RELAX_NONE
};