Commit f15e443c by Eric Botcazou

Revert hunk accidentally commited.

From-SVN: r100932
parent 7bfb5ccc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment