diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-23 21:08:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-23 21:08:32 +0000 |
commit | c0f6093b0cec7df7d23847c5156e720eb631a308 (patch) | |
tree | 826ee09bef41186df811f5ba0522c6e499419d58 /bfd/ieee.c | |
parent | cd211312d34f8e76e28148cb473c59c29f4d9ceb (diff) | |
download | gdb-c0f6093b0cec7df7d23847c5156e720eb631a308.zip gdb-c0f6093b0cec7df7d23847c5156e720eb631a308.tar.gz gdb-c0f6093b0cec7df7d23847c5156e720eb631a308.tar.bz2 |
* Minor cleanups provoked by gcc warnings:
* aoutx.h (NAME(aout, reloc_type_lookup)),
cpu-h8300.c (local_bfd_reloc_type_lookup),
cpu-z8k.c (local_bfd_reloc_type_lookup): Added default case to
switches.
* archive.c (do_slurp_bsd_armap, do_slurp_coff_armap),
ieee.c (ieee_slurp_section_data),
elf.c (elf_make_sections, elf_fake_sections,
elf_compute_section_file_positions, elf_write_object_contents):
Removed unused variables.
* archures.c: Removed /* from within comment.
* bout.c (b_out_squirt_out_relocs): Initialize r_extern.
* oasys.c (oasys_write_data): Initialize i.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r-- | bfd/ieee.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1497,7 +1497,6 @@ DEFUN(ieee_slurp_section_data,(abfd), case ieee_set_current_pc_enum & 0xff: { bfd_vma value; - asection *dsection; ieee_symbol_index_type symbol; unsigned int extra; boolean pcrel; |