OSDN Git Service

*** empty log message ***
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 1992 16:15:04 +0000 (16:15 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 1992 16:15:04 +0000 (16:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1048 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sysv4.h

index 9aaed92..7517c3d 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'.  */