diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-15 17:11:59 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-15 17:11:59 +0000 |
commit | 4e8d927dded819785e749c571f5b6a495a425432 (patch) | |
tree | 34afab207a6996b86c2e09ba223e1a3634175256 /gdb/ChangeLog | |
parent | 64b607e61b2efa2517a6306df3cf3722175fe9ef (diff) | |
download | gdb-4e8d927dded819785e749c571f5b6a495a425432.zip gdb-4e8d927dded819785e749c571f5b6a495a425432.tar.gz gdb-4e8d927dded819785e749c571f5b6a495a425432.tar.bz2 |
* configure.ac: Use GCC_HEADER_STDINT.
* acinclude.m4: Include stdint.m4.
* Makefile.in (gdb_stdint_h): Define.
(distclean): Remove gdb_stdint.h.
(Makefile, stamp-h): Update rules to generate only the correct
files.
(gdb_stdint.h, stamp-int): New rules.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5770bf1..82fa385 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2006-05-15 Daniel Jacobowitz <dan@codesourcery.com> + * configure.ac: Use GCC_HEADER_STDINT. + * acinclude.m4: Include stdint.m4. + * Makefile.in (gdb_stdint_h): Define. + (distclean): Remove gdb_stdint.h. + (Makefile, stamp-h): Update rules to generate only the correct + files. + (gdb_stdint.h, stamp-int): New rules. + * config.in, configure: Regenerated. + +2006-05-15 Daniel Jacobowitz <dan@codesourcery.com> + * valprint.c: Include "exceptions.h". (val_print): If something goes wrong while printing, supply an error message. |