From 86e3273bf183c888855195ad6f3aa02a032180b8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 3 Jan 1993 23:56:54 -0700 Subject: [PATCH] Fix typo (missing line) in last change. From-SVN: r3085 --- gcc/config/pa/pa.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 8e78c574e71..5ee017cbbb3 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, -- 2.30.2