aboutsummaryrefslogtreecommitdiff
path: root/bfd/ieee.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r--bfd/ieee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ieee.c b/bfd/ieee.c
index 7e0a98a..f294088 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];