Module Name:src
Committed By: rin
Date: Sun Oct 8 05:03:12 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: Clarify PR port-vax/57646 patch [5/21]. NFC
Restore ``else'' in the original patch. NFC but better to fit into
upstream cod
Module Name:src
Committed By: rin
Date: Sun Oct 8 05:03:12 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: Clarify PR port-vax/57646 patch [5/21]. NFC
Restore ``else'' in the original patch. NFC but better to fit into
upstream cod
Module Name:src
Committed By: rin
Date: Sun Oct 8 04:59:33 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: Fix my regression for PR port-vax/57646 patch [5/21]
Add a part of the original diff provided by Kalvis Duckmanton,
which I
Module Name:src
Committed By: rin
Date: Sun Oct 8 04:59:33 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: Fix my regression for PR port-vax/57646 patch [5/21]
Add a part of the original diff provided by Kalvis Duckmanton,
which I
Module Name:src
Committed By: tsutsui
Date: Sun Oct 8 03:57:48 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: machdep.c pmap_bootstrap.c
src/sys/arch/news68k/stand/bootxx: start.S
Log Message:
Remove trailing spaces and tab.
To generate a diff of this co
Module Name:src
Committed By: tsutsui
Date: Sun Oct 8 03:57:48 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: machdep.c pmap_bootstrap.c
src/sys/arch/news68k/stand/bootxx: start.S
Log Message:
Remove trailing spaces and tab.
To generate a diff of this co
> In this case maybe I should remove all FPSP references (vectors.S,
> locore.S, Makefile.news68k (MD_LIBS={FPSP})?
IMO we don't have to keep strict consistencies or buildabilities of
options but rather should consider readabilities and maintainabilities.
- options FPSP in a config file is not ne
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:48:50 UTC 2023
Modified Files:
src/sys/kern: kern_sleepq.c
Log Message:
sleepq_uncatch(): fix typo that's been there since 2020, hello @thorpej lol:
- l->l_flag = ~(LW_SINTR | LW_CATCHINTR | LW_STIMO);
+ l->
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:48:50 UTC 2023
Modified Files:
src/sys/kern: kern_sleepq.c
Log Message:
sleepq_uncatch(): fix typo that's been there since 2020, hello @thorpej lol:
- l->l_flag = ~(LW_SINTR | LW_CATCHINTR | LW_STIMO);
+ l->
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:27:20 UTC 2023
Modified Files:
src/sys/ddb: db_command.c db_interface.h db_xxx.c
Log Message:
Add some simple DDB show commands: condvar, selinfo, sleepq
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:27:20 UTC 2023
Modified Files:
src/sys/ddb: db_command.c db_interface.h db_xxx.c
Log Message:
Add some simple DDB show commands: condvar, selinfo, sleepq
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:22:53 UTC 2023
Modified Files:
src/sys/ddb: db_output.c db_output.h
Log Message:
Oops, fix crash(8) build
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/ddb/db_output.c
cvs rdiff -u -r1.23 -r1.24
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:22:53 UTC 2023
Modified Files:
src/sys/ddb: db_output.c db_output.h
Log Message:
Oops, fix crash(8) build
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/ddb/db_output.c
cvs rdiff -u -r1.23 -r1.24
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:00:40 UTC 2023
Modified Files:
src/sys/ddb: db_output.c db_output.h
Log Message:
Add db_print_timespec().
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/ddb/db_output.c
cvs rdiff -u -r1.22 -r1.23
Module Name:src
Committed By: ad
Date: Sat Oct 7 20:00:40 UTC 2023
Modified Files:
src/sys/ddb: db_output.c db_output.h
Log Message:
Add db_print_timespec().
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/ddb/db_output.c
cvs rdiff -u -r1.22 -r1.23
Module Name:src
Committed By: ad
Date: Sat Oct 7 14:12:29 UTC 2023
Modified Files:
src/sys/kern: kern_sleepq.c
Log Message:
sleepq_uncatch(): clear LW_STIMO too, so that there's no possibility that
the newly non-interruptable sleep could produce EWOULDBLOCK (paranoia).
Module Name:src
Committed By: ad
Date: Sat Oct 7 14:12:29 UTC 2023
Modified Files:
src/sys/kern: kern_sleepq.c
Log Message:
sleepq_uncatch(): clear LW_STIMO too, so that there's no possibility that
the newly non-interruptable sleep could produce EWOULDBLOCK (paranoia).
Module Name:src
Committed By: rin
Date: Sat Oct 7 13:13:49 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/usr.bin/cc1obj: Makefile
Log Message:
gcc.old: cc1obj/Makefile: Fix merge botch for PR port-vax/57646
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: rin
Date: Sat Oct 7 13:13:49 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/usr.bin/cc1obj: Makefile
Log Message:
gcc.old: cc1obj/Makefile: Fix merge botch for PR port-vax/57646
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Add initial support to Intel I225/I226 series Ethernet devices.
[knakahara, rin, msaitoh 20231006]
less: Updated to version 643. [simonb 20231006]
+ dhcpcd: Import version 10.0.3. [roy 20231006]
gcc.old: Initial import of major vax toolchain fix by Kalvis Duckmanton.
[rin 20231007]
- dh
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:42:03 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: Oops, relocate entry for PR port-vax/57646
To generate a diff of this commit:
cvs rdiff -u -r1.3005 -r1.3006 src/doc/CHANGES
Please note that
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:32:28 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
doc/CHANGES: Document initial import of PR port-vax/57646
To generate a diff of this commit:
cvs rdiff -u -r1.3004 -r1.3005 src/doc/CHANGES
Please note tha
Add initial support to Intel I225/I226 series Ethernet devices.
[knakahara, rin, msaitoh 20231006]
less: Updated to version 643. [simonb 20231006]
+ gcc.old: Initial import of major vax toolchain fix by Kalvis Duckmanton.
+ [rin 20231007]
dhcpcd: Import version 10.0.3. [roy 20231006]
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:15:54 UTC 2023
Modified Files:
src/crypto/external/bsd/openssh/lib: Makefile
src/distrib/utils/x_ping: Makefile
src/external/apache2/argon2/lib/libargon2: Makefile.inc
src/external/bsd/jemalloc/li
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:15:54 UTC 2023
Modified Files:
src/crypto/external/bsd/openssh/lib: Makefile
src/distrib/utils/x_ping: Makefile
src/external/apache2/argon2/lib/libargon2: Makefile.inc
src/external/bsd/jemalloc/li
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:13:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/usr.bin/backend: Makefile
Log Message:
gcc.old: Sprinkle NB_FIX_VAX_BACKEND for vax to enable MI fixes
PR port-vax/57646: Import major vax toolchain fix by Kalvi
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:13:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/usr.bin/backend: Makefile
Log Message:
gcc.old: Sprinkle NB_FIX_VAX_BACKEND for vax to enable MI fixes
PR port-vax/57646: Import major vax toolchain fix by Kalvi
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:12:58 UTC 2023
Modified Files:
src/tools/gcc: Makefile
Log Message:
tools/gcc: Sprinkle NB_FIX_VAX_BACKEND for vax to enable gcc.old MI fixes
PR port-vax/57646: Import major vax toolchain fix by Kalvis Duckmanton
To
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:12:58 UTC 2023
Modified Files:
src/tools/gcc: Makefile
Log Message:
tools/gcc: Sprinkle NB_FIX_VAX_BACKEND for vax to enable gcc.old MI fixes
PR port-vax/57646: Import major vax toolchain fix by Kalvis Duckmanton
To
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:59 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [21/21]
Define separate instruction patterns for ext
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:59 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [21/21]
Define separate instruction patterns for ext
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:38 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [20/21]
If in PIC mode, and the source operand to ex
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:38 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [20/21]
If in PIC mode, and the source operand to ex
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:18 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [19/21]
If in PIC mode, and the source operand to in
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:18 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [19/21]
If in PIC mode, and the source operand to in
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:02 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [18/21]
use the extzv instruction pattern for logica
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:10:02 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [18/21]
use the extzv instruction pattern for logica
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:09:28 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: builtins.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [17/20]
Fix the __sync_lock_test_and_set() buil
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:09:28 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: builtins.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [17/20]
Fix the __sync_lock_test_and_set() buil
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:09:06 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: builtins.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [16/21]
PR port-vax/50384: NetBSD/vax 7.0 gcc-4
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:09:06 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: builtins.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [16/21]
PR port-vax/50384: NetBSD/vax 7.0 gcc-4
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:07:59 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [15/21]
enable use of gas(1) directives to generate t
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:07:59 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [15/21]
enable use of gas(1) directives to generate t
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:07:37 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [14/21]
Add a TARGET_INIT_BUILTINS hook (required to
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:07:37 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [14/21]
Add a TARGET_INIT_BUILTINS hook (required to
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:05:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: rtlanal.c target.def targhooks.c
targhooks.h
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
src/external/gpl3/gcc.old/d
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:05:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: rtlanal.c target.def targhooks.c
targhooks.h
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
src/external/gpl3/gcc.old/d
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:04:50 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: elf.h
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [12/21]
PR toolchain/43314: pc relative relocations a
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:04:50 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: elf.h
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [12/21]
PR toolchain/43314: pc relative relocations a
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:04:09 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c
Log Message:
binutils/gas: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [11/21]
PR toolchain/43314: pc relative relocati
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:04:09 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c
Log Message:
binutils/gas: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [11/21]
PR toolchain/43314: pc relative relocati
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:50 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c tc-vax.h
Log Message:
binutils/gas: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [10/21]
Try not to emit relocations in
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:50 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c tc-vax.h
Log Message:
binutils/gas: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [10/21]
Try not to emit relocations in
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:23 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: reload.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [9/21]
A reload for the address of an operand's address should not
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:23 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: reload.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [9/21]
A reload for the address of an operand's address should not
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:03 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [8/21]
Allow 64 bit operands addressed using post-inc
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:02:03 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [8/21]
Allow 64 bit operands addressed using post-inc
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:01:43 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [7/21]
Mark the output operands of the 'sbcdi3' inst
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:01:43 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [7/21]
Mark the output operands of the 'sbcdi3' inst
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:00:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: function.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [6/21]
load the address operand of a SUBREG into a register to a
Module Name:src
Committed By: rin
Date: Sat Oct 7 12:00:36 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: function.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [6/21]
load the address operand of a SUBREG into a register to a
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:58:54 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [5/21]
Shift right by positive values that are less than HOST_BITS_PE
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:58:54 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: dse.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [5/21]
Shift right by positive values that are less than HOST_BITS_PE
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:58:31 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: recog.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [4/21]
Constrain offsets within subregister expressions to be a mul
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:58:31 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: recog.c
Log Message:
gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [4/21]
Constrain offsets within subregister expressions to be a mul
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:56 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [3/21]
Reduce expressions specifying an address of a
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:56 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [3/21]
Reduce expressions specifying an address of a
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:27 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [2/21]
Add a special case to the zero_extract
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:27 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [2/21]
Add a special case to the zero_extract
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:01 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: elf.h vax.c vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [1/21]
Save %r2..%r5 in the prologue of
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:57:01 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: elf.h vax.c vax.md
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [1/21]
Save %r2..%r5 in the prologue of
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:26:09 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c
Log Message:
binutils/gas: vax: Cherry-pick upstream commits for binutils-gdb/30715
PR port-vax/57646: Import major vax toolchain fix
Module Name:src
Committed By: rin
Date: Sat Oct 7 11:26:09 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-vax.c
Log Message:
binutils/gas: vax: Cherry-pick upstream commits for binutils-gdb/30715
PR port-vax/57646: Import major vax toolchain fix
73 matches
Mail list logo