diff options
author | John Gilmore <gnu@cygnus> | 1993-04-15 08:19:43 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-04-15 08:19:43 +0000 |
commit | b07d03ba16ac61403d407ace3b14f5640d6463e7 (patch) | |
tree | 38d5c0ec8d78e9bf8693ec256b912cceb073d0b1 /bfd | |
parent | 718584860105830ffd9a1afbd368e7cc57ab267d (diff) | |
download | gdb-b07d03ba16ac61403d407ace3b14f5640d6463e7.zip gdb-b07d03ba16ac61403d407ace3b14f5640d6463e7.tar.gz gdb-b07d03ba16ac61403d407ace3b14f5640d6463e7.tar.bz2 |
Fix minor merge botch in prev change.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |