lib-writ.adb, [...]: Minor reformatting and code cleanup.
[gcc.git] / libcc1 / ChangeLog
1 2016-04-18 Michael Matz <matz@suse.de>
2
3 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
4
5 2016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
6
7 PR bootstrap/70173
8 * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
9 (compiler-name.h): Shorten recipe so that it fits the line.
10 * Makefile.in: Regenerate.
11
12 2016-03-14 Andreas Schwab <schwab@suse.de>
13
14 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
15 * configure: Regenerate.
16 * Makefile.in: Regenerate.
17
18 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
19
20 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
21 rather than typed_free_remove. Remove redudant typedefs.
22
23 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
24
25 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
26 than typed_noop_remove. Remove redudant typedefs.
27 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
28 (plugin_context::mark): Likewise.
29
30 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
31
32 * Makefile.in: Regenerated with automake-1.11.6.
33 * aclocal.m4: Likewise.
34 * configure: Likewise.
35
36 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
37
38 * plugin.cc: Adjust for hash_table changes.
39
40 2015-04-15 Andreas Schwab <schwab@suse.de>
41
42 PR bootstrap/65763
43 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
44 * Makefile.in: Regenerated.
45
46 2015-01-30 Joseph Myers <joseph@codesourcery.com>
47
48 * plugin.cc: All callers of fatal_error changed to pass
49 input_location as first argument.
50
51 2015-01-09 Michael Collison <michael.collison@linaro.org>
52
53 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
54 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
55 due to flattening of tree.h.
56
57 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
58
59 PR bootstrap/63784
60 * configure: Regenerated.
61
62 2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
63
64 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
65 * configure: Regenerate.
66 * connection.cc: Include <string.h>.
67 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
68
69 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
70
71 PR target/63610
72 * configure: Regenerate.
73
74 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
75
76 PR bootstrap/63699
77 PR bootstrap/63750
78 * plugin.cc: Don't include <string>.
79
80 2014-10-29 Jakub Jelinek <jakub@redhat.com>
81 Phil Muldoon <pmuldoon@redhat.com>
82
83 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
84 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
85 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
86 (WERROR_FLAG): Remove.
87 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
88 * configure: Regenerated.
89 * Makefile.in: Regenerated.
90
91 2014-10-29 Jakub Jelinek <jakub@redhat.com>
92
93 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
94 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
95 New variables.
96 (libiberty): Set to -Wc, followed by the first existing noasan/,
97 pic/ or . libiberty.a.
98 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
99 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
100 * Makefile.in: Regenerated.
101
102 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
103 Jan Kratochvil <jan.kratochvil@redhat.com>
104 Tom Tromey <tromey@redhat.com>
105
106 * aclocal.m4: New file.
107 * callbacks.cc: New file.
108 * callbacks.hh: New file.
109 * cc1plugin-config.h.in: New file.
110 * configure: New file.
111 * configure.ac: New file.
112 * connection.cc: New file.
113 * connection.hh: New file.
114 * findcomp.cc: New file.
115 * findcomp.hh: New file.
116 * libcc1.cc: New file.
117 * libcc1plugin.sym: New file.
118 * libcc1.sym: New file.
119 * Makefile.am: New file.
120 * Makefile.in: New file.
121 * marshall.cc: New file.
122 * marshall.hh: New file.
123 * names.cc: New file.
124 * names.hh: New file.
125 * plugin.cc: New file.
126 * rpc.hh: New file.
127 * status.hh: New file.