From: Jeff Law Date: Mon, 4 Jan 1993 06:56:54 +0000 (-0700) Subject: Fix typo (missing line) in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86e3273bf183c888855195ad6f3aa02a032180b8;p=gcc.git Fix typo (missing line) in last change. From-SVN: r3085 --- 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,