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