ChangeLog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
  2. PR other/102663
  3. * Makefile.in: Add dummy install-dvi target.
  4. 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
  5. * Makefile.in (configure_deps): Add `toolexeclibdir.m4'.
  6. * configure.ac: Handle `--with-toolexeclibdir='.
  7. * configure: Regenerate.
  8. 2020-01-01 Jakub Jelinek <jakub@redhat.com>
  9. Update copyright years.
  10. 2019-10-01 Maciej W. Rozycki <macro@wdc.com>
  11. * Makefile.in (toolexecdir, toolexeclibdir): New variables.
  12. (LIBADA_FLAGS_TO_PASS): Add `toolexeclibdir'.
  13. * configure.ac: Add `--enable-version-specific-runtime-libs'.
  14. Update version-specific `toolexecdir' and `toolexeclibdir' from
  15. ADA_RTL_OBJ_DIR from gcc/ada/gcc-interface/Makefile.in.
  16. * configure: Regenerate.
  17. 2019-01-01 Jakub Jelinek <jakub@redhat.com>
  18. Update copyright years.
  19. 2018-12-11 Eric Botcazou <ebotcazou@adacore.com>
  20. PR ada/88429
  21. * configure.ac (default_gnatlib_target): Set to gnatlib instead of
  22. gnatlib-plain if --disable-shared.
  23. * configure: Regenerate.
  24. * Makefile.in (all): Replace gnatlib prerequisite with libada.
  25. (ADA_RTS_SUBDIR): Delete.
  26. (libada): New target, renamed from...
  27. (gnatlib): ...this. Merge with other library targets.
  28. (gnatlib-plain): Delete.
  29. (install-gnatlib): Rename to...
  30. (install-libada): ...this.
  31. (install): Replace install-gnatlib prerequisite with install-libada.
  32. 2018-10-31 Joseph Myers <joseph@codesourcery.com>
  33. PR bootstrap/82856
  34. * configure.ac: Remove AC_PREREQ.
  35. * configure: Regenerate.
  36. 2018-04-18 David Malcolm <dmalcolm@redhat.com>
  37. PR jit/85384
  38. * configure: Regenerate.
  39. 2018-01-03 Jakub Jelinek <jakub@redhat.com>
  40. Update copyright years.
  41. 2017-06-01 Eric Botcazou <ebotcazou@adacore.com>
  42. PR ada/80921
  43. * configure.ac (default_gnatlib_target): Remove bogus condition.
  44. (have_getipinfo): Tweak.
  45. * configure: Regenerate.
  46. 2017-05-22 Eric Botcazou <ebotcazou@adacore.com>
  47. * configure.ac: Add check for sys/capability.h header.
  48. (have_capability): New substitution.
  49. * configure: Regenerate.
  50. * Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
  51. 2017-01-17 Jakub Jelinek <jakub@redhat.com>
  52. PR other/79046
  53. * configure.ac: Add GCC_BASE_VER.
  54. * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
  55. version from BASE-VER file.
  56. * configure: Regenerate.
  57. 2017-01-04 Alan Modra <amodra@gmail.com>
  58. * Makefile.in (configure_deps): Update and order as per
  59. configure.ac sinclude.
  60. * configure: Regenerate.
  61. 2017-01-01 Jakub Jelinek <jakub@redhat.com>
  62. Update copyright years.
  63. 2016-11-15 Matthias Klose <doko@ubuntu.com>
  64. * configure: Regenerate.
  65. 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
  66. * configure: Remove SH5 support.
  67. 2016-01-04 Jakub Jelinek <jakub@redhat.com>
  68. Update copyright years.
  69. 2015-04-10 Jakub Jelinek <jakub@redhat.com>
  70. Iain Sandoe <iain@codesourcery.com>
  71. PR target/65351
  72. * configure: Regenerate.
  73. 2015-04-07 Jakub Jelinek <jakub@redhat.com>
  74. Iain Sandoe <iain@codesourcery.com>
  75. PR target/65351
  76. * configure: Regenerate.
  77. 2015-01-05 Jakub Jelinek <jakub@redhat.com>
  78. Update copyright years.
  79. 2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
  80. * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
  81. 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
  82. Update copyright years
  83. 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
  84. * configure: Regenerate.
  85. 2013-03-27 Kai Tietz <ktietz@redhat.com>
  86. * configure: Regenerated.
  87. 2013-02-13 Kai Tietz <ktietz@redhat.com>
  88. PR target/52122
  89. * Makefile.in (LN_S_RECURSIVE): New.
  90. (adainclude, adalib): Use LN_S_RECURSIVE for copy.
  91. 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
  92. Update copyright years.
  93. 2012-06-11 Olivier Hainque <hainque@adacore.com>
  94. * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
  95. 2012-01-22 Douglas B Rupp <rupp@gnat.com>
  96. * configure: Regenerate.
  97. 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
  98. * configure: Regenerate.
  99. 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
  100. * Makefile.in: Change dependency on oscons to depend on the generator
  101. tool.
  102. 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
  103. * Makefile.in (LOOSE_WARN): Delete.
  104. (GCC_WARN_CFLAGS): Likewise.
  105. (WARN_CFLAGS): Likewise.
  106. (GNATLIBFLAGS): Add -nostdinc.
  107. (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
  108. (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
  109. * configure.ac (warn_cflags): Delete.
  110. * configure: Regenerate.
  111. 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  112. * configure.ac: Include ../config/picflag.m4.
  113. (GCC_PICFLAG): Call it.
  114. Substitute.
  115. * configure: Regenerate.
  116. * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
  117. (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
  118. (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
  119. Don't include $(GCC_DIR)/libgcc.mvars.
  120. 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  121. PR other/46202
  122. * Makefile.in (install-strip): New phony target.
  123. (check, installcheck, info, dvi, pdf, html, install)
  124. (install-info, install-pdf, install-html, mostlyclean)
  125. (clean, distclean, maintainer-clean): Mark phony.
  126. 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
  127. * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
  128. (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
  129. * configure.ac: Include config/unwind_ipinfo.m4.
  130. Check for _Unwind_GetIPInfo.
  131. * configure: Regenerate.
  132. 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
  133. PR ada/41122
  134. * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
  135. call to AC_PROG_CC.
  136. * configure: Regenerate.
  137. * Makefile.in: Substitute AWK.
  138. 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  139. * configure.ac (AC_PREREQ): Bump to 2.64.
  140. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  141. * configure: Regenerate.
  142. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  143. * Makefile.in (AUTOCONF, configure_deps): New variables.
  144. ($(srcdir)/configure)): Use them. Also depend on multi.m4.
  145. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  146. * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
  147. 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
  148. * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
  149. * configure: Regenerate.
  150. 2009-04-09 Jakub Jelinek <jakub@redhat.com>
  151. * Makefile.in: Change copyright header to refer to version
  152. 3 of the GNU General Public License and to point readers at the
  153. COPYING3 file and the FSF's license web page.
  154. * configure.ac: Likewise.
  155. 2009-04-06 Laurent GUERBY <laurent@guerby.net>
  156. * Makefile.in (ADA_RTS_DIR): Define.
  157. * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
  158. 2008-09-21 Laurent Guerby <laurent@guerby.net>
  159. Paolo Bonzini <bonzini@gnu.org>
  160. PR ada/5911
  161. * Makefile.in (all, install, mostlyclean, clean, distclean): Add
  162. multilib handling.
  163. * configure.ac: Add multilib handling.
  164. * configure: Regenerate.
  165. 2008-08-29 Laurent Guerby <laurent@guerby.net>
  166. * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
  167. avoid conflicts. Factor more flags to pass.
  168. (libsubdir): New variable.
  169. (install-gnatlib): New target.
  170. 2008-08-28 Laurent Guerby <laurent@guerby.net>
  171. * configure: Regenerate.
  172. 2008-08-06 Thomas Quinot <quinot@adacore.com>
  173. * Makefile.in: generate s-oscons.ads again, previous change was
  174. unneeded.
  175. 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
  176. * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
  177. oscons.
  178. 2008-08-06 Thomas Quinot <quinot@adacore.com>
  179. * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
  180. 2008-08-05 Thomas Quinot <quinot@adacore.com>
  181. * Makefile.in (gnatlib*): Now depend on oscons target.
  182. (oscons): New target.
  183. 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
  184. * configure.ac (warn_cflags): Substitute.
  185. * configure: Regenerate.
  186. * Makefile.in (libdir, WARN_CFLAGS): Substitute.
  187. (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
  188. (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
  189. they were unused.
  190. (libada-mk): Do not include. Include libgcc.mvars instead.
  191. (tmake_file): Remove, do not include.
  192. (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
  193. * configure: Regenerate.
  194. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  195. * configure.ac: move sinclude of acx.m4 before AC_INIT,
  196. also sinclude override.m4.
  197. * Makefile.in ($(srcdir)/configure): Update dependencies.
  198. * configure: Regenerate.
  199. 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
  200. * Makefile.in: Add dummy install-pdf target.
  201. 2007-01-23 Richard Guenther <rguenther@suse.de>
  202. PR bootstrap/30541
  203. * Makefile.in (STAGE_PREFIX): Do not define.
  204. (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
  205. 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
  206. PR bootstrap/29802
  207. * configure.ac: Call GCC_TOPLEV_SUBDIRS.
  208. * configure: Regenerate.
  209. * Makefile.in: Replace host_subdir.
  210. 2006-10-16 Brooks Moses <bmoses@stanford.edu>
  211. * Makefile.in: Add dummy "pdf" target.
  212. 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
  213. * Makefile.in: Add install-html target.
  214. 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
  215. * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
  216. 2005-04-27 James E Wilson <wilson@specifixinc.com>
  217. * Makefile.in (html): New.
  218. 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
  219. PR bootstrap/17383
  220. * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
  221. 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
  222. * Makefile.in: Add stamp file for building libada, to avoid
  223. duplicate builds every time all-gnattools is called.
  224. 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
  225. * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
  226. here.
  227. 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
  228. * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
  229. _TARGET.
  230. * configure: Regenerate.
  231. 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
  232. * configure.ac, Makefile.in: Remove gnattools-specific code
  233. (see gnattools directory).
  234. * Makefile.in: Remove dead rts-* targets.
  235. * configure: Regenerate.
  236. 2004-05-25 Daniel Jacobowitz <drow@false.org>
  237. * Makefile.in: Add .NOEXPORT.
  238. 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
  239. * Makefile.in: Put back merge of some targets to avoid code duplication.
  240. Remove at the same obsolete variable GNATLIBLDFLAGS.
  241. 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
  242. * configure.ac: Fix stupid brain-fade; set default_gnattools_target
  243. correctly.
  244. * configure: Regenerate.
  245. 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
  246. * Makefile.in: Revert most of Arnaud's last change. Prefer anything
  247. over error-prone Make abuse. Remove temporary debug code.
  248. (gnatlib-zcx): New target.
  249. (gnattools): Split into gnattools-native, gnattools-cross, to fix
  250. previous bug; select which on the basis of default_gnattools_target.
  251. (ada.all.cross): Merged with gnattools-cross target.
  252. * configure.ac: Set default_gnattools_target.
  253. * configure: Regenerate.
  254. 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
  255. * Makefile.in: Fix errors introduced in previous change (in particular,
  256. errors when building gnattools were ignored).
  257. Code clean up and simplification.
  258. update comments.
  259. Remove temporary debug code introduced by mistake in previous check in.
  260. Prefer GNU Make syntax over complex and error-prone sh syntax.
  261. (gnatlib-zcx): New target.
  262. (ada.all.cross): Merged with gnattools-cross target.
  263. 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
  264. * configure.ac: It's gnatlib-plain in the Makefile, not
  265. gnatlib-simple; make configure match.
  266. * configure: Regenerate.
  267. 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
  268. * Makefile.in: Call gcc/ada/Makefile directly, not through the
  269. intermediary of gcc/Makefile. Incorporate all necessary parts of
  270. rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
  271. targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
  272. configuration from (new) gcc/libada-mk. Decide what gnatlib variant
  273. to build in configure.ac, not here.
  274. * configure.ac: Provide Makefile.in with the new information it needs,
  275. such as GCC's tmake_file and xmake_file.
  276. * configure: Regenerate.
  277. 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
  278. * configure.in: Rename file to ...
  279. * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
  280. * configure: Regenerate.
  281. 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
  282. PR ada/14350
  283. * configure.in: Remove hardcoded gcc version.
  284. * configure: Regenerated.
  285. 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
  286. * Makefile.in (gnattools): Depend on gnatlib.
  287. 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
  288. PR ada/6637, PR ada/5911
  289. * configure.in, Makefile.in, configure: Merge with libada-branch
  290. 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
  291. PR ada/6637, PR ada/5911
  292. * configure.in: Add support for --enable/disable-shared
  293. * Makefile.in: Add initial, simple support for gnatlib/gnattools
  294. for native and cross configurations.
  295. * configure: Regenerate
  296. 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
  297. * configure.in: Make --enable-maintainer-mode work.
  298. * configure: Regenerate.
  299. * Makefile.in, configure.in: New files.
  300. * configure: Generate.
  301. * New directory, new ChangeLog.
  302. Copyright (C) 2003-2022 Free Software Foundation, Inc.
  303. This ChangeLog is free software; the Free Software Foundation gives
  304. unlimited permission to copy, distribute, and modify it.