OSDN Git Service

* config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.
authorAlan Modra <amodra@bigpond.net.au>
Sat, 12 Oct 2002 10:23:17 +0000 (10:23 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 12 Oct 2002 10:23:17 +0000 (10:23 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index 71c1e52..ab8f584 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-12  Elias Athanasopoulos  <eathan@otenet.gr>
+
+       * config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.
+
 2002-10-12  Alexandre Oliva  <aoliva@redhat.com>
 
        * config/tc-mips.h (mips_relax_frag): Take segment as argument.
index 8f89c77..b071a9e 100644 (file)
@@ -1323,7 +1323,7 @@ ppc_cleanup ()
     asection *seg = now_seg;
     subsegT subseg = now_subseg;
     asection *apuinfo_secp = (asection *) NULL;
-    int i;
+    unsigned int i;
 
     /* Create the .PPC.EMB.apuinfo section.  */
     apuinfo_secp = subseg_new (".PPC.EMB.apuinfo", 0);