* config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.

This commit is contained in:
Alan Modra 2002-10-12 10:23:17 +00:00
parent 63d0b39325
commit 49181a6af7
2 changed files with 5 additions and 1 deletions

View 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.

View 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);