From: Richard Kenner Date: Fri, 3 Mar 1995 00:08:45 +0000 (-0500) Subject: (ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4a4d311464213468ba239baf16e3aa6dc4595a1;p=gcc.git (ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name. From-SVN: r9114 --- diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index ccf722754b5..e4eef7b697e 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -1396,9 +1396,8 @@ 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-LI%d\n", VALUE, REL) + fprintf (FILE, "\t.long L%d-L%d\n", VALUE, REL) /* This is how to output an assembler line that says to advance the location counter