12016-06-03  Release Manager
2
3	* GCC 5.4.0 released.
4
52015-12-04  Release Manager
6
7	* GCC 5.3.0 released.
8
92015-07-16  Release Manager
10
11	* GCC 5.2.0 released.
12
132015-04-22  Release Manager
14
15	* GCC 5.1.0 released.
16
172015-02-09  Thomas Schwinge  <thomas@codesourcery.com>
18
19	* Makefile.in: Regenerate.
20	* aclocal.m4: Likewise.
21	* configure: Likewise.
22	* testsuite/Makefile.in: Likewise.
23
242015-01-29  Caroline Tice  <cmtice@google.com>
25
26	Committing VTV Cywin/Ming patch for Patrick Wollgast
27	* libvtv/Makefile.in : Regenerate.
28	* libvtv/configure : Regenerate.
29
302015-01-28  Caroline Tice  <cmtice@google.com>
31
32	Committing VTV Cywin/Ming patch for Patrick Wollgast
33	* libvtv/Makefile.am : Add libvtv.la to toolexeclib_LTLIBRARIES, if
34	VTV_CYGMIN is set. Define libvtv_la_LIBADD, libvtv_la_LDFLAGS,
35	libvtv_stubs_la_LDFLAGS and libvtv_stubs_la_SOURCES if VTV_CYGMIN is
36	set. Add obstac.c to libvtv_la_SOURCES if VTV_CYGMIN is set.
37	* libvtv/aclocal.m4 : Regenerate.
38	* libvtv/configure.ac : Add ACX_LT_HOST_FLAGS. Define VTV_CYGMIN.
39	* libvtv/configure.tgt : (x86_64-*-cygwin*, i?86-*-cygwin*,
40	x86_64-*-mingw*)
41        (i?86-*-mingw*): Add to supported targets.
42	* libvtv/vtv_fail.cc : Skip inclusion of execinfo.h on Cygwin and MinGW.
43	(log_error_message): Skip calls to backtrace and backtrace_symbols_fd
44	on Cygwin and MinGW.
45	* libvtv/vtv_malloc.cc : Include windows.h and skip sys/mman.h
46	inclusion on Cygwin and MinGW. Add sysconf port on Cygwin and MinGW.
47	(obstack_chunk_alloc): Exchange call to mmap with call to VirtualAlloc
48	on Cygwin and MinGW.
49	(__vtv_malloc_init): Exchange call to sysconf with call to port of
50	sysconf on Cygwin and MinGW.
51	* libvtv/vtv_malloc.h : Declare mprotect and define PROT_READ and
52	PROT_WRITE on Cygwin and MinGW.
53	* libvtv/map.h : Include stdint.h on MinGW.
54	* libvtv/rts.cc : Include windows.h, winternl.h and psapi.h, skip
55	include of execinfo.h, sys/mman.h and link.h on Cygwin and MinGW.  Add
56	port of __fortify_fail on Cygwin and MinGW.  Change ElfW (Addr) to
57	uintptr_t on Cygwin and MinGW.
58	(read_section_offset_and_length): Add port for Cygwin and MinGW
59	(iterate_modules): New function.
60	(vtv_unprotect_vtable_vars): Use iterate_modules instead of
61	dl_iterate_phdr on Cygwin and MinGW.
62	(vtv_protect_vtable_vars): Likewise.
63	(count_all_pages): Likewise.
64	(dl_iterate_phdr_count_pages): Don't build on Cygwin and MinGW.
65	* libvtv/utils.cc : Include windows.h and skip execinfo.h inclusion on
66	 Cygwin and MinGW.
67	(__vtv_open_log): Exchange call to getuid and getpid with
68	GetCurrentProcessId and adjust call to snprintf accordingly on Cygwin
69	and MinGW.  Adjust calls to mkdir on MinGW.  Adjust call to open on
70	Cygwin and MinGW.
71	(__vtv_add_to_log): Adjust call to snprintf on Cygwin and MinGW.
72	(__vtv_log_verification_failure): Don't generate a backtrace on Cygwin
73	and MinGW.
74
752014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
76
77	* testsuite/lib/libvtv.exp: Load target-utils.exp
78
792014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
80
81	PR bootstrap/63784
82	* configure: Regenerated.
83
842014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
85
86	PR target/63610
87	* configure: Regenerate.
88
892013-09-25 Caroline Tice  <cmtice@google.com>
90
91	* Makefile.am: Reinstate ENABLE_VTABLE_VERIFY checks, to make
92	sure testsuite is not run if libstdc++ and libgcc were not built
93	with vtable verification.
94	* Makefile.in: Regenerated.
95	* configure.ac: Reinstate checks for --enable-vtable-verify flag,
96	to make sure testsuite is not run if libstdc++ and libgcc were not
97	built with vtable verification.
98	* configure: Regenerated.
99
1002013-09-24  Caroline Tice  <cmtice@google.com>
101
102	* Makefile.am:  Change libvtv_includedir to the directory used by
103	the other libraries rather than the top include directory.
104	* Makefile.in: Regenerated.
105
1062013-09-20  Alan Modra  <amodra@gmail.com>
107
108	* configure: Regenerate.
109
1102013-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
111
112	* configure.tgt: Remove *-*-*android* from supported targets.
113
1142013-09-09  H.J. Lu  <hongjiu.lu@intel.com>
115
116	PR other/58374
117	* configure.ac: Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM.
118	* configure: Regenerated.
119
1202013-09-08  Caroline Tice  <cmtice@google.com>
121
122	* testsuite/event-main.cc:  Move to libvtv.cc subdirectory.
123	* testsuite/environment.cc: Ditto.
124	* testsuite/template-list2.cc: Ditto.
125	* testsuite/event.h: Ditto.
126	* testsuite/dataentry.cc: Ditto.
127	* testsuite/event-private.h: Ditto.
128	* testsuite/virtual_inheritance.cc: Ditto.
129	* testsuite/povray-derived.cc: Ditto.
130	* testsuite/nested_vcall_test.cc: Ditto.
131	* testsuite/template-list-iostream.cc: Ditto.
132	* testsuite/parts-test-extra-parts-views.h:  Ditto.
133	* testsuite/virtfunc-test.cc: Ditto.
134	* testsuite/parts-test-extra-parts.h: Ditto.
135	* testsuite/const_vtable.cc: Ditto.
136	* testsuite/template-list.cc: Ditto.
137	* testsuite/dup_name.cc: Ditto.
138	* testsuite/thunk.cc: Ditto.
139	* testsuite/parts-test-main.h: Ditto.
140	* testsuite/mul_inh.cc: Ditto.
141	* testsuite/test1.cc: Ditto.
142	* testsuite/bb_tests.cc: Ditto.
143	* testsuite/v8-test-2.cc: Ditto.
144	* testsuite/thunk_vtable_map_attack.cc: Ditto.
145	* testsuite/xlan-test.cc: Ditto.
146	* testsuite/parts-test-main.cpp: Move to libvtv.cc subdirectory and
147	change file extension from .cc to .cpp.
148	* testsuite/event-definitions.cpp: Ditto.
149	* testsuite/event-main.cpp: Ditto.
150	* testsuite/derived-main.cpp: Ditto.
151	* testsuite/derived-lib.cpp: Ditto.
152	* testsuite/event-private.cpp: Ditto.
153	* testsuite/parts-test-extra-parts-views.cpp: Ditto.
154	* testsuite/parts-test-extra-parts.cpp: Ditto.
155	* testsuite/parts-test.list: Move to libvtv.cc subdirectory.  Change
156	file extensions inside file from .cc to .cpp.
157	* testsuite/event.list: Ditto.
158	* testsuite/derived.list: Ditto.
159	* testsuite/register_pair.cc: Move to libvtv.cc; rename file to
160	register_set_pair.cc; include stdlib.h, stdio.h stdint.h string.h
161	(KEY_TYPE_FIXED_SIZE): New define.
162	(key_buffer, name_string, fake_names): New global variables.
163	(generate_names): New function.
164	(vtv_string_hans): New function.
165	(main): Add call to generate_names. Update middle for-loop to
166	initialize new parameters for __VLTRegisterPair... calls; move calls
167	to __VLTRegisterPair... to middle for-loop. Add calls to
168	__VLTRegisterSet...
169	* testsuite/register_pair_mt.cc: Ditto; renamed to
170	register_set_pair_mt.cc
171	* testsuite/libvtv.cc/vtv.exp:  New file.
172	* testsuite/libvtv.mempool.cc/mempool.exp:  New file.
173	* testsuite/libvtv.mt.cc/mt.exp: New file.
174	* testsuite/lib/libvtv.exp:  New file.
175	* testsuite/lib/libvtv-dg.exp:  New file.
176	* testsuite/config/default.exp: New file.
177	* testsuite/Makefile.am:  New file. (Old file was moved to other-tests
178	subdirectory.)
179	* testsuite/Makefile.in: New file (generated).
180	* testsuite/mempool_negative.c: Change to C++ file; move to
181	libvtv.mempool.cc; include vtv-change-permission.h.
182	(main):  Add call to __VLTChangePermission.
183	* testsuite/mempool_positive.c: Change to C++ file; move to
184	libvtv.mempool.cc; include vtv-change-permission.h.
185	(main): Add call to __VLTChangePermission.
186	* testsuite/temp_deriv3.cc:  Move to other-tests subdirectory.
187	* testsuite/environment-fail-64.s: Ditto.
188	* testsutite/dlopen.cc: Ditto.
189	* testsuite/so.cc: Ditto.
190	* testsuite/temp_deriv2.cc: Ditto.
191	* testsuite/field-test.cc: Ditto.
192	* testsuite/dlopen_mt.cc: Ditto.
193	* testsuite/environment-fail-32.s: Ditto.
194	* testsuite/temp_deriv.cc: Ditto.
195	* testsuite/replace-fail.cc: Ditto.
196	* testsuite/other-tests/Makefile.am:  New file.  Copied from the
197	Makefile.am that used to be in testsuite directory.
198	* testsuite/other-tests/Makefile.in: Generated. (New file).
199	* testsuite/other-tests/README:  New file.
200
2012013-09-07  Paolo Carlini  <paolo.carlini@oracle.com>
202
203	* testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around
204	definition of check-am:.
205	* testsuite/Makefile.in: Regenerate.
206
2072013-09-06  Caroline Tice  <cmtice@google.com>
208
209	* Makefile.am: Remove #if ENABLE_VTABLE_VERIFY checks around
210	definitions of SUBDIRS, libvtv_la_SOURCES and libvtv_include_HEADERS.
211	* Makefile.in: Regenerate.
212	* configure.ac: Remove checks and tests for --enable-vtable-verify.
213	* configure: Regenerate.
214
2152013-08-20  Caroline Tice  <cmtice@google.com>
216
217	* Makefile.am (DEFS): Add "@DEFS@", to inherit defintions.
218	* Makefile.in: Regenerate.
219	* configure.ac: Add check for __secure_getenv and secure_getenv.
220	* configure: Regenerate.
221	* vtv_utils.cc : Include stdlib.h
222	(HAVE_SECURE_GETENV): Add checks and definitions for secure_getenv.
223	(log_dirs): Remove file static constant.
224	(__vtv_open_log):  Increase size of log file name.  Add the user
225	and process ids to the file name. Do not put the log files in /tmp.
226	Instead try to get the directory name from an environment variable; if
227	that fails try to use stderr.  Add O_NOFOLLOW to the flags
228	for 'open'.  Update function comment.
229	* vtv_rts.cc (log_memory_protection_data):  Remove %d from file name.
230
2312013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
232	    Michael Meissner <meissner@linux.vnet.ibm.com>
233
234	* configure.tgt : Simplify, just use VTV_SUPPORTED.
235
2362013-08-07  Benjamin Kosnik  <bkoz@redhat.com>
237
238	* Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY.
239	* Makefile.in: Regenerate.
240	* acinclude.m4 (LIBVTV_CONFIGURE): Move parts to..
241	* configure.ac: ...here. Make configure more verbose, re-order.
242	* configure: Regenerate.
243
2442013-08-02  Caroline Tice  <cmtice@google.com>
245	    Benjamin Kosnik  <bkoz@redhat.com>
246	    Luis Lozano  <llozano@google.com>
247	    Geoff Pike  <gpike@google.com>
248
249	Initial check-in of new vtable verification feature.
250	* configure.ac : New file.
251	* acinclude.m4 : New file.
252	* Makefile.am : New file.
253	* aclocal.m4 : New file.
254	* configure.tgt : New file.
255	* configure: New file (generated).
256	* Makefile.in: New file (generated).
257	* vtv_set.h : New file.
258	* vtv_utils.cc : New file.
259	* vtv_utils.h : New file.
260	* vtv_malloc.cc : New file.
261	* vtv_rts.cc : New file.
262	* vtv_malloc.h : New file.
263	* vtv_rts.h : New file.
264	* vtv_fail.cc : New file.
265	* vtv_fail.h : New file.
266	* vtv_map.h : New file.
267	* scripts/run-testsuite.sh : New file.
268	* scripts/sum-vtv-counts.c : New file.
269	* testsuite/parts-test-main.h : New file.
270	* testusite/dataentry.cc : New file.
271	* testsuite/temp_deriv.cc : New file.
272	* testsuite/register_pair.cc : New file.
273	* testsuite/virtual_inheritance.cc : New file.
274	* testsuite/field-test.cc : New file.
275	* testsuite/nested_vcall_test.cc : New file.
276	* testsuite/template-list-iostream.cc : New file.
277	* testsuite/register_pair_inserts.cc : New file.
278	* testsuite/register_pair_inserts_mt.cc : New file.
279	* testsuite/event.list : New file.
280	* testsuite/parts-test-extra-parts-views.cc : New file.
281	* testsuite/parts-test-extra-parts-views.h : New file.
282	* testsuite/environment-fail-32.s : New file.
283	* testsuite/parts-test-extra-parts.h : New file.
284	* testsuite/temp_deriv2.cc : New file.
285	* testsuite/dlopen_mt.cc : New file.
286	* testsuite/event.h : New file.
287	* testsuite/template-list.cc : New file.
288	* testsuite/replace-fail.cc : New file.
289	* testsuite/Makefile.am : New file.
290	* testsuite/Makefile.in: New file (generated).
291	* testsuite/mempool_negative.c : New file.
292	* testsuite/parts-test-main.cc : New file.
293	* testsuite/event-private.cc : New file.
294	* testsuite/thunk.cc : New file.
295	* testsuite/event-defintiions.cc : New file.
296	* testsuite/event-private.h : New file.
297	* testsuite/parts-test.list : New file.
298	* testusite/register_pair_mt.cc : New file.
299	* testsuite/povray-derived.cc : New file.
300	* testsuite/event-main.cc : New file.
301	* testsuite/environment.cc : New file.
302	* testsuite/template-list2.cc : New file.
303	* testsuite/thunk_vtable_map_attack.cc : New file.
304	* testsuite/parts-test-extra-parts.cc : New file.
305	* testsuite/environment-fail-64.s : New file.
306	* testsuite/dlopen.cc : New file.
307	* testsuite/so.cc : New file.
308	* testsuite/temp_deriv3.cc : New file.
309	* testsuite/const_vtable.cc : New file.
310	* testsuite/mempool_positive.c : New file.
311	* testsuite/dup_name.cc : New file.
312
313