diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-06 07:42:51 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-18 13:29:02 -0700 |
commit | 0080a2f67157de9feeee6d0bf3c0db28112b167b (patch) | |
tree | 2eaa735f308f8f1130d881653dd86a90dbc52f1e /gdb/ChangeLog | |
parent | 161d1bec16764585e987c8d804df0fb560a0d491 (diff) | |
download | gdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.zip gdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.tar.gz gdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.tar.bz2 |
stdlib.h is universal too
stdlib.h is universal as well, so there is no need to check for it.
2013-11-18 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
* configure.ac: Don't check for stdlib.h
* defs.h: Include stdlib.h unconditionally.
2013-11-18 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
* configure.ac: Don't check for stdlib.h.
* gdbreplay.c: Unconditionally include stdlib.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a6f452..7d220c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-11-18 Tom Tromey <tromey@redhat.com> + * configure: Rebuild. + * configure.ac: Don't check for stdlib.h + * defs.h: Include stdlib.h unconditionally. + +2013-11-18 Tom Tromey <tromey@redhat.com> + * config.in: Rebuild. * configure: Rebuild. * configure.ac: Don't check for stddef.h. |