diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-01 16:23:03 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-01 16:23:03 +0000 |
commit | 0fe6249056431f75ffe438c5859f5c984121bb4e (patch) | |
tree | 3723d533e7a8c2952a1facf05c386d83824ed1e7 /libbacktrace/ChangeLog | |
parent | e876d531c412440228d7e4bb7b11eda8264c62f2 (diff) | |
download | gcc-0fe6249056431f75ffe438c5859f5c984121bb4e.tar.gz |
PR bootstrap/54834
* Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I
$(MULTIBUILDTOP)/../../gcc/include.
* Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 39802c31109..0e1415e6db9 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,5 +1,12 @@ 2013-01-01 Ian Lance Taylor <iant@google.com> + PR bootstrap/54834 + * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I + $(MULTIBUILDTOP)/../../gcc/include. + * Makefile.in: Rebuild. + +2013-01-01 Ian Lance Taylor <iant@google.com> + PR other/55536 * mmap.c (backtrace_alloc): Don't call sync functions if not threaded. |