2012-10-04 00:07:12 +02:00
|
|
|
2012-10-03 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* dwarf.c (read_uleb128): Fix overflow test.
|
|
|
|
(read_sleb128): Likewise.
|
|
|
|
(build_address_map): Don't change unit_buf.start.
|
|
|
|
|
2012-10-02 15:14:25 +02:00
|
|
|
2012-10-02 Uros Bizjak <ubizjak@gmail.com>
|
|
|
|
|
2012-10-02 15:28:40 +02:00
|
|
|
PR other/54761
|
|
|
|
* configure.ac (EXTRA_FLAGS): New.
|
2012-10-02 15:14:25 +02:00
|
|
|
* Makefile.am (AM_FLAGS): Add $(EXTRA_FLAGS).
|
2012-10-02 15:28:40 +02:00
|
|
|
* configure, Makefile.in: Regenerate.
|
2012-10-02 15:14:25 +02:00
|
|
|
|
2012-09-29 19:50:54 +02:00
|
|
|
2012-09-29 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR other/54749
|
|
|
|
* fileline.c (fileline_initialize): Pass errnum as -1 when
|
|
|
|
reporting that we could not read executable information after a
|
|
|
|
previous failure.
|
|
|
|
|
2012-09-28 08:13:00 +02:00
|
|
|
2012-09-27 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR bootstrap/54732
|
|
|
|
* configure.ac: Add no-dependencies to AM_INIT_AUTOMAKE.
|
|
|
|
* Makefile.am: Add dependencies for all objects.
|
|
|
|
* configure, aclocal.m4, Makefile.in: Rebuild.
|
|
|
|
|
2012-09-27 21:20:49 +02:00
|
|
|
2012-09-27 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR other/54726
|
|
|
|
* elf.c (backtrace_initialize): Set *fileln_fn, not
|
|
|
|
state->fileln_fn.
|
|
|
|
|
2012-09-20 00:57:53 +02:00
|
|
|
2012-09-19 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled
|
|
|
|
as a target library.
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
2012-09-19 15:41:33 +02:00
|
|
|
2012-09-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2012-09-19 06:37:40 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR bootstrap/54623
|
|
|
|
* Makefile.am (AM_CPPFLAGS): Define.
|
|
|
|
(AM_CFLAGS): Remove -I options.
|
|
|
|
* Makefile.in: Rebuild.
|
|
|
|
|
2012-09-18 20:06:28 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* posix.c (O_BINARY): Define if not defined.
|
|
|
|
(backtrace_open): Pass O_BINARY to open. Only call fcntl if
|
|
|
|
HAVE_FCNTL is defined.
|
|
|
|
* configure.ac: Test for the fcntl function.
|
|
|
|
* configure, config.h.in: Rebuild.
|
|
|
|
|
2012-09-18 19:10:01 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* btest.c (test1, test2, test3, test4): Add the unused attribute.
|
|
|
|
|
2012-09-18 18:50:29 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* dwarf.c: Correct test of HAVE_DECL_STRNLEN.
|
|
|
|
|
2012-09-18 18:36:48 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.
|
|
|
|
* mmapio.c: Don't define _GNU_SOURCE.
|
|
|
|
* configure, config.h.in: Rebuild.
|
|
|
|
|
2012-09-18 18:06:53 +02:00
|
|
|
2012-09-18 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* configure.ac: Check whether strnlen is declared.
|
|
|
|
* dwarf.c: Declare strnlen if not declared.
|
|
|
|
* configure, config.h.in: Rebuild.
|
|
|
|
|
2012-09-18 11:02:50 +02:00
|
|
|
2012-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
* fileline.c: Include <stdlib.h>.
|
|
|
|
* mmap.c: Likewise.
|
|
|
|
|
2012-09-17 23:14:51 +02:00
|
|
|
2012-09-17 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR bootstrap/54611
|
|
|
|
* nounwind.c (backtrace_full): Rename from backtrace. Add state
|
|
|
|
parameter.
|
|
|
|
|
2012-09-17 22:57:16 +02:00
|
|
|
2012-09-17 Gerald Pfeifer <gerald@pfeifer.com>
|
|
|
|
|
|
|
|
PR bootstrap/54611
|
|
|
|
* nounwind.c (backtrace_simple): Add state parameter.
|
|
|
|
|
2012-09-17 19:43:26 +02:00
|
|
|
2012-09-17 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
PR bootstrap/54609
|
|
|
|
* unknown.c (unknown_fileline): Add state parameter, remove
|
|
|
|
fileline_data parameter, name error_callback parameter.
|
|
|
|
(backtrace_initialize): Add state parameter.
|
|
|
|
|
2012-09-17 18:38:38 +02:00
|
|
|
2012-09-17 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* Initial implementation.
|