* config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 4 Dec 2001 19:38:45 +0000 (19:38 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 4 Dec 2001 19:38:45 +0000 (14:38 -0500)
From-SVN: r47620

gcc/ChangeLog
gcc/config/elfos.h

index 81f909ed3a9d2bc2984a3ee41ea2831b915a4686..70064a1993f7226697813250b0ae34000b6149ff 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 503e141d778cd97438cbd355eeda4862da56070e..e04e57db274c6b5dfbc93ba7c803b9143e2d528b 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