annotate libvtv/ChangeLog @ 111:04ced10e8804

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