diff options
author | Gary Benson <gbenson@redhat.com> | 2018-10-01 10:37:39 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2018-10-01 10:37:39 +0100 |
commit | 12b164e9a96f75ffd030d04a7633dfbb64862806 (patch) | |
tree | 49d42a7050b6a46fd5aea9abbc5d69f7c72bacf1 /gdb/config.in | |
parent | 7c619dbdae11bead6f85863b7ce25f8b8610c59d (diff) | |
download | gdb-12b164e9a96f75ffd030d04a7633dfbb64862806.zip gdb-12b164e9a96f75ffd030d04a7633dfbb64862806.tar.gz gdb-12b164e9a96f75ffd030d04a7633dfbb64862806.tar.bz2 |
Remove ancient workaround
This commit removes a workaround for a bug in glibc 2.1.3, which
was released 2000-02-24 and superseded 2000-11-09.
gdb/ChangeLog:
* gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
* proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
prfpregset_t instead of gdb_prfpregset_t.
* configure.ac (PRFPREGSET_T_BROKEN): Remove check.
* configure, config.in: Rebuild.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index fc7c859..f0d1414 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -622,9 +622,6 @@ /* Additional package description */ #undef PKGVERSION -/* Define if the prfpregset_t type is broken. */ -#undef PRFPREGSET_T_BROKEN - /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ #undef PRINTF_HAS_DECFLOAT |