mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* peicode.h (coff_swap_sym_in): When we create the actual section
to reflect the not-there section C_SECTION symbols refer to, change the symbol class to C_STAT as the section is now really there.
This commit is contained in:
@@ -567,6 +567,7 @@ coff_swap_sym_in (abfd, ext1, in1)
|
||||
|
||||
in->n_scnum = unused_section_number;
|
||||
}
|
||||
in->n_sclass = C_STAT;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user