aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-24 13:22:43 +0000
committerNick Clifton <nickc@redhat.com>2013-04-24 13:22:43 +0000
commit7b5d8d9642fac02ffa550846406922601b204205 (patch)
treefbda562898ea43d133b9949c8ff8c24c371344a4
parent544008aaf7f992ad762049cbd4d6c4216d006857 (diff)
downloadgdb-7b5d8d9642fac02ffa550846406922601b204205.zip
gdb-7b5d8d9642fac02ffa550846406922601b204205.tar.gz
gdb-7b5d8d9642fac02ffa550846406922601b204205.tar.bz2
*** empty log message ***
-rw-r--r--bfd/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7322659..da39d9f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,9 +1,12 @@
2013-04-19 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
- * ecoff.c: casting the return value of BFD_ALIGN to int
- * elf32-tic6x.c: removing unused variables
- * elf32-v850.c: redefine the type of a variable (int -> bfd_vma)
- * vms-alpha.c: initialize a variable
+ * ecoff.c (_bfd_ecoff_sizeof_headers): Cast the return value of
+ BFD_ALIGN to int.
+ * elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Remove unused
+ variables.
+ * elf32-v850.c (v850_elf_relax_section): Redefine the type of 'i'
+ to bfd_vma.
+ * vms-alpha.c (evax_bfd_print_etir): Initialize sec_len.
2013-04-22 Alan Modra <amodra@gmail.com>