summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sol2.h
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 13:04:03 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 13:04:03 +0000
commit777abbc16ebd390fe503e4cccca9945aaacebd22 (patch)
tree2051530bc8738257466860f5525c862578446804 /gcc/config/sparc/sol2.h
parent01ac74a648f4907ac4a8807447c84f39684706c1 (diff)
downloadgcc-777abbc16ebd390fe503e4cccca9945aaacebd22.tar.gz
Revert hunk accidentally commited.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-rw-r--r--gcc/config/sparc/sol2.h2
1 files changed, 1 insertions, 1 deletions
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