* ldlang.c (exp_init_os): Handle etree_provide.
[deliverable/binutils-gdb.git] / ld / scripttempl / elfxtensa.sc
index 94ebe464085e84b3fb5f35648b420d347f43c781..6b594c6395c4b3aa4cb6581cee16e2f168920d27 100644 (file)
@@ -390,8 +390,6 @@ cat <<EOF
   ${SDATA}
   ${OTHER_SDATA_SECTIONS}
   ${RELOCATING+${DATA_END_SYMBOLS-_edata = .; PROVIDE (edata = .);}}
-  /* __bss_start is used by _bfd_elf_provide_section_bound_symbols in
-     elflink.c.  */
   ${RELOCATING+__bss_start = .;}
   ${RELOCATING+${OTHER_BSS_SYMBOLS}}
   ${SBSS}
@@ -409,7 +407,7 @@ cat <<EOF
   ${OTHER_BSS_SECTIONS}
   ${RELOCATING+. = ALIGN(${ALIGNMENT});}
   ${RELOCATING+_end = .;}
-  ${RELOCATING+${OTHER_BSS_END_SYMBOLS}}
+  ${RELOCATING+${OTHER_END_SYMBOLS}}
   ${RELOCATING+PROVIDE (end = .);}
   ${RELOCATING+${DATA_SEGMENT_END}}
 
This page took 0.098494 seconds and 4 git commands to generate.