(ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 3 Mar 1995 00:08:45 +0000 (19:08 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 3 Mar 1995 00:08:45 +0000 (19:08 -0500)
From-SVN: r9114

gcc/config/ns32k/ns32k.h

index ccf722754b5aeaed8f9094f0b27ba70625ca84a7..e4eef7b697e654aee99ac7b7cc2ade1b2e5c5fa9 100644 (file)
@@ -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