ChangeLog 17 KB

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