mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
Fix minor merge botch in prev change.
This commit is contained in:
@ -847,8 +847,8 @@ DEFUN(ieee_slurp_sections,(abfd),
|
|||||||
{
|
{
|
||||||
ieee_data_type *ieee = IEEE_DATA(abfd);
|
ieee_data_type *ieee = IEEE_DATA(abfd);
|
||||||
file_ptr offset = ieee->w.r.section_part;
|
file_ptr offset = ieee->w.r.section_part;
|
||||||
|
|
||||||
asection *section = (asection *)NULL;
|
asection *section = (asection *)NULL;
|
||||||
|
char *name;
|
||||||
|
|
||||||
if (offset != 0) {
|
if (offset != 0) {
|
||||||
bfd_byte section_type[3];
|
bfd_byte section_type[3];
|
||||||
|
Reference in New Issue
Block a user