diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2011-03-29 14:02:11 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2019-02-14 15:45:16 +0100 |
commit | b1041ae0ae8a2f1c51e75b45004686f1956078ed (patch) | |
tree | 29b33d195cc6f68cf265d0e4db57e7c149ebbc6c /gdb | |
parent | 2988d01ea5fcc474a9b714d2148bab5fcf4e4be8 (diff) | |
download | fsf-binutils-gdb-b1041ae0ae8a2f1c51e75b45004686f1956078ed.zip fsf-binutils-gdb-b1041ae0ae8a2f1c51e75b45004686f1956078ed.tar.gz fsf-binutils-gdb-b1041ae0ae8a2f1c51e75b45004686f1956078ed.tar.bz2 |
[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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-i386gnu.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34fe174..e6d86e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/config/i386/nm-i386gnu.h b/gdb/config/i386/nm-i386gnu.h index 99f3fc7..8f36102 100644 --- a/gdb/config/i386/nm-i386gnu.h +++ b/gdb/config/i386/nm-i386gnu.h @@ -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 |