ChangeLog 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  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-02-12 Sandra Loosemore <sandra@codesourcery.com>
  17. PR libstdc++/79193
  18. PR libstdc++/88999
  19. * configure: Regenerated.
  20. 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
  21. * configure.ac: Handle `--with-toolexeclibdir='.
  22. * Makefile.in: Regenerate.
  23. * aclocal.m4: Regenerate.
  24. * configure: Regenerate.
  25. 2020-01-01 Jakub Jelinek <jakub@redhat.com>
  26. Update copyright years.
  27. 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
  28. * configure: Regenerate.
  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. (AUTOMAKE_OPTIONS): Remove 1.9.5.
  35. * configure.ac: Remove AC_PREREQ. Quote argument to
  36. AC_RUN_IFELSE.
  37. * Makefile.in, aclocal.m4, configure: Regenerate.
  38. 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
  39. * configure: Regenerated.
  40. 2018-04-19 Jakub Jelinek <jakub@redhat.com>
  41. * configure: Regenerated.
  42. 2018-04-18 David Malcolm <dmalcolm@redhat.com>
  43. PR jit/85384
  44. * configure: Regenerate.
  45. 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
  46. PR target/84148
  47. * configure: Regenerate.
  48. 2018-01-03 Jakub Jelinek <jakub@redhat.com>
  49. Update copyright years.
  50. 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
  51. * Makefile.am: Update AM_CFLAGS, update
  52. libssp_nonshared_la_CFLAGS.
  53. * Makefile.in: Regenerate.
  54. * configure: Likewise.
  55. * aclocal.m4: Likewise.
  56. * configure.ac: Set CET_FLAGS. Update XCFLAGS.
  57. 2017-04-01 Jonathan Yong <10walls@gmail.com>
  58. * ssp.c (__guard_setup): Suppress unused variable warning.
  59. 2017-01-17 Jakub Jelinek <jakub@redhat.com>
  60. PR other/79046
  61. * configure.ac: Add GCC_BASE_VER.
  62. * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
  63. get version from BASE-VER file.
  64. * configure: Regenerated.
  65. * Makefile.in: Regenerated.
  66. 2017-01-04 Jakub Jelinek <jakub@redhat.com>
  67. Update copyright years.
  68. 2016-11-15 Matthias Klose <doko@ubuntu.com>
  69. * configure: Regenerate.
  70. 2015-04-25 Daniel Starke <daniel.f.starke@freenet.de>
  71. PR target/65867
  72. * ssp.c: Added wincrypt.h include for Windows targets.
  73. 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
  74. * Makefile.in: Regenerated with automake-1.11.6.
  75. * aclocal.m4: Likewise.
  76. * configure: Likewise.
  77. 2015-02-09 Georg Koppen <gk@torproject.org>
  78. * ssp.c: Conditionally include <windows.h>
  79. (__guard_setup): For Windows, use approved methods to get
  80. a suitable random number for the stack check guard rather
  81. than reading /dev/random.
  82. 2015-01-22 Matthias Klose <doko@ubuntu.com>
  83. * gets-chk.c: Declare prototype for gets in C11 mode.
  84. 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
  85. PR bootstrap/63784
  86. * configure: Regenerated.
  87. 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  88. PR target/63610
  89. * configure: Regenerate.
  90. 2013-12-07 Jakub Jelinek <jakub@redhat.com>
  91. * ssp.c (fail): Avoid -Wformat-security warning.
  92. 2013-09-20 Alan Modra <amodra@gmail.com>
  93. * configure: Regenerate.
  94. 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
  95. Revert previous patch.
  96. 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
  97. Update copyright years.
  98. 2013-01-15 Paul Pluzhnikov <ppluzhnikov@google.com>
  99. PR 55982
  100. * strncat-chk.c (__strncat_chk): Fix loop unroll.
  101. 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
  102. * configure: Regenerated.
  103. 2012-05-29 Benjamin Kosnik <bkoz@redhat.com>
  104. PR libstdc++/51007
  105. * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
  106. * configure: Regenerated.
  107. 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
  108. * configure: Regenerated.
  109. 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
  110. * configure: Regenerate.
  111. 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  112. PR bootstrap/48135
  113. * configure.ac (ssp_use_symver): Handle --disable-symvers.
  114. * configure: Regenerate.
  115. 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  116. * Makefile.in: Regenerate.
  117. * aclocal.m4: Likewise.
  118. * configure: Likewise.
  119. 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
  120. PR target/40125
  121. PR lto/46695
  122. * configure.ac: Invoke ACX_LT_HOST_FLAGS.
  123. * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
  124. * aclocal.m4: Regenerate.
  125. * configure: Regenerate.
  126. * Makefile.in: Regenerate.
  127. 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  128. * configure.ac (ssp_use_symver): Only check for Sun-style symbol
  129. versioning on Solaris 2.
  130. * configure: Regenerate.
  131. 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  132. * configure.ac: Check for Sun symbol versioning.
  133. Check for memmove.
  134. * configure: Regenerate.
  135. * config.h.in: Regenerate.
  136. * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
  137. version_dep with LIBSSP_USE_SYMVER_GNU.
  138. [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
  139. * Makefile.in: Regenerate.
  140. * ssp.map: Reformat.
  141. * memmove-chk.c: Change guard to HAVE_MEMMOVE.
  142. 2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  143. PR other/43620
  144. * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
  145. * Makefile.in: Regenerate.
  146. 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  147. * Makefile.in: Regenerate.
  148. * aclocal.m4: Regenerate.
  149. 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  150. * Makefile.in: Regenerate.
  151. * configure: Regenerate.
  152. 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  153. * configure.ac (AC_PREREQ): Bump to 2.64.
  154. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  155. * Makefile.am (install-html, install-pdf): Remove.
  156. * Makefile.in: Regenerate.
  157. * Makefile.in: Regenerate.
  158. * aclocal.m4: Regenerate.
  159. * config.h.in: Regenerate.
  160. * configure: Regenerate.
  161. 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
  162. * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
  163. * Makefile.in: Regenerate.
  164. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  165. * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
  166. 2009-04-13 Ozkan Sezer <sezeroz@gmail.com>
  167. PR target/39062
  168. * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
  169. * configure.ac: Also check for malloc.h.
  170. * configure: Regenerated.
  171. * config.h.in: Regenerated.
  172. 2009-04-09 Nick Clifton <nickc@redhat.com>
  173. * strcat-chk.c: Change copyright header to refer to version 3
  174. of the GNU General Public License with version 3.1 of the GCC
  175. Runtime Library Exception and to point readers at the COPYING3
  176. and COPYING3.RUNTIME files and the FSF's license web page.
  177. * gets-chk.c: Likewise.
  178. * memcpy-chk.c: Likewise.
  179. * memmove-chk.c: Likewise.
  180. * mempcpy-chk.c: Likewise.
  181. * memset-chk.c: Likewise.
  182. * snprintf-chk.c: Likewise.
  183. * sprintf-chk.c: Likewise.
  184. * ssp-local.c: Likewise.
  185. * ssp.c: Likewise.
  186. * ssp/ssp.h.in: Likewise.
  187. * ssp/stdio.h: Likewise.
  188. * ssp/string.h: Likewise.
  189. * ssp/unistd.h: Likewise.
  190. * stpcpy-chk.c: Likewise.
  191. * strcpy-chk.c: Likewise.
  192. * strncat-chk.c: Likewise.
  193. * strncpy-chk.c: Likewise.
  194. * vsnprintf-chk.c: Likewise.
  195. * vsprintf-chk.c: Likewise.
  196. 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  197. * configure: Regenerate.
  198. 2009-02-02 Danny Smith <dannysmith@users.sourcforge.net>
  199. * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
  200. 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  201. * configure: Regenerate.
  202. 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
  203. Steve Ellcey <sje@cup.hp.com>
  204. * configure: Regenerate for new libtool.
  205. * Makefile.in: Ditto.
  206. * aclocal.m4: Ditto.
  207. 2008-08-21 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
  208. * Makefile.am: Add -no-undefined
  209. * Makefile.in: Regenerate.
  210. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  211. * Makefile.in: Regenerate.
  212. * config.h.in: Regenerate.
  213. * configure: Regenerate.
  214. 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
  215. PR bootstrap/35457
  216. * aclocal.m4: Regenerate.
  217. * configure: Regenerate.
  218. 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  219. * aclocal.m4: Regenerate.
  220. * configure: Likewise.
  221. * Makefile.in: Likewise.
  222. 2008-01-24 David Edelsohn <edelsohn@gnu.org>
  223. * configure: Regenerate.
  224. 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
  225. * aclocal.m4: Regenerated.
  226. 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
  227. * configure: Regenerate.
  228. 2007-05-23 Steve Ellcey <sje@cup.hp.com>
  229. * Makefile.in: Regenerate.
  230. * configure: Regenerate.
  231. * aclocal.m4: Regenerate.
  232. 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
  233. * Makefile.am: Add dummy install-pdf target.
  234. * Makefile.in: Regenerate
  235. 2006-10-14 Geoffrey Keating <geoffk@apple.com>
  236. * aclocal.m4: Regenerate.
  237. * configure: Regenerate.
  238. 2006-09-29 Joseph S. Myers <joseph@codesourcery.com>
  239. PR other/25035
  240. * configure.ac (AC_EXEEXT): Remove.
  241. (GCC_NO_EXECUTABLES): Call.
  242. (ssp_use_symver): Default to no if unable to link.
  243. (AC_CHECK_FUNCS): Hardwire results if unable to link.
  244. * aclocal.m4, configure, Makefile.in: Regenerate.
  245. 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
  246. * Makefile.am: Add install-html target. Add install-html to .PHONY
  247. * Makefile.in: Regenerate.
  248. 2006-02-27 Mark Mitchell <mark@codesourcery.com>
  249. PR 26473
  250. * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
  251. * Makefile.am (target_noncanonical): Define.
  252. (libsubincludedir): New variable.
  253. (nobase_libsubinclude_HEADERS): Likewise.
  254. (nobase_include_HEADERS): Remove.
  255. * configure: Regenerated.
  256. * Makefile.in: Likewise.
  257. * aclocal.m4: Regenerated.
  258. 2006-01-20 Richard Guenther <rguenther@suse.de>
  259. * configure.ac: Use -fPIC for symbol versioning test.
  260. * configure: Regenerate.
  261. 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
  262. * ALL: Update FSF address.
  263. 2005-07-02 Jakub Jelinek <jakub@redhat.com>
  264. * ALL: First release as more than just a single file.