]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcc1/ChangeLog
hash-traits.h (free_ptr_hash): New class.
[thirdparty/gcc.git] / libcc1 / ChangeLog
CommitLineData
95fbe13e
RS
12015-06-25 Richard Sandiford <richard.sandiford@arm.com>
2
3 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
4 rather than typed_free_remove. Remove redudant typedefs.
5
8d67ee55
RS
62015-06-25 Richard Sandiford <richard.sandiford@arm.com>
7
8 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
9 than typed_noop_remove. Remove redudant typedefs.
10 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
11 (plugin_context::mark): Likewise.
12
4709a6d2
MH
132015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
14
15 * Makefile.in: Regenerated with automake-1.11.6.
16 * aclocal.m4: Likewise.
17 * configure: Likewise.
18
67f58944
TS
192015-04-18 Trevor Saunders <tsaunders@mozilla.com>
20
21 * plugin.cc: Adjust for hash_table changes.
22
f8a7e154
AS
232015-04-15 Andreas Schwab <schwab@suse.de>
24
25 PR bootstrap/65763
26 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
27 * Makefile.in: Regenerated.
28
40fecdd6
JM
292015-01-30 Joseph Myers <joseph@codesourcery.com>
30
31 * plugin.cc: All callers of fatal_error changed to pass
32 input_location as first argument.
33
adfac8df
JJ
342015-01-09 Michael Collison <michael.collison@linaro.org>
35
36 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
37 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
38 due to flattening of tree.h.
39
a699d672
L
402014-11-21 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR bootstrap/63784
43 * configure: Regenerated.
44
0ed4f879
RO
452014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
46
47 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
48 * configure: Regenerate.
49 * connection.cc: Include <string.h>.
50 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
51
ebf6d33b
FXC
522014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
53
54 PR target/63610
55 * configure: Regenerate.
56
33c430b5
FXC
572014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
58
59 PR bootstrap/63699
60 PR bootstrap/63750
61 * plugin.cc: Don't include <string>.
62
ca557f53
JJ
632014-10-29 Jakub Jelinek <jakub@redhat.com>
64 Phil Muldoon <pmuldoon@redhat.com>
65
66 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
67 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
68 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
69 (WERROR_FLAG): Remove.
70 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
71 * configure: Regenerated.
72 * Makefile.in: Regenerated.
73
56f274b2
JJ
742014-10-29 Jakub Jelinek <jakub@redhat.com>
75
76 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
77 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
78 New variables.
79 (libiberty): Set to -Wc, followed by the first existing noasan/,
80 pic/ or . libiberty.a.
81 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
82 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
83 * Makefile.in: Regenerated.
84
ddc8de03
PM
852014-10-27 Phil Muldoon <pmuldoon@redhat.com>
86 Jan Kratochvil <jan.kratochvil@redhat.com>
87 Tom Tromey <tromey@redhat.com>
88
89 * aclocal.m4: New file.
90 * callbacks.cc: New file.
91 * callbacks.hh: New file.
92 * cc1plugin-config.h.in: New file.
93 * configure: New file.
94 * configure.ac: New file.
95 * connection.cc: New file.
96 * connection.hh: New file.
97 * findcomp.cc: New file.
98 * findcomp.hh: New file.
99 * libcc1.cc: New file.
100 * libcc1plugin.sym: New file.
101 * libcc1.sym: New file.
102 * Makefile.am: New file.
103 * Makefile.in: New file.
104 * marshall.cc: New file.
105 * marshall.hh: New file.
106 * names.cc: New file.
107 * names.hh: New file.
108 * plugin.cc: New file.
109 * rpc.hh: New file.
110 * status.hh: New file.