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:
a64ae7e
)
Initialise 'gap'.
author
Nick Clifton
<nickc@redhat.com>
Thu, 2 Mar 2006 09:38:57 +0000
(09:38 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 2 Mar 2006 09:38:57 +0000
(09:38 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-m32c.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 0136341b57f6fc06828572ba01fbd26ef5864a25..5f3191ced2effe907ffd5a6b6679c1aaaa034789 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2006-03-02 Nick Clifton <nickc@redhat.com>
+
+ * elf32-m32c.c (m32c_elf_relax_section): Initialise 'gap'.
+
2006-03-02 Richard Sandiford <richard@codesourcery.com>
* elf32-i386.c (elf_i386_create_dynamic_sections): Use
diff --git
a/bfd/elf32-m32c.c
b/bfd/elf32-m32c.c
index 8004795e3b1d9d9be13c0c755e76ef4a33f452d8..2295a54613a65874ee296364db3b470708c561aa 100644
(file)
--- a/
bfd/elf32-m32c.c
+++ b/
bfd/elf32-m32c.c
@@
-1532,6
+1532,7
@@
m32c_elf_relax_section
/* Setting gap_size nonzero is the flag which means "something
shrunk". */
gap_size = 0;
+ gap = NULL;
new_type = ELF32_R_TYPE(srel->r_info);
pc = sec->output_section->vma + sec->output_offset