* 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:
parent
e1b283bbb7
commit
93dfcdf061
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
1999-05-25 DJ Delorie <dj@cygnus.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
1999-05-24 Philip Blundell <pb@nexus.co.uk>
|
1999-05-24 Philip Blundell <pb@nexus.co.uk>
|
||||||
|
|
||||||
* elf32-arm.h (elf32_arm_relocate_section): Undo change of
|
* elf32-arm.h (elf32_arm_relocate_section): Undo change of
|
||||||
|
|
|
@ -567,6 +567,7 @@ coff_swap_sym_in (abfd, ext1, in1)
|
||||||
|
|
||||||
in->n_scnum = unused_section_number;
|
in->n_scnum = unused_section_number;
|
||||||
}
|
}
|
||||||
|
in->n_sclass = C_STAT;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue