Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections

With recent toolchain versions, some boards would not build because
or errors like this one (here for ocotea board when building with
ELDK 4.2 beta):
ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]

For many boards, the .bss section is big enough that it wraps around
at the end of the address space (0xFFFFFFFF), so the problem will not
be visible unless you use a 64 bit tool chain for development. On
some boards however, changes to the code size (due to different
optimizations) we bail out with section overlaps like above.

The fix is to add the NOLOAD attribute to the .bss and .sbss
sections, telling the linker that .bss does not consume any space in
the image.

Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 17 years ago
parent 3afac79ec2
commit 64134f0112
  1. 2
      board/BuS/EB+MCF-EV123/u-boot.lds
  2. 2
      board/LEOX/elpt860/u-boot.lds
  3. 2
      board/MAI/AmigaOneG3SE/u-boot.lds
  4. 2
      board/Marvell/db64360/u-boot.lds
  5. 2
      board/Marvell/db64460/u-boot.lds
  6. 2
      board/RPXClassic/u-boot.lds
  7. 2
      board/RPXlite/u-boot.lds
  8. 2
      board/RPXlite_dw/u-boot.lds
  9. 2
      board/RRvision/u-boot.lds
  10. 2
      board/adder/u-boot.lds
  11. 2
      board/ads5121/u-boot.lds
  12. 2
      board/adsvix/u-boot.lds
  13. 2
      board/altera/dk1c20/u-boot.lds
  14. 2
      board/altera/dk1s10/u-boot.lds
  15. 4
      board/altera/ep1c20/u-boot.lds
  16. 4
      board/altera/ep1s10/u-boot.lds
  17. 4
      board/altera/ep1s40/u-boot.lds
  18. 2
      board/amcc/acadia/u-boot-nand.lds
  19. 2
      board/amcc/acadia/u-boot.lds
  20. 2
      board/amcc/bamboo/u-boot-nand.lds
  21. 2
      board/amcc/bamboo/u-boot.lds
  22. 2
      board/amcc/bubinga/u-boot.lds
  23. 2
      board/amcc/ebony/u-boot.lds
  24. 2
      board/amcc/katmai/u-boot.lds
  25. 2
      board/amcc/kilauea/u-boot-nand.lds
  26. 2
      board/amcc/kilauea/u-boot.lds
  27. 2
      board/amcc/luan/u-boot.lds
  28. 2
      board/amcc/makalu/u-boot.lds
  29. 2
      board/amcc/ocotea/u-boot.lds
  30. 2
      board/amcc/sequoia/u-boot-nand.lds
  31. 2
      board/amcc/sequoia/u-boot.lds
  32. 2
      board/amcc/taihu/u-boot.lds
  33. 2
      board/amcc/taishan/u-boot.lds
  34. 2
      board/amcc/walnut/u-boot.lds
  35. 2
      board/amcc/yosemite/u-boot.lds
  36. 2
      board/amcc/yucca/u-boot.lds
  37. 2
      board/amirix/ap1000/u-boot.lds
  38. 2
      board/apollon/u-boot.lds
  39. 2
      board/armadillo/u-boot.lds
  40. 2
      board/assabet/u-boot.lds
  41. 2
      board/at91rm9200dk/u-boot.lds
  42. 2
      board/atmel/atstk1000/u-boot.lds
  43. 2
      board/atum8548/u-boot.lds
  44. 2
      board/c2mon/u-boot.lds
  45. 2
      board/cerf250/u-boot.lds
  46. 2
      board/cm4008/u-boot.lds
  47. 2
      board/cm41xx/u-boot.lds
  48. 2
      board/cm5200/u-boot.lds
  49. 2
      board/cmc_pu2/u-boot.lds
  50. 2
      board/cobra5272/u-boot.lds
  51. 2
      board/cogent/u-boot.lds
  52. 2
      board/cradle/u-boot.lds
  53. 2
      board/cray/L1/u-boot.lds
  54. 2
      board/csb226/u-boot.lds
  55. 2
      board/csb272/u-boot.lds
  56. 2
      board/csb472/u-boot.lds
  57. 2
      board/csb637/u-boot.lds
  58. 2
      board/dave/B2/u-boot.lds
  59. 2
      board/dave/PPChameleonEVB/u-boot.lds
  60. 2
      board/davinci/dv-evm/u-boot.lds
  61. 2
      board/davinci/schmoogie/u-boot.lds
  62. 2
      board/davinci/sonata/u-boot.lds
  63. 4
      board/dbau1x00/u-boot.lds
  64. 2
      board/delta/u-boot.lds
  65. 2
      board/dnp1110/u-boot.lds
  66. 2
      board/eltec/bab7xx/u-boot.lds
  67. 2
      board/eltec/elppc/u-boot.lds
  68. 2
      board/eltec/mhpc/u-boot.lds
  69. 2
      board/emk/top860/u-boot.lds
  70. 2
      board/ep7312/u-boot.lds
  71. 2
      board/ep88x/u-boot.lds
  72. 2
      board/eric/u-boot.lds
  73. 2
      board/esd/adciop/u-boot.lds
  74. 2
      board/esd/apc405/u-boot.lds
  75. 2
      board/esd/ar405/u-boot.lds
  76. 2
      board/esd/ash405/u-boot.lds
  77. 2
      board/esd/canbt/u-boot.lds
  78. 2
      board/esd/cms700/u-boot.lds
  79. 2
      board/esd/cpci2dp/u-boot.lds
  80. 2
      board/esd/cpci405/u-boot.lds
  81. 2
      board/esd/cpci750/u-boot.lds
  82. 2
      board/esd/cpciiser4/u-boot.lds
  83. 2
      board/esd/dasa_sim/u-boot.lds
  84. 2
      board/esd/dp405/u-boot.lds
  85. 2
      board/esd/du405/u-boot.lds
  86. 2
      board/esd/hh405/u-boot.lds
  87. 2
      board/esd/hub405/u-boot.lds
  88. 2
      board/esd/ocrtc/u-boot.lds
  89. 2
      board/esd/pci405/u-boot.lds
  90. 2
      board/esd/plu405/u-boot.lds
  91. 2
      board/esd/pmc405/u-boot.lds
  92. 2
      board/esd/pmc440/u-boot-nand.lds
  93. 2
      board/esd/pmc440/u-boot.lds
  94. 2
      board/esd/tasreg/u-boot.lds
  95. 2
      board/esd/voh405/u-boot.lds
  96. 2
      board/esd/vom405/u-boot.lds
  97. 2
      board/esd/wuh405/u-boot.lds
  98. 2
      board/esteem192e/u-boot.lds
  99. 2
      board/etx094/u-boot.lds
  100. 2
      board/evb4510/u-boot.lds
  101. Some files were not shown because too many files have changed in this diff Show More

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
_sbss = .;
*(.sbss) *(.scommon)

@ -142,7 +142,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -128,7 +128,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -130,7 +130,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -130,7 +130,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -130,7 +130,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -112,7 +112,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -109,7 +109,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -61,7 +61,7 @@ SECTIONS
__bss_start = .;
. = ALIGN(4);
.bss :
.bss (NOLOAD) :
{
*(.bss)
}

@ -61,7 +61,7 @@ SECTIONS
__bss_start = .;
. = ALIGN(4);
.bss :
.bss (NOLOAD) :
{
*(.bss)
}

@ -87,7 +87,7 @@ SECTIONS
* bss follows. We keep it adjacent to simplify init code.
*/
__bss_start = .;
.sbss :
.sbss (NOLOAD) :
{
*(.sbss)
*(.sbss.*)
@ -95,7 +95,7 @@ SECTIONS
*(.scommon)
}
. = ALIGN(4);
.bss :
.bss (NOLOAD) :
{
*(.bss)
*(.bss.*)

@ -87,7 +87,7 @@ SECTIONS
* bss follows. We keep it adjacent to simplify init code.
*/
__bss_start = .;
.sbss :
.sbss (NOLOAD) :
{
*(.sbss)
*(.sbss.*)
@ -95,7 +95,7 @@ SECTIONS
*(.scommon)
}
. = ALIGN(4);
.bss :
.bss (NOLOAD) :
{
*(.bss)
*(.bss.*)

@ -87,7 +87,7 @@ SECTIONS
* bss follows. We keep it adjacent to simplify init code.
*/
__bss_start = .;
.sbss :
.sbss (NOLOAD) :
{
*(.sbss)
*(.sbss.*)
@ -95,7 +95,7 @@ SECTIONS
*(.scommon)
}
. = ALIGN(4);
.bss :
.bss (NOLOAD) :
{
*(.bss)
*(.bss.*)

@ -124,7 +124,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -125,7 +125,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -124,7 +124,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -133,7 +133,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -125,7 +125,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -129,7 +129,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -124,7 +124,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -125,7 +125,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -125,7 +125,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -124,7 +124,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -130,7 +130,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -125,7 +125,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -132,7 +132,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -133,7 +133,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -58,6 +58,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -50,6 +50,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -53,6 +53,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -52,6 +52,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -71,7 +71,7 @@ SECTIONS
. = ALIGN(8);
_edata = .;
.bss : {
.bss (NOLOAD) : {
*(.bss)
*(.bss.*)
}

@ -135,7 +135,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -129,7 +129,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -111,7 +111,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -52,6 +52,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -129,7 +129,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
_sbss = .;
*(.sbss) *(.scommon)

@ -117,7 +117,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -141,7 +141,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -142,7 +142,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -142,7 +142,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -53,6 +53,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -136,7 +136,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -47,6 +47,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -47,6 +47,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -47,6 +47,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -64,7 +64,7 @@ SECTIONS
num_got_entries = (__got_end - __got_start) >> 2;
. = ALIGN(4);
.sbss : { *(.sbss) }
.bss : { *(.bss) }
.sbss (NOLOAD) : { *(.sbss) }
.bss (NOLOAD) : { *(.bss) }
uboot_end = .;
}

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -119,7 +119,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -119,7 +119,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,6 +51,6 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
}

@ -109,7 +109,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -141,7 +141,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -127,7 +127,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -152,7 +152,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -137,7 +137,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -150,7 +150,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -126,7 +126,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -153,7 +153,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -139,7 +139,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -139,7 +139,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -137,7 +137,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -124,7 +124,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -130,7 +130,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -131,7 +131,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
_sbss = .;
*(.sbss) *(.scommon)

@ -139,7 +139,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -138,7 +138,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -137,7 +137,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -129,7 +129,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -131,7 +131,7 @@ SECTIONS
__init_end = .;
__bss_start = .;
.bss :
.bss (NOLOAD) :
{
*(.sbss) *(.scommon)
*(.dynbss)

@ -51,7 +51,7 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
.bss (NOLOAD) : { *(.bss) }
_end = .;
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save