Update ChangeLog and version files for release
[official-gcc.git] / libvtv / ChangeLog
blob4f4d7e00de4b9bd592dc2e1788661d7582a00b4c
1 2018-01-25  Release Manager
3         * GCC 7.3.0 released.
5 2017-08-14  Release Manager
7         * GCC 7.2.0 released.
9 2017-05-02  Release Manager
11         * GCC 7.1.0 released.
13 2017-01-21  Jakub Jelinek  <jakub@redhat.com>
15         PR other/79046
16         * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
17         of cat to get version from BASE-VER file.
18         * testsuite/Makefile.in: Regenerated.
20 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
22         PR other/79046
23         * configure.ac: Add GCC_BASE_VER.
24         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
25         get version from BASE-VER file.
26         * testsuite/Makefile.in: Regenerated.
27         * configure: Regenerated.
28         * Makefile.in: Regenerated.
30 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
32         Update copyright years.
34 2016-11-15  Matthias Klose  <doko@ubuntu.com>
36         * configure: Regenerate.
38 2016-05-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40         * Makefile.am (toolexeclib_LTLIBRARIES): Only set if
41         ENABLE_VTABLE_VERIFY.
42         Simplify.
43         * Makefile.in: Regenerate.
45 2015-12-02  Matthias Klose  <doko@ubuntu.com>
47         * configure.ac: Move AM_ENABLE_MULTILIB before
48         GCC_LIBSTDCXX_RAW_CXX_FLAGS.
49         * configure: Regenerate.
51 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
53         * configure.tgt (*-*-solaris2.[1-9]*): Declare supported.
54         * configure.ac: Call AC_USE_SYSTEM_EXTENSIONS.
55         <*-*-solaris2*>: Check for init priority support.
56         Check for getexecname, __fortify_fail, _obstack_begin.
57         (VTV_NO_OBSTACK): New conditional.
58         * configure: Regenerate.
59         * Makefile.am [VTV_NO_OBSTACK] (obstack.c): Use new condition.
60         Create empty config.h
61         * Makefile.in: Regenerate.
63         * vtv_rts.cc [HAVE_GETEXECNAME] (program_invocation_name): New
64         variable.
65         (read_section_offset_and_length) [HAVE_GETEXECNAME]: Set it.
66         (dl_iterate_phdr_callback) [HAVE_GETEXECNAME]: Set it.
68         (__fortify_fail): Wrap in HAVE___FORTIFY_FAIL
69         [!HAVE___FORTIFY_FAIL]: Provide non-Cygwin implementation.
71         (read_section_offset_and_length): Assert sh_size >= VTV_PAGE_SIZE.
72         (iterate_modules): Fix typo.
73         Use VTV_PAGE_SIZE.
74         (dl_iterate_phdr_callback): Fix typo.
75         Use VTV_PAGE_SIZE.
76         (__VLTChangePermission): Fix typos.
78 2015-11-09  Alan Modra  <amodra@gmail.com>
80         * vtv_malloc.cc (obstack_chunk_free): Correct param type.
81         (__vtv_malloc_init): Use obstack_specify_allocation.
83 2015-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
85         * configure.tgt (aarch64*-*-linux): Enable.
86         (arm*-*-linux*): Enable.
88 2015-10-09  David Malcolm  <dmalcolm@redhat.com>
90         * testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
91         using load_gcc_lib.
93 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
95         Update copyrights.
97 2015-08-01  Caroline Tice  <cmtice@google.com>
99         PR 66521
100         * Makefile.am:  Update to match latest tree.
101         * Makefile.in: Regenerate.
102         * testsuite/lib/libvtv: Brought up to date.
103         * vtv_malloc.cc (VTV_DEBUG): Update function call to match renamed
104         function (old bug!).
105         * vtv_rts.cc (debug_functions, debug_init, debug_verify_vtable): Update
106         initializations to work correctly with VTV_DEBUG defined.
108 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
110         * Makefile.in: Regenerated with automake-1.11.6.
111         * aclocal.m4: Likewise.
112         * configure: Likewise.
113         * testsuite/Makefile.in: Likewise.
114         * testsuite/other-tests/Makefile.in: Likewise.
116 2015-02-09  Thomas Schwinge  <thomas@codesourcery.com>
118         * Makefile.in: Regenerate.
119         * aclocal.m4: Likewise.
120         * configure: Likewise.
121         * testsuite/Makefile.in: Likewise.
123 2015-01-29  Caroline Tice  <cmtice@google.com>
125         Committing VTV Cywin/Ming patch for Patrick Wollgast
126         * libvtv/Makefile.in : Regenerate.
127         * libvtv/configure : Regenerate.
129 2015-01-28  Caroline Tice  <cmtice@google.com>
131         Committing VTV Cywin/Ming patch for Patrick Wollgast
132         * libvtv/Makefile.am : Add libvtv.la to toolexeclib_LTLIBRARIES, if
133         VTV_CYGMIN is set. Define libvtv_la_LIBADD, libvtv_la_LDFLAGS,
134         libvtv_stubs_la_LDFLAGS and libvtv_stubs_la_SOURCES if VTV_CYGMIN is
135         set. Add obstac.c to libvtv_la_SOURCES if VTV_CYGMIN is set.
136         * libvtv/aclocal.m4 : Regenerate.
137         * libvtv/configure.ac : Add ACX_LT_HOST_FLAGS. Define VTV_CYGMIN.
138         * libvtv/configure.tgt : (x86_64-*-cygwin*, i?86-*-cygwin*,
139         x86_64-*-mingw*)
140         (i?86-*-mingw*): Add to supported targets.
141         * libvtv/vtv_fail.cc : Skip inclusion of execinfo.h on Cygwin and MinGW.
142         (log_error_message): Skip calls to backtrace and backtrace_symbols_fd
143         on Cygwin and MinGW.
144         * libvtv/vtv_malloc.cc : Include windows.h and skip sys/mman.h
145         inclusion on Cygwin and MinGW. Add sysconf port on Cygwin and MinGW.
146         (obstack_chunk_alloc): Exchange call to mmap with call to VirtualAlloc
147         on Cygwin and MinGW.
148         (__vtv_malloc_init): Exchange call to sysconf with call to port of
149         sysconf on Cygwin and MinGW.
150         * libvtv/vtv_malloc.h : Declare mprotect and define PROT_READ and
151         PROT_WRITE on Cygwin and MinGW.
152         * libvtv/map.h : Include stdint.h on MinGW.
153         * libvtv/rts.cc : Include windows.h, winternl.h and psapi.h, skip
154         include of execinfo.h, sys/mman.h and link.h on Cygwin and MinGW.  Add
155         port of __fortify_fail on Cygwin and MinGW.  Change ElfW (Addr) to
156         uintptr_t on Cygwin and MinGW.
157         (read_section_offset_and_length): Add port for Cygwin and MinGW
158         (iterate_modules): New function.
159         (vtv_unprotect_vtable_vars): Use iterate_modules instead of
160         dl_iterate_phdr on Cygwin and MinGW.
161         (vtv_protect_vtable_vars): Likewise.
162         (count_all_pages): Likewise.
163         (dl_iterate_phdr_count_pages): Don't build on Cygwin and MinGW.
164         * libvtv/utils.cc : Include windows.h and skip execinfo.h inclusion on
165          Cygwin and MinGW.
166         (__vtv_open_log): Exchange call to getuid and getpid with
167         GetCurrentProcessId and adjust call to snprintf accordingly on Cygwin
168         and MinGW.  Adjust calls to mkdir on MinGW.  Adjust call to open on
169         Cygwin and MinGW.
170         (__vtv_add_to_log): Adjust call to snprintf on Cygwin and MinGW.
171         (__vtv_log_verification_failure): Don't generate a backtrace on Cygwin
172         and MinGW.
174 2014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
176         * testsuite/lib/libvtv.exp: Load target-utils.exp
178 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
180         PR bootstrap/63784
181         * configure: Regenerated.
183 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
185         PR target/63610
186         * configure: Regenerate.
188 2013-09-25 Caroline Tice  <cmtice@google.com>
190         * Makefile.am: Reinstate ENABLE_VTABLE_VERIFY checks, to make
191         sure testsuite is not run if libstdc++ and libgcc were not built
192         with vtable verification.
193         * Makefile.in: Regenerated.
194         * configure.ac: Reinstate checks for --enable-vtable-verify flag,
195         to make sure testsuite is not run if libstdc++ and libgcc were not
196         built with vtable verification.
197         * configure: Regenerated.
199 2013-09-24  Caroline Tice  <cmtice@google.com>
201         * Makefile.am:  Change libvtv_includedir to the directory used by
202         the other libraries rather than the top include directory.
203         * Makefile.in: Regenerated.
205 2013-09-20  Alan Modra  <amodra@gmail.com>
207         * configure: Regenerate.
209 2013-09-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
211         * configure.tgt: Remove *-*-*android* from supported targets.
213 2013-09-09  H.J. Lu  <hongjiu.lu@intel.com>
215         PR other/58374
216         * configure.ac: Move VTV_SUPPORTED check after AC_CANONICAL_SYSTEM.
217         * configure: Regenerated.
219 2013-09-08  Caroline Tice  <cmtice@google.com>
221         * testsuite/event-main.cc:  Move to libvtv.cc subdirectory.
222         * testsuite/environment.cc: Ditto.
223         * testsuite/template-list2.cc: Ditto.
224         * testsuite/event.h: Ditto.
225         * testsuite/dataentry.cc: Ditto.
226         * testsuite/event-private.h: Ditto.
227         * testsuite/virtual_inheritance.cc: Ditto.
228         * testsuite/povray-derived.cc: Ditto.
229         * testsuite/nested_vcall_test.cc: Ditto.
230         * testsuite/template-list-iostream.cc: Ditto.
231         * testsuite/parts-test-extra-parts-views.h:  Ditto.
232         * testsuite/virtfunc-test.cc: Ditto.
233         * testsuite/parts-test-extra-parts.h: Ditto.
234         * testsuite/const_vtable.cc: Ditto.
235         * testsuite/template-list.cc: Ditto.
236         * testsuite/dup_name.cc: Ditto.
237         * testsuite/thunk.cc: Ditto.
238         * testsuite/parts-test-main.h: Ditto.
239         * testsuite/mul_inh.cc: Ditto.
240         * testsuite/test1.cc: Ditto.
241         * testsuite/bb_tests.cc: Ditto.
242         * testsuite/v8-test-2.cc: Ditto.
243         * testsuite/thunk_vtable_map_attack.cc: Ditto.
244         * testsuite/xlan-test.cc: Ditto.
245         * testsuite/parts-test-main.cpp: Move to libvtv.cc subdirectory and
246         change file extension from .cc to .cpp.
247         * testsuite/event-definitions.cpp: Ditto.
248         * testsuite/event-main.cpp: Ditto.
249         * testsuite/derived-main.cpp: Ditto.
250         * testsuite/derived-lib.cpp: Ditto.
251         * testsuite/event-private.cpp: Ditto.
252         * testsuite/parts-test-extra-parts-views.cpp: Ditto.
253         * testsuite/parts-test-extra-parts.cpp: Ditto.
254         * testsuite/parts-test.list: Move to libvtv.cc subdirectory.  Change
255         file extensions inside file from .cc to .cpp.
256         * testsuite/event.list: Ditto.
257         * testsuite/derived.list: Ditto.
258         * testsuite/register_pair.cc: Move to libvtv.cc; rename file to
259         register_set_pair.cc; include stdlib.h, stdio.h stdint.h string.h
260         (KEY_TYPE_FIXED_SIZE): New define.
261         (key_buffer, name_string, fake_names): New global variables.
262         (generate_names): New function.
263         (vtv_string_hans): New function.
264         (main): Add call to generate_names. Update middle for-loop to
265         initialize new parameters for __VLTRegisterPair... calls; move calls
266         to __VLTRegisterPair... to middle for-loop. Add calls to
267         __VLTRegisterSet...
268         * testsuite/register_pair_mt.cc: Ditto; renamed to
269         register_set_pair_mt.cc
270         * testsuite/libvtv.cc/vtv.exp:  New file.
271         * testsuite/libvtv.mempool.cc/mempool.exp:  New file.
272         * testsuite/libvtv.mt.cc/mt.exp: New file.
273         * testsuite/lib/libvtv.exp:  New file.
274         * testsuite/lib/libvtv-dg.exp:  New file.
275         * testsuite/config/default.exp: New file.
276         * testsuite/Makefile.am:  New file. (Old file was moved to other-tests
277         subdirectory.)
278         * testsuite/Makefile.in: New file (generated).
279         * testsuite/mempool_negative.c: Change to C++ file; move to
280         libvtv.mempool.cc; include vtv-change-permission.h.
281         (main):  Add call to __VLTChangePermission.
282         * testsuite/mempool_positive.c: Change to C++ file; move to
283         libvtv.mempool.cc; include vtv-change-permission.h.
284         (main): Add call to __VLTChangePermission.
285         * testsuite/temp_deriv3.cc:  Move to other-tests subdirectory.
286         * testsuite/environment-fail-64.s: Ditto.
287         * testsutite/dlopen.cc: Ditto.
288         * testsuite/so.cc: Ditto.
289         * testsuite/temp_deriv2.cc: Ditto.
290         * testsuite/field-test.cc: Ditto.
291         * testsuite/dlopen_mt.cc: Ditto.
292         * testsuite/environment-fail-32.s: Ditto.
293         * testsuite/temp_deriv.cc: Ditto.
294         * testsuite/replace-fail.cc: Ditto.
295         * testsuite/other-tests/Makefile.am:  New file.  Copied from the
296         Makefile.am that used to be in testsuite directory.
297         * testsuite/other-tests/Makefile.in: Generated. (New file).
298         * testsuite/other-tests/README:  New file.
300 2013-09-07  Paolo Carlini  <paolo.carlini@oracle.com>
302         * testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around
303         definition of check-am:.
304         * testsuite/Makefile.in: Regenerate.
306 2013-09-06  Caroline Tice  <cmtice@google.com>
308         * Makefile.am: Remove #if ENABLE_VTABLE_VERIFY checks around
309         definitions of SUBDIRS, libvtv_la_SOURCES and libvtv_include_HEADERS.
310         * Makefile.in: Regenerate.
311         * configure.ac: Remove checks and tests for --enable-vtable-verify.
312         * configure: Regenerate.
314 2013-08-20  Caroline Tice  <cmtice@google.com>
316         * Makefile.am (DEFS): Add "@DEFS@", to inherit defintions.
317         * Makefile.in: Regenerate.
318         * configure.ac: Add check for __secure_getenv and secure_getenv.
319         * configure: Regenerate.
320         * vtv_utils.cc : Include stdlib.h
321         (HAVE_SECURE_GETENV): Add checks and definitions for secure_getenv.
322         (log_dirs): Remove file static constant.
323         (__vtv_open_log):  Increase size of log file name.  Add the user
324         and process ids to the file name. Do not put the log files in /tmp.
325         Instead try to get the directory name from an environment variable; if
326         that fails try to use stderr.  Add O_NOFOLLOW to the flags
327         for 'open'.  Update function comment.
328         * vtv_rts.cc (log_memory_protection_data):  Remove %d from file name.
330 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
331             Michael Meissner <meissner@linux.vnet.ibm.com>
333         * configure.tgt : Simplify, just use VTV_SUPPORTED.
335 2013-08-07  Benjamin Kosnik  <bkoz@redhat.com>
337         * Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY.
338         * Makefile.in: Regenerate.
339         * acinclude.m4 (LIBVTV_CONFIGURE): Move parts to..
340         * configure.ac: ...here. Make configure more verbose, re-order.
341         * configure: Regenerate.
343 2013-08-02  Caroline Tice  <cmtice@google.com>
344             Benjamin Kosnik  <bkoz@redhat.com>
345             Luis Lozano  <llozano@google.com>
346             Geoff Pike  <gpike@google.com>
348         Initial check-in of new vtable verification feature.
349         * configure.ac : New file.
350         * acinclude.m4 : New file.
351         * Makefile.am : New file.
352         * aclocal.m4 : New file.
353         * configure.tgt : New file.
354         * configure: New file (generated).
355         * Makefile.in: New file (generated).
356         * vtv_set.h : New file.
357         * vtv_utils.cc : New file.
358         * vtv_utils.h : New file.
359         * vtv_malloc.cc : New file.
360         * vtv_rts.cc : New file.
361         * vtv_malloc.h : New file.
362         * vtv_rts.h : New file.
363         * vtv_fail.cc : New file.
364         * vtv_fail.h : New file.
365         * vtv_map.h : New file.
366         * scripts/run-testsuite.sh : New file.
367         * scripts/sum-vtv-counts.c : New file.
368         * testsuite/parts-test-main.h : New file.
369         * testusite/dataentry.cc : New file.
370         * testsuite/temp_deriv.cc : New file.
371         * testsuite/register_pair.cc : New file.
372         * testsuite/virtual_inheritance.cc : New file.
373         * testsuite/field-test.cc : New file.
374         * testsuite/nested_vcall_test.cc : New file.
375         * testsuite/template-list-iostream.cc : New file.
376         * testsuite/register_pair_inserts.cc : New file.
377         * testsuite/register_pair_inserts_mt.cc : New file.
378         * testsuite/event.list : New file.
379         * testsuite/parts-test-extra-parts-views.cc : New file.
380         * testsuite/parts-test-extra-parts-views.h : New file.
381         * testsuite/environment-fail-32.s : New file.
382         * testsuite/parts-test-extra-parts.h : New file.
383         * testsuite/temp_deriv2.cc : New file.
384         * testsuite/dlopen_mt.cc : New file.
385         * testsuite/event.h : New file.
386         * testsuite/template-list.cc : New file.
387         * testsuite/replace-fail.cc : New file.
388         * testsuite/Makefile.am : New file.
389         * testsuite/Makefile.in: New file (generated).
390         * testsuite/mempool_negative.c : New file.
391         * testsuite/parts-test-main.cc : New file.
392         * testsuite/event-private.cc : New file.
393         * testsuite/thunk.cc : New file.
394         * testsuite/event-defintiions.cc : New file.
395         * testsuite/event-private.h : New file.
396         * testsuite/parts-test.list : New file.
397         * testusite/register_pair_mt.cc : New file.
398         * testsuite/povray-derived.cc : New file.
399         * testsuite/event-main.cc : New file.
400         * testsuite/environment.cc : New file.
401         * testsuite/template-list2.cc : New file.
402         * testsuite/thunk_vtable_map_attack.cc : New file.
403         * testsuite/parts-test-extra-parts.cc : New file.
404         * testsuite/environment-fail-64.s : New file.
405         * testsuite/dlopen.cc : New file.
406         * testsuite/so.cc : New file.
407         * testsuite/temp_deriv3.cc : New file.
408         * testsuite/const_vtable.cc : New file.
409         * testsuite/mempool_positive.c : New file.
410         * testsuite/dup_name.cc : New file.