aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/elfos.h
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2001-12-04 19:38:45 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2001-12-04 19:38:45 +0000
commitb2368e064c4614dd8692fabc893866ca1eb5fcdf (patch)
tree6d912a1774d3f722487e932c15156b535e03efa1 /gcc/config/elfos.h
parent5e03e7712754521107ac2d37b5c5911b711c8dc8 (diff)
* config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@47620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r--gcc/config/elfos.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h
index 503e141d778..e04e57db274 100644
--- a/gcc/config/elfos.h
+++ b/gcc/config/elfos.h
@@ -134,11 +134,11 @@ Boston, MA 02111-1307, USA. */
with a period is not put into the linker symbol table by the assembler. */
#undef ASM_OUTPUT_INTERNAL_LABEL
-#define ASM_OUTPUT_INTERNAL_LABEL(FILE, PREFIX, NUM) \
- do \
- { \
- fprintf (FILE, ".%s%d:\n", PREFIX, NUM); \
- } \
+#define ASM_OUTPUT_INTERNAL_LABEL(FILE, PREFIX, NUM) \
+ do \
+ { \
+ fprintf (FILE, ".%s%u:\n", PREFIX, (unsigned) (NUM)); \
+ } \
while (0)
/* This is how to store into the string LABEL