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

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

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 23:28:13 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Replace local patches adding NetBSD/aarch64 support with the upstream one Cherry-pick: >From

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

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 23:28:13 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Replace local patches adding NetBSD/aarch64 support with the upstream one Cherry-pick: >From

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

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 21:39:53 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: netbsd-core.c Log Message: Undo local NFC patch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 21:39:53 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: netbsd-core.c Log Message: Undo local NFC patch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 19 21:47:03 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: remove mis-merged code and make the auxv core offset 0. Now loading auxv from core files works. To generate a diff of this

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

2020-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 19 21:47:03 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: remove mis-merged code and make the auxv core offset 0. Now loading auxv from core files works. To generate a diff of this

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

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

2018-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 23:18:28 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: aarch64 does not have PT_STEP so we start from 0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2018-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 23:18:28 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: aarch64 does not have PT_STEP so we start from 0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 22:39:26 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/bfd: elf32-arm.c Log Message: we need popcount again To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 22:39:26 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/bfd: elf32-arm.c Log Message: we need popcount again To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2016-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 07:54:19 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: Mark the alpha options use_secureplt as false... we don't do secure plt on alpha (yet) To generate a diff of this commit: cvs

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

2016-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 07:54:19 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: Mark the alpha options use_secureplt as false... we don't do secure plt on alpha (yet) To generate a diff of this commit: cvs

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

2016-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 07:52:49 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: Add in netbsd-core.lo for all arm/mips To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2016-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 07:52:49 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: Add in netbsd-core.lo for all arm/mips To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:46:57 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for mips so we build in the right vector set To generate a diff of this

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:46:57 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for mips so we build in the right vector set To generate a diff of this

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:43:02 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build in the right vector set To generate a diff of this

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:43:02 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build in the right vector set To generate a diff of this

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

2016-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 14 14:14:58 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: elf32-arm.c Log Message: We have our own popcount To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2

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

2016-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 14 14:14:58 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: elf32-arm.c Log Message: We have our own popcount To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2

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

2016-03-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 25 09:29:01 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Match with binutils To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/dist/bfd/config.bfd

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

2016-03-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 25 09:29:01 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Match with binutils To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/dist/bfd/config.bfd

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

2016-02-26 Thread Christos Zoulas
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 rdiff -u -r1.1.1.4 -r1.2

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

2016-02-26 Thread Christos Zoulas
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 rdiff -u -r1.1.1.4 -r1.2

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 09:06:29 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: fix m68k To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/bfd/config.bfd Please note

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 09:06:29 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: fix m68k To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/bfd/config.bfd Please note

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 12:45:06 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: fix mips To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/bfd/config.bfd Please note

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 12:45:06 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: fix mips To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/bfd/config.bfd Please note

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

2015-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 16 09:57:37 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd/doc: Makefile.in bfd.info Log Message: merge conflicts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2015-05-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat May 23 01:41:02 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Add the mips n32 target vectors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2015-05-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat May 23 01:41:02 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Add the mips n32 target vectors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2015-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 7 14:43:22 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: configure configure.in Log Message: generalize the mips test to match mips64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2013-10-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 15 07:14:59 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: If the shell does not support the $LINENO variable, then use bfd_configure.lineno instead of configure.lineno as the name of the a

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

2013-10-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 15 07:14:59 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: If the shell does not support the $LINENO variable, then use bfd_configure.lineno instead of configure.lineno as the name of the a

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

2012-02-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 18 06:17:40 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/bfd/doc: Makefile.in Log Message: avoid bfd.info rebuilds and r/o source lossage. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2012-02-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 18 06:17:40 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/bfd/doc: Makefile.in Log Message: avoid bfd.info rebuilds and r/o source lossage. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2011-11-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Nov 23 19:41:51 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Add mips64*-netbsd* clauses To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2011-11-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Nov 23 19:41:51 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Add mips64*-netbsd* clauses To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2011-10-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Nov 1 00:31:39 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: elfcore_grok_netbsd_note: sync SuperH PT_GETREGS value with reality. Recognize PT_GETFPREGS that we don't yet actually have, but for

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

2011-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 11 15:12:00 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: elf32-i386.c Log Message: don't forget to subtract the offset; found by clang -Warray-bounds To generate a diff of this commit: cvs rdiff -u

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

2011-10-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Oct 11 15:13:08 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: bfdio.c Log Message: Fix memset usage. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/bfd/bfdio.c Please

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

2011-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:51:05 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/bfd: netbsd-core.c Log Message: make this compile. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2