1*5ba6b03cSchristos2014-09-25  David Malcolm  <dmalcolm@redhat.com>
2*5ba6b03cSchristos
3*5ba6b03cSchristos	* choose-temp.c (choose_tmpdir): Remove now-redundant local
4*5ba6b03cSchristos	copy of prototype.
5*5ba6b03cSchristos	* functions.texi: Regenerate.
6*5ba6b03cSchristos	* make-temp-file.c (choose_tmpdir): Convert return type from
7*5ba6b03cSchristos	char * to const char * - given that this returns a pointer to
8*5ba6b03cSchristos	a memoized allocation, the caller must not touch it.
9*5ba6b03cSchristos
10*5ba6b03cSchristos2014-09-24  David Malcolm  <dmalcolm@redhat.com>
11*5ba6b03cSchristos
12*5ba6b03cSchristos	* ChangeLog.jit: Add copyright footer.
13*5ba6b03cSchristos
14*5ba6b03cSchristos2013-10-03  David Malcolm  <dmalcolm@redhat.com>
15*5ba6b03cSchristos
16*5ba6b03cSchristos	* configure.ac: If --enable-host-shared, use -fPIC.
17*5ba6b03cSchristos	* configure: Regenerate.
18*5ba6b03cSchristos
19*5ba6b03cSchristosCopyright (C) 2013-2014 Free Software Foundation, Inc.
20*5ba6b03cSchristos
21*5ba6b03cSchristosCopying and distribution of this file, with or without modification,
22*5ba6b03cSchristosare permitted in any medium without royalty provided the copyright
23*5ba6b03cSchristosnotice and this notice are preserved.
24