[Bug c/120301] RFE: context variables

2025-05-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug c/120301] RFE: context variables

2025-05-15 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 --- Comment #5 from H. Peter Anvin --- Overlays is something entirely different.

[Bug c/120301] RFE: context variables

2025-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 --- Comment #4 from Andrew Pinski --- overlays is a solved problem with GNU ld and GNU GDB already. to some extend it is outside of GCC: https://ftp.gnu.org/pub/old-gnu/Manuals/ld-2.9.1/html_node/ld_22.html https://sourceware.org/gdb/current/o

[Bug c/120301] RFE: context variables

2025-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 --- Comment #3 from Andrew Pinski --- What i am trying to say this feature is not so obvious of what you want/need. There have been already proposals before on overlays years ago. That is how most embedded folks do it except for the Linux kern

[Bug c/120301] RFE: context variables

2025-05-15 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 --- Comment #2 from H. Peter Anvin --- It certainly is not specific to the Linux kernel, although perhaps how I phrased it is (in particular tying it to sections is rather specific to embedded environments, of which the Linux kernel is but one.)

[Bug c/120301] RFE: context variables

2025-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew