comparison libiberty/ChangeLog.jit @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 2014-09-25 David Malcolm <dmalcolm@redhat.com>
2
3 * choose-temp.c (choose_tmpdir): Remove now-redundant local
4 copy of prototype.
5 * functions.texi: Regenerate.
6 * make-temp-file.c (choose_tmpdir): Convert return type from
7 char * to const char * - given that this returns a pointer to
8 a memoized allocation, the caller must not touch it.
9
10 2014-09-24 David Malcolm <dmalcolm@redhat.com>
11
12 * ChangeLog.jit: Add copyright footer.
13
14 2013-10-03 David Malcolm <dmalcolm@redhat.com>
15
16 * configure.ac: If --enable-host-shared, use -fPIC.
17 * configure: Regenerate.
18
19 Copyright (C) 2013-2014 Free Software Foundation, Inc.
20
21 Copying and distribution of this file, with or without modification,
22 are permitted in any medium without royalty provided the copyright
23 notice and this notice are preserved.