diff options
author | Doug Evans <xdje42@gmail.com> | 2014-07-26 14:49:04 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-07-26 14:49:04 -0700 |
commit | 74edf51613b507d1f27d66360cd8fdd8a253e88a (patch) | |
tree | 84684e1d765768195a9011b645838a62bcbd67aa /gdb/ChangeLog | |
parent | e57e6ddc2e768323732a7eed6a5d25d3ee350638 (diff) | |
download | binutils-gdb-74edf51613b507d1f27d66360cd8fdd8a253e88a.tar.gz |
PR 17185
PR 17185 describes a problem with using gdb+guile with libgc 7.4.0.
The symptom is a hang in sigsuspend.
[The thread referenced in the PR has the details.]
It's not clear what the right fix is, or even where the bug is yet.
This patch applies the same workaround Guile has applied.
There is no functionality or real performance loss with this,
and Guile has been using it for awhile.
* configure.ac: Add check for header gc/gc.h.
Add check for function setenv.
* configure: Regenerate.
* config.in: Regenerate.
* guile/guile.c (_initialize_guile): Add workaround for libgc 7.4.0.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a73b37f25aa..c5ebd2a3712 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2014-07-26 Doug Evans <xdje42@gmail.com> + + PR 17185 + * configure.ac: Add check for header gc/gc.h. + Add check for function setenv. + * configure: Regenerate. + * config.in: Regenerate. + * guile/guile.c (_initialize_guile): Add workaround for libgc 7.4.0. + 2014-07-25 Maciej W. Rozycki <macro@codesourcery.com> * mips-tdep.c (mips_gdbarch_init): Also check the compressed ISA |