*** empty log message ***
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 22 May 1992 16:15:04 +0000 (09:15 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 22 May 1992 16:15:04 +0000 (09:15 -0700)
From-SVN: r1048

gcc/config/sparc/sysv4.h

index 9aaed92de10803db1d4c59b0c2efa4906b9e8473..7517c3db0ea31d68fe0fc640fcdc2856ac2bd3ea 100644 (file)
@@ -100,6 +100,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define PUSHSECTION_FORMAT     "\t%s\t\"%s\"\n"
 
+#undef ASM_OUTPUT_CASE_LABEL
+#define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE)            \
+do { ASM_OUTPUT_ALIGN ((FILE), 2);                                     \
+     ASM_OUTPUT_INTERNAL_LABEL ((FILE), PREFIX, NUM);                  \
+   } while (0)
+
 /* This is how to equate one symbol to another symbol.  The syntax used is
    `SYM1=SYM2'.  Note that this is different from the way equates are done
    with most svr4 assemblers, where the syntax is `.set SYM1,SYM2'.  */