projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7185848
)
Fix minor merge botch in prev change.
author
John Gilmore
<gnu@cygnus>
Thu, 15 Apr 1993 08:19:43 +0000
(08:19 +0000)
committer
John Gilmore
<gnu@cygnus>
Thu, 15 Apr 1993 08:19:43 +0000
(08:19 +0000)
bfd/ieee.c
patch
|
blob
|
history
diff --git
a/bfd/ieee.c
b/bfd/ieee.c
index 7e0a98aa481f2bc338520ffb6ec84eee8e7cfc6e..f294088b0e0d46a7616c2348670becdfcaa2a2a1 100644
(file)
--- 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];