OSDN Git Service

* config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 19:38:45 +0000 (19:38 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 19:38:45 +0000 (19:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47620 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/elfos.h

index 81f909e..70064a1 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
+
 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/cris/cris.h (OPTIMIZATION_OPTIONS): Don't unset
index 503e141..e04e57d 100644 (file)
@@ -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