aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2005-06-14 13:04:03 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-06-14 13:04:03 +0000
commitf15e443c5da87afc7ce2b0258c41383663fd3c12 (patch)
tree2051530bc8738257466860f5525c862578446804 /gcc
parent7bfb5cccd7b215a94228bbd165c4943a2eb2734e (diff)
downloadgcc-f15e443c5da87afc7ce2b0258c41383663fd3c12.zip
gcc-f15e443c5da87afc7ce2b0258c41383663fd3c12.tar.gz
gcc-f15e443c5da87afc7ce2b0258c41383663fd3c12.tar.bz2
Revert hunk accidentally commited.
From-SVN: r100932
Diffstat (limited to 'gcc')
-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 9b548c2..1c68133 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