CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 11:22:43 UTC 2023 Modified Files: src/lib/csu/arch/vax: crt0.S Log Message: vax/csu: __start: Use 0x as entry mask instead of 0x0101 (two NOPs) This was a quite common trick to able to load executables with a.out head

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 11:22:43 UTC 2023 Modified Files: src/lib/csu/arch/vax: crt0.S Log Message: vax/csu: __start: Use 0x as entry mask instead of 0x0101 (two NOPs) This was a quite common trick to able to load executables with a.out head

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:17:30 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: Use register name provided by asm.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/csu/arc

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:17:30 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: Use register name provided by asm.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/csu/arc

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:04:41 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: __do_global_ctors_aux: Save actually-used r8, instead of r11 Thanks Kalvis Duckmanton for report and patch on tech-toolchain: https:

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:04:41 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: __do_global_ctors_aux: Save actually-used r8, instead of r11 Thanks Kalvis Duckmanton for report and patch on tech-toolchain: https: