From 32686e406baa9662e8cd5c467696eb8bb8b200ce Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 22 May 1992 09:15:04 -0700 Subject: [PATCH] *** empty log message *** From-SVN: r1048 --- gcc/config/sparc/sysv4.h | 6 ++++++ 1 file changed, 6 insertions(+) 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'. */ -- 2.30.2