[gcc r15-5588] MAINTAINERS: Add myself to write after approval

2024-11-22 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:8d7f2d53c81970c50a4b9bc592ce360563ae192b commit r15-5588-g8d7f2d53c81970c50a4b9bc592ce360563ae192b Author: Evgeny Karpov Date: Fri Nov 22 13:28:21 2024 +0100 MAINTAINERS: Add myself to write after approval ChangeLog: * MAINTAINERS: Add myself

[gcc r15-5456] aarch64: Extend the offset limit in "symbol + offset" from 1MB to 16MB

2024-11-20 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:55788176f1e103a2912bb3b4b6fad65c480276f9 commit r15-5456-g55788176f1e103a2912bb3b4b6fad65c480276f9 Author: Evgeny Karpov Date: Thu Sep 12 13:19:32 2024 +0200 aarch64: Extend the offset limit in "symbol + offset" from 1MB to 16MB This patch allows using an off

[gcc r15-5453] aarch64: Add minimal C++ support

2024-11-20 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:e39e523c84436308eb25fdcf40c605880e817067 commit r15-5453-ge39e523c84436308eb25fdcf40c605880e817067 Author: Evgeny Karpov Date: Wed Aug 14 08:34:30 2024 +0200 aarch64: Add minimal C++ support The patch resolves compilation issues for the C++ language. Previous

[gcc r15-5451] Support weak references

2024-11-20 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:5181d982c34a38a552f6d4d19adb039171893ad7 commit r15-5451-g5181d982c34a38a552f6d4d19adb039171893ad7 Author: Evgeny Karpov Date: Wed Aug 14 17:56:38 2024 +0200 Support weak references The patch adds support for weak references. The original MinGW implementa

[gcc r15-5454] aarch64: Exclude symbols using GOT from code models

2024-11-19 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:fef211ff733f711f540634189c47ce6902386f10 commit r15-5454-gfef211ff733f711f540634189c47ce6902386f10 Author: Evgeny Karpov Date: Thu Aug 8 19:54:13 2024 +0200 aarch64: Exclude symbols using GOT from code models Symbols using GOT are not supported by the aarch64

[gcc r15-5455] aarch64: Multiple adjustments to support the SMALL code model correctly

2024-11-19 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:71381ecc1ed4868e6912d0ddaabd6b5a68b738d8 commit r15-5455-g71381ecc1ed4868e6912d0ddaabd6b5a68b738d8 Author: Evgeny Karpov Date: Wed Aug 14 16:43:41 2024 +0200 aarch64: Multiple adjustments to support the SMALL code model correctly LOCAL_LABEL_PREFIX has been c

[gcc r15-5458] aarch64: Bypass hidden attribute warnings in MinGW

2024-11-19 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:6c11f24532c618a00dd41649af62f76e6282b966 commit r15-5458-g6c11f24532c618a00dd41649af62f76e6282b966 Author: Evgeny Karpov Date: Fri Nov 1 17:47:15 2024 +0100 aarch64: Bypass hidden attribute warnings in MinGW The patch bypasses hidden attribute warnings in Min

[gcc r15-5457] Add LTO support

2024-11-19 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:961c50410926b0d62b9938b438857664cbaca02d commit r15-5457-g961c50410926b0d62b9938b438857664cbaca02d Author: Evgeny Karpov Date: Thu Jul 11 15:27:35 2024 +0200 Add LTO support The patch reuses the configuration for LTO from ix86 and adds the aarch64 archite

[gcc r15-5452] aarch64: Add debugging information

2024-11-19 Thread Evgeny Karpov via Gcc-cvs
https://gcc.gnu.org/g:9da72a62eca3e4226480110e660357ec687ee2dd commit r15-5452-g9da72a62eca3e4226480110e660357ec687ee2dd Author: Evgeny Karpov Date: Fri Jun 7 16:55:23 2024 +0200 aarch64: Add debugging information This patch enables DWARF and allows compilation with debugging