The following changes avoid polluting global namespace with the
[deliverable/binutils-gdb.git] / ld / ld.texinfo
index db0cb2833177b588178b598dd2e8158e4d85634f..b763dfe39675f9e678e598b183a350cf4e8c9766 100644 (file)
@@ -2225,7 +2225,7 @@ SECTIONS
       *(.text)
       _etext = .;
     @}
-  _bdata = (. + 3) & ~ 4;
+  _bdata = (. + 3) & ~ 3;
   .data : @{ *(.data) @}
 @}
 @end smallexample
This page took 0.024782 seconds and 4 git commands to generate.