Re: Sourceware Together; Open Office Friday 16:00 UTC

2025-09-14 Thread Mark Wielaard
On Wed, Sep 10, 2025 at 01:59:19AM +0200, Mark Wielaard wrote: > Sourceware Together. > Cyber Security, Community, Servers and Forge Experiments. > > Friday Sep 12, 16:00 UTC > At #overseers on irc.libera.chat For those who couldn't make it this Friday here is a summary of some of the things disc

Re: negative indexes

2025-09-14 Thread H.J. Lu via Gcc
On Sun, Sep 14, 2025 at 2:17 PM Paul Edwards via Gcc wrote: > There is a 32-bit target of gcc, can't remember what it is > called (x32?), that uses 32-bit instructions that work > under x64. > x32 uses 32-bit pointers in x86-64, not 32-bit instructions. For that to actually work, the x64 system

GNU Tools Weekly News Week 3 (September 14, 2025)

2025-09-14 Thread GNU Tools weekly via Gcc
GNU Tools Weekly News Update Week 3 (September 14, 2025) General/big GNU toolchain news (including sourceware news): The GNU tools Cauldron 2025 schedule is now live: https://conf.gnu-tools-cauldron.org/opo25/schedule/ Sourceware Together; Open Office was held on Friday September 12th gccrs Augus

negative indexes

2025-09-14 Thread Paul Edwards via Gcc
There is a 32-bit target of gcc, can't remember what it is called (x32?), that uses 32-bit instructions that work under x64. For that to actually work, the x64 system will need to be cooperative, and map (using virtual memory) the 4 GiB to 8 GiB region onto the 0-4 GiB region so that negative inde