ChangeLog 12 KB

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