diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-09 09:36:16 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-09 09:36:16 -0500 |
commit | a74853cb655fee7f6fccc2a76c0b4914d2f28e23 (patch) | |
tree | d3dcf2216723320ed88d9a6cd1d8dc708c4ab9e3 /gcc/config/ns32k/ns32k.h | |
parent | caf2e8e4014693d8b09ce7d785b36d11026cfb72 (diff) | |
download | gcc-a74853cb655fee7f6fccc2a76c0b4914d2f28e23.zip gcc-a74853cb655fee7f6fccc2a76c0b4914d2f28e23.tar.gz gcc-a74853cb655fee7f6fccc2a76c0b4914d2f28e23.tar.bz2 |
Remove last change.
From-SVN: r9143
Diffstat (limited to 'gcc/config/ns32k/ns32k.h')
-rw-r--r-- | gcc/config/ns32k/ns32k.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index e4eef7b..ccf7227 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -1396,8 +1396,9 @@ do { \ fprintf (FILE, "\t.long L%d\n", VALUE) /* This is how to output an element of a case-vector that is relative. */ +/* ** Notice that the second element is LI format! */ #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) \ - fprintf (FILE, "\t.long L%d-L%d\n", VALUE, REL) + fprintf (FILE, "\t.long L%d-LI%d\n", VALUE, REL) /* This is how to output an assembler line that says to advance the location counter |