From f15e443c5da87afc7ce2b0258c41383663fd3c12 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 14 Jun 2005 13:04:03 +0000 Subject: [PATCH] Revert hunk accidentally commited. From-SVN: r100932 --- gcc/config/sparc/sol2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 9b548c2d34c..1c68133a8c9 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -72,7 +72,7 @@ Boston, MA 02111-1307, USA. */ #undef ASM_GENERATE_INTERNAL_LABEL #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ - sprintf ((LABEL), "*.L%s%lu", (PREFIX), (unsigned long)(NUM)) + sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM)) /* The native TLS-enabled assembler requires the directive #tls_object to be put on objects in TLS sections (as of v7.1). This is not -- 2.30.2