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:
831004b
)
* elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type.
author
Nick Clifton
<nickc@redhat.com>
Thu, 9 Mar 2006 17:06:58 +0000
(17:06 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 9 Mar 2006 17:06:58 +0000
(17:06 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 855984af63994758695708cc691a966a3ce75955..49d65ce198a06509a77796a1f6d9a1fd818d63ae 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2006-03-09 Khem Raj <khem@mvista.com>
+
+ * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned
+ char type.
+
2006-03-08 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
diff --git
a/bfd/elf32-arm.c
b/bfd/elf32-arm.c
index 7a957e6cc8990d7efaf390ff82dfc75540f36d10..21f17f07a622dcf729f58a559b7e0c731125c67f 100644
(file)
--- a/
bfd/elf32-arm.c
+++ b/
bfd/elf32-arm.c
@@
-7351,7
+7351,7
@@
elf32_arm_finish_dynamic_sections (bfd * output_bfd, struct bfd_link_info * info
/* Correct the .rel(a).plt.unloaded relocations. They will have
incorrect symbol indexes. */
int num_plts;
- char *p;
+
unsigned
char *p;
num_plts = ((htab->splt->size - htab->plt_header_size)
/ htab->plt_entry_size);