annotate libiberty/ChangeLog.jit @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 2014-09-25 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 * choose-temp.c (choose_tmpdir): Remove now-redundant local
kono
parents:
diff changeset
4 copy of prototype.
kono
parents:
diff changeset
5 * functions.texi: Regenerate.
kono
parents:
diff changeset
6 * make-temp-file.c (choose_tmpdir): Convert return type from
kono
parents:
diff changeset
7 char * to const char * - given that this returns a pointer to
kono
parents:
diff changeset
8 a memoized allocation, the caller must not touch it.
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 2014-09-24 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 * ChangeLog.jit: Add copyright footer.
kono
parents:
diff changeset
13
kono
parents:
diff changeset
14 2013-10-03 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 * configure.ac: If --enable-host-shared, use -fPIC.
kono
parents:
diff changeset
17 * configure: Regenerate.
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 Copyright (C) 2013-2014 Free Software Foundation, Inc.
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
22 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
23 notice and this notice are preserved.