ChangeLog 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
  2. PR other/102663
  3. * Makefile.in: Add dummy install-dvi target.
  4. 2021-05-07 Bob Duff <duff@adacore.com>
  5. * Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
  6. ($(GCC_DIR)/stamp-tools): Walk it for the first copy operation.
  7. 2018-11-19 Alexandre Oliva <oliva@adacore.com>
  8. PR ada/81878
  9. * configure.ac (default_gnattools_target): Do not mistake
  10. just-built host tools as native in cross-back toolchains.
  11. * configure: Rebuilt.
  12. 2018-11-06 Eric Botcazou <ebotcazou@adacore.com>
  13. PR ada/81878
  14. Revert
  15. 2018-10-29 Tamar Christina <tamar.christina@arm.com>
  16. PR ada/81878
  17. * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
  18. 2017-08-17 Richard Biener <rguenther@suse.de>
  19. PR ada/81878
  20. * Makefile.in (CXX_LFLAGS): Remove.
  21. (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
  22. (TOOLS_FLAGS_TO_PASS_RE): Likewise.
  23. 2018-10-31 Joseph Myers <joseph@codesourcery.com>
  24. PR bootstrap/82856
  25. * configure.ac: Remove AC_PREREQ.
  26. * configure: Regenerate.
  27. 2018-10-29 Tamar Christina <tamar.christina@arm.com>
  28. PR ada/81878
  29. * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
  30. 2017-08-17 Richard Biener <rguenther@suse.de>
  31. PR ada/81878
  32. * Makefile.in (CXX_LFLAGS): Remove.
  33. (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
  34. (TOOLS_FLAGS_TO_PASS_RE): Likewise.
  35. 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
  36. * configure.ac: Add ACX_NONCANONICAL_HOST.
  37. * configure: Regenerate.
  38. * Makefile.in: Replace host_alias with host_noncanonical.
  39. (gnattools-cross): Do not rename the tools.
  40. 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
  41. PR bootstrap/70173
  42. * Makefile.in (distclean): Also delete config.cache .
  43. 2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
  44. PR ada/50048
  45. * Makefile.in (ftop_srcdir): New variable.
  46. (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
  47. 2015-06-08 John Marino <gnugcc@marino.st>
  48. * configure.ac (*-*-dragonfly*): New configuration.
  49. * configure: Regenerate.
  50. 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
  51. * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
  52. 2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
  53. * configure.ac (*-*-lynxos*): Delete.
  54. * configure: Regenerate.
  55. 2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
  56. Iain Sandoe <iain@codesourcery.com>
  57. PR ada/55946
  58. * Makefile.in (host): Define.
  59. (host_alias): Likewise.
  60. (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
  61. (GNATMAKE_FOR_HOST): Define.
  62. (GNATLINK_FOR_HOST): Likewise.
  63. (GNATBIND_FOR_HOST): Likewise.
  64. (GNATLS_FOR_HOST): Likewise.
  65. (RTS_DIR): Move around and use GNATLS_FOR_HOST.
  66. (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
  67. 2013-12-04 Eric Botcazou <ebotcazou@adacore.com>
  68. PR ada/59382
  69. * configure.ac (target parameterization): Rewrite.
  70. * configure: Regenerate.
  71. 2013-09-01 Eric Botcazou <ebotcazou@adacore.com>
  72. Iain Sandoe <iain@codesourcery.com>
  73. PR ada/58239
  74. * Makefile.in (CXX_LFLAGS): New.
  75. (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
  76. (TOOLS_FLAGS_TO_PASS_RE): Likewise.
  77. (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
  78. 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  79. * configure.ac (mips-sgi-irix*): Remove.
  80. * configure: Regenerate.
  81. 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
  82. * Makefile.in (LOOSE_WARN): Delete.
  83. (GCC_WARN_CFLAGS): Set to -W -Wall.
  84. (TOOLS_FLAGS_TO_PASS_1): Delete.
  85. (TOOLS_FLAGS_TO_PASS_1re): Rename into...
  86. (TOOLS_FLAGS_TO_PASS_RE): ...this.
  87. (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
  88. (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
  89. 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  90. PR target/39150
  91. * configure.ac (*86-*-solaris2*): Also accept
  92. x86_64-*-solaris2.1[0-9]*.
  93. * configure: Regenerate.
  94. 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  95. PR other/46202
  96. * Makefile.in (install-strip): New phony target.
  97. (check, installcheck, info, dvi, pdf, html, install)
  98. (install-info, install-pdf, install-html, mostlyclean)
  99. (clean, distclean, maintainer-clean): Mark phony.
  100. 2010-01-09 Simon Wright <simon@pushface.org>
  101. PR ada/42659
  102. * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
  103. * configure: Regenerate.
  104. 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  105. * configure.ac (AC_PREREQ): Bump to 2.64.
  106. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  107. * configure: Regenerate.
  108. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  109. * Makefile.in (AUTOCONF, configure_deps): New variables.
  110. ($(srcdir)/configure): Use them.
  111. 2009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
  112. PR ada/40166
  113. * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
  114. target specific sources.
  115. 2009-04-10 Arnaud Charlet <charlet@adacore.com>
  116. * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
  117. 2009-04-09 Jakub Jelinek <jakub@redhat.com>
  118. * Makefile.in: Change copyright header to refer to version
  119. 3 of the GNU General Public License and to point readers at the
  120. COPYING3 file and the FSF's license web page.
  121. * configure.ac: Likewise.
  122. 2009-02-26 Andreas Schwab <schwab@suse.de>
  123. PR ada/39172
  124. * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
  125. (INCLUDES_FOR_SUBDIR): Adjust.
  126. (ADA_INCLUDES_FOR_SUBDIR): Adjust.
  127. 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
  128. * configure.ac (warn_cflags): Substitute.
  129. * configure: Regenerate.
  130. * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
  131. (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
  132. (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
  133. (libsubdir): Remove.
  134. (libada-mk): Do not include. Include libgcc.mvars instead.
  135. (xmake_file): Remove, do not include.
  136. 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
  137. * configure.ac (x_ada_cflags): Remove.
  138. (ADA_CFLAGS): Substitute.
  139. * configure: Regenerate.
  140. * Makefile.in (ADA_CFLAGS): Substitute.
  141. (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
  142. (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
  143. TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
  144. Pass ADA_CFLAGS.
  145. 2008-07-30 Laurent Guerby <laurent@guerby.net>
  146. PR ada/5911
  147. * gnattools/Makefile.in: Replace stamp-gnatlib by
  148. stamp-gnatlib-rts.
  149. 2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
  150. * configure.ac, configure: Fix target specific pairs.
  151. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  152. * configure.ac: move sinclude of acx.m4 before AC_INIT,
  153. also sinclude override.m4.
  154. * Makefile.in ($(srcdir)/configure): Update dependencies.
  155. * configure: Regenerate.
  156. 2008-06-07 Joseph Myers <joseph@codesourcery.com>
  157. * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
  158. * configure: Regenerate.
  159. 2008-05-20 Arnaud Charlet <charlet@adacore.com>
  160. * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
  161. in gcc/ada/Makefile.in
  162. 2008-05-13 Arnaud Charlet <charlet@adacore.com>
  163. PR ada/31808
  164. * Makefile.in (gnattools-cross): Do not build vxaddr2line
  165. 2008-04-05 Arnaud Charlet <charlet@adacore.com>
  166. * Makefile.in: Remove handling of gnatbl.
  167. 2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
  168. PR ada/34284
  169. * configure.ac: Added a missing switch case for *86-*-darwin*
  170. when defining the value of TOOLS_TARGET_PAIRS.
  171. * configure: Regenerated.
  172. 2007-06-06 Arnaud Charlet <charlet@adacore.com>
  173. * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
  174. gcc/ada/Makefile.in.
  175. * configure: Regenerated.
  176. 2007-04-30 Arnaud Charlet <charlet@adacore.com>
  177. PR ada/28953
  178. * Makefile.in: No longer build gprmake
  179. 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
  180. * Makefile.in: Add dummy install-pdf target.
  181. 2007-02-11 Andreas Schwab <schwab@suse.de>
  182. * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
  183. gcc/ada/Makefile.in.
  184. * configure: Regenerated.
  185. 2007-01-23 Richard Guenther <rguenther@suse.de>
  186. PR bootstrap/30541
  187. * Makefile.in (STAGE_PREFIX): Do not define.
  188. 2006-10-10 Brooks Moses <bmoses@stanford.edu>
  189. * Makefile.in: Added empty "pdf" target.
  190. 2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
  191. * Makefile.in: Add html and install-html targets.
  192. 2005-03-09 Arnaud Charlet <charlet@adacore.com>
  193. * Makefile.in: Fix incorrect use of ' in shell command
  194. 2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
  195. * Makefile.in: Remove use of cc_set_by_configure; just use
  196. plain old CC from the top level in this case.
  197. 2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
  198. Merge from mainline at tag libada-gnattools-merge-20050129:
  199. * configure.ac: Changes propagated from gcc/ada/Makefile.in.
  200. * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
  201. 2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
  202. * Makefile.in: Reinstate stamp-gnatlib check.
  203. 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
  204. * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
  205. gcc/ada/configure.ac into gnattools-native and gnattools-cross
  206. targets, collecting flags as appropriate from here,
  207. gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
  208. identical behavior.
  209. * configure.ac: Add necessary configure bits from
  210. gcc/ada/configure.ac.
  211. * configure: Regenerate.
  212. 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
  213. * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
  214. _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
  215. ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
  216. * configure: Regenerate.
  217. 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
  218. * Makefile.in, configure.ac: Remove libada-specific targets and
  219. variables.
  220. * configure: Regenerate.
  221. * New directory, cloned from libada.
  222. Copyright 2004-2018 Free Software Foundation, Inc.
  223. This ChangeLog is free software; the Free Software Foundation gives
  224. unlimited permission to copy, distribute, and modify it.