[gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declaration
... for function definition removed/renamed in 1999. ;-) gdb/ * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
This commit is contained in:
parent
2988d01ea5
commit
b1041ae0ae
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
|
||||
|
||||
2019-02-14 Frederic Konrad <konrad@adacore.com>
|
||||
|
||||
* riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
#include <mach/exception.h>
|
||||
#include "regcache.h"
|
||||
|
||||
extern char *gnu_target_pid_to_str (int pid);
|
||||
|
||||
/* Thread flavors used in re-setting the T bit. */
|
||||
#define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE
|
||||
#define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT
|
||||
|
|
Loading…
Add table
Reference in a new issue