From 63671b345fa788e85633b04d68b554813a18a78e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 3 Jan 1993 19:37:17 -0700 Subject: * pa.h (JUMP_TABLES_IN_TEXT_SECTION): Define. From-SVN: r3083 --- gcc/config/pa/pa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc') diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index d2a349a..8e78c57 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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.) */ -- cgit v1.1