[Bug ld/11618] Add an option to page-align .bss

2022-07-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11618

Alan Modra  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|WAITING |RESOLVED

--- Comment #3 from Alan Modra  ---
.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/11618] Add an option to page-align .bss

2010-05-25 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-05-25 16:02 
---
Hi Taras,

  [You did not mention which target architecture(s) you are interested in, so I
have just tested the following on an x86 host].

  There should be no need to add a new command line option to the linker. 
Instead you can make use of the existing linker script facilities.  Try this:

  % cat align_bss.ld
  . = ALIGN (CONSTANT (MAXPAGESIZE));
  INSERT BEFORE .bss;

Then just add "-Wl,-Talign_bss.ld" to the firefox final link command line.

Cheers
  Nick



-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11618

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/11618] Add an option to page-align .bss

2010-06-02 Thread tglek at mozilla dot com

--- Additional Comments From tglek at mozilla dot com  2010-06-02 20:07 
---
Is there also a way to page-pad .data ld.so zeros end of .data to end of 
mmaping.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11618

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils