projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d0b39
)
* config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.
author
Alan Modra
<amodra@gmail.com>
Sat, 12 Oct 2002 10:23:17 +0000
(10:23 +0000)
committer
Alan Modra
<amodra@gmail.com>
Sat, 12 Oct 2002 10:23:17 +0000
(10:23 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 71c1e521f24f63e3484a7fd4d9f9ec8be01f6436..ab8f58427b2d455f368e1966def981c9a243ac22 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index 8f89c77ff0c7fd935eae01e357562c5e352d9a52..b071a9ea693dbc9db12880b976d6a73d8f568b4e 100644
(file)
--- a/
gas/config/tc-ppc.c
+++ b/
gas/config/tc-ppc.c
@@
-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);