diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-01-03 19:37:17 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-01-03 19:37:17 -0700 |
commit | 63671b345fa788e85633b04d68b554813a18a78e (patch) | |
tree | 9f79c336bc8cf34596d5d2ada1634905903ee6b4 /gcc | |
parent | a8d916d3d381c5cdb1968ffbd0b44ef75ffb6980 (diff) | |
download | gcc-63671b345fa788e85633b04d68b554813a18a78e.tar.gz |
* pa.h (JUMP_TABLES_IN_TEXT_SECTION): Define.
From-SVN: r3083
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
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.) */ |