diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-01-03 23:56:54 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-01-03 23:56:54 -0700 |
commit | 86e3273bf183c888855195ad6f3aa02a032180b8 (patch) | |
tree | 2c20d4f407fc3d0361d49384ae39cde14b87ef78 /gcc | |
parent | e1b027fa55451aa07ddbed4afcc79f98e7a5e3e2 (diff) | |
download | gcc-86e3273bf183c888855195ad6f3aa02a032180b8.zip gcc-86e3273bf183c888855195ad6f3aa02a032180b8.tar.gz gcc-86e3273bf183c888855195ad6f3aa02a032180b8.tar.bz2 |
Fix typo (missing line) in last change.
From-SVN: r3085
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 8e78c57..5ee017c 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1640,6 +1640,7 @@ bss_section () \ fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE) /* Jump tables are executable code and live in the TEXT section on the PA. */ +#define JUMP_TABLES_IN_TEXT_SECTION /* This is how to output an element of a case-vector that is relative. (The HP-PA does not use such vectors, |