From: Jim Wilson Date: Fri, 22 May 1992 16:15:04 +0000 (-0700) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32686e406baa9662e8cd5c467696eb8bb8b200ce;p=gcc.git *** empty log message *** From-SVN: r1048 --- diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 9aaed92de10..7517c3db0ea 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -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'. */