diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-04 05:05:25 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-04 05:05:25 +0000 |
commit | 9578239d3edd0341cca6686bdf89ba9f5a1cd9f7 (patch) | |
tree | adbc992b8c6d413b1aa379e1723a5dcb36310a6f /bfd/ChangeLog | |
parent | 251533c9556bbb894524588ff15ed02ce645f264 (diff) | |
download | gdb-9578239d3edd0341cca6686bdf89ba9f5a1cd9f7.zip gdb-9578239d3edd0341cca6686bdf89ba9f5a1cd9f7.tar.gz gdb-9578239d3edd0341cca6686bdf89ba9f5a1cd9f7.tar.bz2 |
* coff-or32.c (bfd_section_from_shdr): Remove unused local
variable `ptr'.
* cofflink.c (process_embedded_commands): Remove unused local
variables `had_read' and `had_shared'.
* ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local
variable `fdr_adr'.
* ihex.c (ihex_read_section): Remove unused local variable `addr'.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 10f9ba2..fbba5b4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2006-05-04 Ben Elliston <bje@au.ibm.com> + + * coff-or32.c (bfd_section_from_shdr): Remove unused local + variable `ptr'. + * cofflink.c (process_embedded_commands): Remove unused local + variables `had_read' and `had_shared'. + * ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local + variable `fdr_adr'. + * ihex.c (ihex_read_section): Remove unused local variable `addr'. + 2006-05-03 Alan Modra <amodra@bigpond.net.au> * libbfd-in.h (_bfd_generic_new_section_hook): Declare. |