Subversion Repositories QNX 8.QNX8 linker driver

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
15 2024-11-22 18:36:23 pmbaty / removed "test" subdir  
14 2024-11-22 18:34:29 pmbaty / README.txt -> README.md  
13 2024-08-01 05:39:53 pmbaty / At last a sane SSH terminal!  
12 2024-07-31 19:32:58 pmbaty / added FileZilla launcher + reverted to my own SSH + SCP based on LibreSSL + changed root key format from RSA to ECDSA (better)  
11 2024-07-07 19:54:56 pmbaty / toolchain-src-linkerdriver: added single "--driver-version" command-line argument. Absolutely no other change in the driver behaviour.  
10 2024-05-29 14:32:55 pmbaty / linkerdriver: explanation comments on -zrelro -znow  
9 2024-05-23 18:48:05 pmbaty / Semantic exactness is important when it comes to explanations: improve the GCC front-end rationale.  
8 2024-05-22 05:00:06 pmbaty / the "gcc" driver will now strip "-shared" when invoking clang in compiler mode to prevent a warning confusing GNU autotools + better placement of the "-z noexecstack" flag  
7 2024-05-20 13:21:53 pmbaty / linker driver improvement: clang is now explicitly told to behave "as GCC" by not changing argv[0] when the driver invokes it  
6 2024-05-20 13:09:32 pmbaty / updated Windows binary of the linker driver. Not very important since the Windows toolchain uses the real GCC.  
5 2024-05-19 18:37:17 pmbaty / added support for "mixed mode" calls to the linker driver (e.g. "gcc -o binary objfile.o srcfile.c") -- yes, there are such twisted things in life.  
4 2024-05-17 17:28:29 pmbaty / added .cc extension to the list of known C++ file extensions in the compiler/linker driver  
3 2024-05-12 19:45:22 pmbaty / linker driver: added documentation and build script  
2 2024-05-12 19:26:10 pmbaty / linker driver: added sanitizers support, solved LTO issue, recompiled for Win64 and QNX  
1 2024-05-12 04:37:46 pmbaty / added GCC linker driver + source code
binutils: removed unnecessary files
gcc: this shit is NOT WORKING (but I don't care, I have clang)
llvm/clang: added QNX platform-specific defines. The proper way would be to create a QNXToolchain class, but whatever.