From 86033394008aa009b3382199efa24b0cfa749862 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 1 Mar 2000 20:39:07 +0000 Subject: Fix building with --enable-targets=all --- bfd/elf32-m68k.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elf32-m68k.c') diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c index 518b6bc..cc62230 100644 --- a/bfd/elf32-m68k.c +++ b/bfd/elf32-m68k.c @@ -847,8 +847,8 @@ elf_m68k_gc_sweep_hook (abfd, info, sec, relocs) unsigned long r_symndx; struct elf_link_hash_entry *h; bfd *dynobj; - asection *sgot; - asection *srelgot; + asection *sgot = NULL; + asection *srelgot = NULL; symtab_hdr = &elf_tdata (abfd)->symtab_hdr; sym_hashes = elf_sym_hashes (abfd); -- cgit v1.1