* pa.h (JUMP_TABLES_IN_TEXT_SECTION): Define.

From-SVN: r3083
This commit is contained in:
Jeff Law 1993-01-03 19:37:17 -07:00
parent a8d916d3d3
commit 63671b345f

View File

@ -1639,6 +1639,8 @@ bss_section () \
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE)
/* Jump tables are executable code and live in the TEXT section on the PA. */
/* This is how to output an element of a case-vector that is relative.
(The HP-PA does not use such vectors,
but we must define this macro anyway.) */