Add support to the Xtensa target for creating trampolines for out-of-range branches.
[deliverable/binutils-gdb.git] / gas / config / tc-xtensa.h
index 0bf1240e464dc3bde561cd3ac33d98b74687bb07..4672bc60c42e3bb23d0bc0526c49cda33d665c12 100644 (file)
@@ -180,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
 };
 
This page took 0.023053 seconds and 4 git commands to generate.