CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:09:17 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure configure.ac Log Message: gdb/bfd: Make ILP32 default for mips n32, as done for binutils/bfd To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:09:17 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure configure.ac Log Message: gdb/bfd: Make ILP32 default for mips n32, as done for binutils/bfd To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:06:53 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Add mipsn64* and misc clean up for mips - Add mipsn64e[bl]. - Clean up and sync mips* with binutils/config.bfd. -

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:06:53 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Add mipsn64* and misc clean up for mips - Add mipsn64e[bl]. - Clean up and sync mips* with binutils/config.bfd. -

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:03:30 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Consistently use netbsd* instead of netbsdelf* To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:03:30 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Consistently use netbsd* instead of netbsdelf* To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:02:27 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Reintroduce m5200 and m5407, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 28 03:02:27 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/config.bfd: Reintroduce m5200 and m5407, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 22 06:16:50 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Add support to NetBSD-style core file for riscv To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 22 06:16:50 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Add support to NetBSD-style core file for riscv To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 22 06:12:10 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure configure.ac Log Message: gdb/bfd: Stop compiling in useless netbsd-core.c for riscv netbsd-core.c is for the old-style core format, which has

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 22 06:12:10 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure configure.ac Log Message: gdb/bfd: Stop compiling in useless netbsd-core.c for riscv netbsd-core.c is for the old-style core format, which has

Re: CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
This was not correct. Core file support for NetBSD/riscv was present for our local version of GDB 11, and lost during merge. Thanks, rin On Thu, Aug 17, 2023 at 4:37 PM Rin Okuyama wrote: > > Module Name:src > Committed By: rin > Date: Thu Aug 17 07:37:36 UTC 2023 > > Modified

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:40:20 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Disable secure PLT for NetBSD/alpha, lost during merge Until our ld.elf_so supports it, see PR port-alpha/57511 This does

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:40:20 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Disable secure PLT for NetBSD/alpha, lost during merge Until our ld.elf_so supports it, see PR port-alpha/57511 This does

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:37:36 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Add initial support to NetBSD-style core file for riscv Not working yet: Reading symbols from cat... Reading symbols

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:37:36 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Add initial support to NetBSD-style core file for riscv Not working yet: Reading symbols from cat... Reading symbols

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:29:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/bfd: Correct default byte-order for armeb, lost during merge XXX mknative later To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:29:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/bfd: Correct default byte-order for armeb, lost during merge XXX mknative later To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:44:57 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Fix auxv offset for NetBSD, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:44:57 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Fix auxv offset for NetBSD, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

Re: CVS commit: src/external/gpl3/gdb/dist/bfd

2020-03-14 Thread Christos Zoulas
Yup, undo it. christos > On Mar 14, 2020, at 2:35 PM, Kamil Rytarowski wrote: > > Signed PGP part > On 26.02.2016 17:28, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Fri Feb 26 16:28:14 UTC 2016 >> >> Modified Files: >>

Re: CVS commit: src/external/gpl3/gdb/dist/bfd

2020-03-14 Thread Kamil Rytarowski
On 26.02.2016 17:28, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Feb 26 16:28:14 UTC 2016 > > Modified Files: > src/external/gpl3/gdb/dist/bfd: merge.c > > Log Message: > CID 420802: Avoid NULL deref. > > > To generate a diff of this commit: >

CVS commit: src/external/gpl3/gdb/dist/bfd

2019-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 12 22:42:45 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: add the bfd ntrad vectors so that core files are recognized on mips64 To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/external/gpl3/gdb/dist/bfd

2019-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 12 22:42:45 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: add the bfd ntrad vectors so that core files are recognized on mips64 To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/external/gpl3/gdb/dist/bfd

2019-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 29 01:38:27 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: remove conflict marker To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/gpl3/gdb/dist/bfd

2019-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 29 01:38:27 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: remove conflict marker To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20