Fix minor merge botch in prev change.
authorJohn Gilmore <gnu@cygnus>
Thu, 15 Apr 1993 08:19:43 +0000 (08:19 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 15 Apr 1993 08:19:43 +0000 (08:19 +0000)
bfd/ieee.c

index 7e0a98aa481f2bc338520ffb6ec84eee8e7cfc6e..f294088b0e0d46a7616c2348670becdfcaa2a2a1 100644 (file)
@@ -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];