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:
3969176
)
2001-10-21 H.J. Lu <hjl@gnu.org>
author
H.J. Lu
<hjl.tools@gmail.com>
Sun, 21 Oct 2001 07:23:24 +0000
(07:23 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sun, 21 Oct 2001 07:23:24 +0000
(07:23 +0000)
* elf32-cris.c (cris_reloc_type_lookup): Use int for index.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-cris.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index ee920c4db7fea63c2165258a8e46124dfeffa544..ae475d3d5e6e1068c7b31a6ff46ac58b08e683fa 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-21 H.J. Lu <hjl@gnu.org>
+
+ * elf32-cris.c (cris_reloc_type_lookup): Use int for index.
+
2001-10-20 H.J. Lu <hjl@gnu.org>
* configure.in (WIN32LIBADD): Include -L../libiberty/pic -liberty
diff --git
a/bfd/elf32-cris.c
b/bfd/elf32-cris.c
index d4d543bd17facd45bdf71b46034b6af1f568972d..afcd397d7612a48deca5ee2962a81f3b4c79f7c0 100644
(file)
--- a/
bfd/elf32-cris.c
+++ b/
bfd/elf32-cris.c
@@
-437,7
+437,7
@@
cris_reloc_type_lookup (abfd, code)
bfd * abfd ATTRIBUTE_UNUSED;
bfd_reloc_code_real_type code;
{
-
unsigned
int i;
+ int i;
for (i = sizeof (cris_reloc_map) / sizeof (cris_reloc_map[0]);
--i >= 0;)