diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 13:41:33 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 13:41:33 +0000 |
commit | b945b61c725f06f061991397d546f675cb87b5a0 (patch) | |
tree | 7eb53bd9949cc41b470853ad54dbf4ddda0c39c1 /libbacktrace/dwarf.c | |
parent | 0cb0242f9161601307b9b706f9e185cb7b2efb0a (diff) | |
download | gcc-b945b61c725f06f061991397d546f675cb87b5a0.tar.gz |
* configure.ac (GCC_HEADER_STDINT): Invoke.
* backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
* btest.c: Don't include <stdint.h>.
* dwarf.c: Likewise.
* configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/dwarf.c')
-rw-r--r-- | libbacktrace/dwarf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbacktrace/dwarf.c b/libbacktrace/dwarf.c index 43fb931da16..68ebb4e3ad1 100644 --- a/libbacktrace/dwarf.c +++ b/libbacktrace/dwarf.c @@ -33,7 +33,6 @@ POSSIBILITY OF SUCH DAMAGE. */ #include "config.h" #include <errno.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> |