]> git.ipfire.org Git - thirdparty/gcc.git/blob - libhsail-rt/ChangeLog
libhsail-rt: Fix some Autotools issues
[thirdparty/gcc.git] / libhsail-rt / ChangeLog
1 2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
2
3 * config.h.in: Remove stale file.
4
5 * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
6 * configure: Regenerate.
7
8 2017-01-25 Jakub Jelinek <jakub@redhat.com>
9
10 PR other/79046
11 * configure.ac: Add GCC_BASE_VER.
12 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
13 get version from BASE-VER file.
14 (ACLOCAL_AMFLAGS): Set to -I .. -I ../config .
15 * aclocal.m4: Regenerated.
16 * configure: Regenerated.
17 * Makefile.in: Regenerated.
18
19 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
20 Martin Jambor <mjambor@suse.cz>
21
22 * Makefile.am: New file.
23 * target-config.h.in: Likewise.
24 * configure.ac: Likewise.
25 * configure: Likewise.
26 * config.h.in: Likewise.
27 * aclocal.m4: Likewise.
28 * README: Likewise.
29 * Makefile.in: Likewise.
30 * include/internal/fibers.h: Likewise.
31 * include/internal/phsa-queue-interface.h: Likewise.
32 * include/internal/phsa-rt.h: Likewise.
33 * include/internal/workitems.h: Likewise.
34 * rt/arithmetic.c: Likewise.
35 * rt/atomics.c: Likewise.
36 * rt/bitstring.c: Likewise.
37 * rt/fbarrier.c: Likewise.
38 * rt/fibers.c: Likewise.
39 * rt/fp16.c: Likewise.
40 * rt/misc.c: Likewise.
41 * rt/multimedia.c: Likewise.
42 * rt/queue.c: Likewise.
43 * rt/sat_arithmetic.c: Likewise.
44 * rt/segment.c: Likewise.
45 * rt/workitems.c: Likewise.
46 \f
47 Copyright (C) 2017 Free Software Foundation, Inc.
48
49 Copying and distribution of this file, with or without modification,
50 are permitted in any medium without royalty provided the copyright
51 notice and this notice are preserved.