This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11f50716eee RISC-V: Prohibit combination of 'E' and 'H' new 28d8c680aae core: Support heap-based trampolines new cbf6da166ea target: Support heap-based trampolines new 8abddb187b3 libgcc: support heap-based trampolines
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/builtins.def | 2 + gcc/common.opt | 17 +- gcc/config.gcc | 11 ++ gcc/config/i386/darwin.h | 6 + gcc/config/i386/i386.cc | 2 +- gcc/config/i386/i386.h | 6 + gcc/coretypes.h | 6 + gcc/doc/invoke.texi | 17 +- gcc/tree-nested.cc | 121 +++++++++++++-- gcc/tree.cc | 17 ++ libgcc/config.host | 3 + libgcc/config/aarch64/heap-trampoline.c | 172 +++++++++++++++++++++ .../aarch64/{t-aarch64 => t-heap-trampoline} | 8 +- libgcc/config/i386/heap-trampoline.c | 172 +++++++++++++++++++++ .../{aarch64/t-aarch64 => i386/t-heap-trampoline} | 8 +- libgcc/libgcc-std.ver.in | 3 + libgcc/libgcc2.h | 3 + 17 files changed, 544 insertions(+), 30 deletions(-) create mode 100644 libgcc/config/aarch64/heap-trampoline.c copy libgcc/config/aarch64/{t-aarch64 => t-heap-trampoline} (78%) create mode 100644 libgcc/config/i386/heap-trampoline.c copy libgcc/config/{aarch64/t-aarch64 => i386/t-heap-trampoline} (78%)