mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
d4c059d582
* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS. * mmapio.c: Don't define _GNU_SOURCE. * configure, config.h.in: Rebuild. From-SVN: r191435
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
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 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 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
* fileline.c: Include <stdlib.h>.
|
|
* mmap.c: Likewise.
|
|
|
|
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 Gerald Pfeifer <gerald@pfeifer.com>
|
|
|
|
PR bootstrap/54611
|
|
* nounwind.c (backtrace_simple): Add state parameter.
|
|
|
|
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 Ian Lance Taylor <iant@google.com>
|
|
|
|
* Initial implementation.
|