|
| 1 | +2016-01-04 Jakub Jelinek <jakub@redhat.com> |
| 2 | + |
| 3 | + Update copyright years. |
| 4 | + |
| 5 | +2015-12-18 Andris Pavenis <andris.pavenis@iki.fi> |
| 6 | + |
| 7 | + * configure.ac: Specify that DJGPP do not have mmap even when sys/mman.h exists |
| 8 | + * configure: Regenerate |
| 9 | + |
| 10 | +2015-12-09 John David Anglin <danglin@gcc.gnu.org> |
| 11 | + |
| 12 | + PR 68115/libfortran |
| 13 | + * configure.ac: Set libbacktrace_cv_sys_sync to no on hppa*-*-hpux*. |
| 14 | + * configure: Regenerate. |
| 15 | + * elf.c (backtrace_initialize): Cast __sync_bool_compare_and_swap call |
| 16 | + to void. |
| 17 | + |
| 18 | +2015-09-17 Ian Lance Taylor <iant@google.com> |
| 19 | + |
| 20 | + * posix.c (backtrace_open): Cast second argument of open() to int. |
| 21 | + |
| 22 | +2015-09-11 Ian Lance Taylor <iant@google.com> |
| 23 | + |
| 24 | + * Makefile.am (backtrace.lo): Depend on internal.h. |
| 25 | + (sort.lo, stest.lo): Add explicit dependencies. |
| 26 | + * Makefile.in: Rebuild. |
| 27 | + |
| 28 | +2015-09-09 Hans-Peter Nilsson <hp@axis.com> |
| 29 | + |
| 30 | + * backtrace.c: #include <sys/types.h>. |
| 31 | + |
| 32 | +2015-09-08 Ian Lance Taylor <iant@google.com> |
| 33 | + |
| 34 | + PR other/67457 |
| 35 | + * backtrace.c: #include "internal.h". |
| 36 | + (struct backtrace_data): Add can_alloc field. |
| 37 | + (unwind): If can_alloc is false, don't try to get file/line |
| 38 | + information. |
| 39 | + (backtrace_full): Set can_alloc field in bdata. |
| 40 | + * alloc.c (backtrace_alloc): Don't call error_callback if it is |
| 41 | + NULL. |
| 42 | + * mmap.c (backtrace_alloc): Likewise. |
| 43 | + * internal.h: Update comments for backtrace_alloc and |
| 44 | + backtrace_free. |
| 45 | + |
| 46 | +2015-09-08 Ian Lance Taylor <iant@google.com> |
| 47 | + |
| 48 | + PR other/67457 |
| 49 | + * mmap.c (backtrace_alloc): Correct test for mmap failure. |
| 50 | + |
| 51 | +2015-08-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
| 52 | + |
| 53 | + * configure.ac: For spu-*-* targets, set have_fcntl to no. |
| 54 | + * configure: Regenerate. |
| 55 | + |
| 56 | +2015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> |
| 57 | + |
| 58 | + * configure.ac: Remove [disable-shared] argument to LT_INIT. |
| 59 | + Remove setting PIC_FLAG when building as target library. |
| 60 | + * configure: Regenerate. |
| 61 | + |
| 62 | +2015-08-26 Hans-Peter Nilsson <hp@axis.com> |
| 63 | + |
| 64 | + * configure.ac: Only compile with -fPIC if the target |
| 65 | + supports it. |
| 66 | + * configure: Regenerate. |
| 67 | + |
1 | 68 | 2015-08-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
2 | 69 |
|
3 | 70 | * configure.ac: Set have_mmap to no on spu-*-* targets.
|
|
497 | 564 | 2012-09-17 Ian Lance Taylor <iant@google.com>
|
498 | 565 |
|
499 | 566 | * Initial implementation.
|
| 567 | + |
| 568 | +Copyright (C) 2012-2016 Free Software Foundation, Inc. |
| 569 | + |
| 570 | +Copying and distribution of this file, with or without modification, |
| 571 | +are permitted in any medium without royalty provided the copyright |
| 572 | +notice and this notice are preserved. |
0 commit comments