]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix some dangling references to `netbsd-tdep`
authorJohn Ericson <git@JohnEricson.me>
Tue, 13 Jul 2021 04:57:31 +0000 (00:57 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 13 Jul 2021 04:57:52 +0000 (00:57 -0400)
commit29e079b876f0febe95d4bcb2b9ef24202b0513e9
treef69ccc3a3f686c813eb4af7d0fe14a0c5e1ab651
parent969168ce6f6a769ff87eae63d2680d6ae0d99790
Fix some dangling references to `netbsd-tdep`

These files were renamed in 1b71cfcfdc3e13a655fefa6566b5564cec044c10,
but evidentially a few dangling references were left behind. This causes
builds to fail:

    $ ./configure --target i686-netbsdelf
    $ make
    make: *** No rule to make target 'nbsd-tdep.c', needed by 'nbsd-tdep.o'.  Stop.

gdb/ChangeLog:

* sparc-tdep.h: Fix comment.
* netbsd-tdep.c (nbsd_info_proc_mappings_header): Fix comment.
(nbsd_init_abi): Fix comment.
* configure.tgt (*-*-netbsd* | *-*-knetbsd*-gnu): Fix netbsd
file name.
(alpha*-*-openbsd*): Likewise.
(sparc-*-openbsd*): Likewise.
(sparc64-*-openbsd*): Likewise.

Change-Id: I18a0873902dccadd238615577aac4e08772fa2c8
gdb/ChangeLog
gdb/configure.tgt
gdb/netbsd-tdep.c
gdb/sparc-tdep.h