mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com)
* mips.sc-sh: Put .scommon sections into .sbss section. * ldmain.c (subfile_wanted_p): Preserve section of common symbols, rather than always putting them in bfd_com_section. * ldlang.c (lang_common): If a common symbol is not in bfd_com_section, put in a section of the same name, rather than always putting it in section COMMON.
This commit is contained in:
10
ld/ChangeLog
10
ld/ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* mips.sc-sh: Put .scommon sections into .sbss section.
|
||||||
|
|
||||||
|
* ldmain.c (subfile_wanted_p): Preserve section of common symbols,
|
||||||
|
rather than always putting them in bfd_com_section.
|
||||||
|
* ldlang.c (lang_common): If a common symbol is not in
|
||||||
|
bfd_com_section, put in a section of the same name, rather than
|
||||||
|
always putting it in section COMMON.
|
||||||
|
|
||||||
Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com)
|
Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* ldmain.c (subfile_wanted_p): If we already have a common
|
* ldmain.c (subfile_wanted_p): If we already have a common
|
||||||
|
@ -35,6 +35,7 @@ SECTIONS
|
|||||||
${RELOCATING+ edata = .;}
|
${RELOCATING+ edata = .;}
|
||||||
.sbss ${RELOCATING+ .} : {
|
.sbss ${RELOCATING+ .} : {
|
||||||
*(.sbss)
|
*(.sbss)
|
||||||
|
*(.scommon)
|
||||||
}
|
}
|
||||||
.bss ${RELOCATING+ .} : {
|
.bss ${RELOCATING+ .} : {
|
||||||
*(.bss)
|
*(.bss)
|
||||||
|
Reference in New Issue
Block a user