From: John Gilmore Date: Thu, 15 Apr 1993 08:19:43 +0000 (+0000) Subject: Fix minor merge botch in prev change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b07d03ba16ac61403d407ace3b14f5640d6463e7;p=binutils-gdb.git Fix minor merge botch in prev change. --- diff --git a/bfd/ieee.c b/bfd/ieee.c index 7e0a98aa481..f294088b0e0 100644 --- a/bfd/ieee.c +++ b/bfd/ieee.c @@ -847,8 +847,8 @@ DEFUN(ieee_slurp_sections,(abfd), { ieee_data_type *ieee = IEEE_DATA(abfd); file_ptr offset = ieee->w.r.section_part; - asection *section = (asection *)NULL; + char *name; if (offset != 0) { bfd_byte section_type[3];