summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index d2a349aa5fb..8e78c574e71 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.) */