ChangeLog 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488
  1. 2022-04-02 Iain Buclaw <ibuclaw@gdcproject.org>
  2. * libdruntime/MERGE: Merge upstream druntime c52e28b7.
  3. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
  4. core/sys/openbsd/pwd.d.
  5. * libdruntime/Makefile.in: Regenerate.
  6. * src/MERGE: Merge upstream phobos 99e9c1b77.
  7. * testsuite/libphobos.exceptions/message_with_null.d: New test.
  8. 2022-03-21 Iain Buclaw <ibuclaw@gdcproject.org>
  9. PR d/104911
  10. * src/MERGE: Merge upstream phobos a74fa63e6.
  11. 2022-03-13 Iain Buclaw <ibuclaw@gdcproject.org>
  12. * libdruntime/MERGE: Merge upstream druntime 26b58167.
  13. * src/MERGE: Merge upstream phobos 16cb085b5.
  14. 2022-03-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  15. PR d/103528
  16. * configure.ac <x86_64-*-solaris2.* | i?86-*-solaris2.*>: Remove
  17. gas requirement.
  18. * configure: Regenerate.
  19. * configure.tgt (sparc*-*-solaris2.11*): Mark supported.
  20. 2022-03-02 Iain Buclaw <ibuclaw@gdcproject.org>
  21. * libdruntime/MERGE: Merge upstream druntime 100a608c.
  22. * src/MERGE: Merge upstream phobos a1f8c4c07.
  23. 2022-03-01 Iain Buclaw <ibuclaw@gdcproject.org>
  24. PR d/104659
  25. * libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
  26. msvcUsesUCRT.
  27. 2022-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
  28. * libdruntime/MERGE: Merge upstream druntime caf14b0f.
  29. * src/MERGE: Merge upstream phobos 41aaf8c26.
  30. 2022-02-20 Iain Buclaw <ibuclaw@gdcproject.org>
  31. * libdruntime/MERGE: Merge upstream druntime 55528bd1.
  32. * src/MERGE: Merge upstream phobos 1a3e80ec2.
  33. * testsuite/libphobos.hash/test_hash.d: Update.
  34. * testsuite/libphobos.betterc/test19933.d: New test.
  35. 2022-02-16 Iain Buclaw <ibuclaw@gdcproject.org>
  36. * Makefile.in: Regenerate.
  37. * libdruntime/MERGE: Merge upstream druntime dbd0c874.
  38. * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Add core/int128.d.
  39. (DRUNTIME_DISOURCES): Add __builtins.di.
  40. * libdruntime/Makefile.in: Regenerate.
  41. * src/MERGE: Merge upstream phobos 896b1d0e1.
  42. * src/Makefile.am (PHOBOS_DSOURCES): Add std/checkedint.d.
  43. * src/Makefile.in: Regenerate.
  44. * testsuite/testsuite_flags.in: Add -fall-instantiations to
  45. --gdcflags.
  46. 2022-01-03 Iain Buclaw <ibuclaw@gdcproject.org>
  47. * libdruntime/MERGE: Merge upstream druntime 759e6023.
  48. * src/MERGE: Merge upstream phobos 468788323.
  49. 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
  50. * configure.tgt: Add power*-*-freebsd* as a supported target.
  51. 2021-12-20 Iain Buclaw <ibuclaw@gdcproject.org>
  52. * libdruntime/MERGE: Merge upstream druntime fd9a4544.
  53. * src/MERGE: Merge upstream phobos 495e835c2.
  54. 2021-12-15 Iain Buclaw <ibuclaw@gdcproject.org>
  55. PR d/103604
  56. * configure: Regenerate.
  57. * configure.ac (libtool_VERSION): Update to 3:0:0.
  58. * libdruntime/MERGE: Merge upstream druntime 6364e010.
  59. * src/MERGE: Merge upstream phobos 575b67a9b.
  60. * testsuite/libphobos.traits/all_satisfy.d: New test.
  61. * testsuite/libphobos.traits/traits.exp: New test.
  62. 2021-12-10 Iain Buclaw <ibuclaw@gdcproject.org>
  63. PR d/103528
  64. * libdruntime/MERGE: Merge upstream druntime bc58b1e9.
  65. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
  66. core/sys/linux/syscalls.d.
  67. * libdruntime/Makefile.in: Regenerate.
  68. * src/MERGE: Merge upstream phobos 12329adb6.
  69. * testsuite/libphobos.config/config.exp: Add test22523.
  70. * libdruntime/core/sys/linux/syscalls.d: Removed.
  71. * testsuite/libphobos.config/test22523.d: New test.
  72. 2021-12-08 Iain Buclaw <ibuclaw@gdcproject.org>
  73. PR d/103558
  74. * libdruntime/MERGE: Merge upstream druntime 178c44ff.
  75. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Add
  76. core/sys/linux/syscalls.d.
  77. (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/pthread_np.d.
  78. * libdruntime/Makefile.in: Regenerate.
  79. * src/MERGE: Merge upstream phobos 574bf883b.
  80. * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=fieldwise.
  81. * src/Makefile.in: Regenerate.
  82. * testsuite/libphobos.exceptions/assert_fail.d: Update test.
  83. * testsuite/libphobos.betterc/test22336.d: New test.
  84. 2021-12-02 Iain Buclaw <ibuclaw@gdcproject.org>
  85. * libdruntime/core/thread/osthread.d (callWithStackShell): Push all
  86. callee-save registers on the stack for AArch64 and ARM.
  87. 2021-12-02 Iain Buclaw <ibuclaw@gdcproject.org>
  88. * src/std/math/hardware.d (FloatingPointControl.getControlState): Add
  89. missing ControlState variable for AArch64.
  90. 2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
  91. * testsuite/testsuite_flags.in: Add libphobos library directory as
  92. search path to --gdcldflags.
  93. 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
  94. * libdruntime/MERGE: Merge upstream druntime e6caaab9.
  95. * libdruntime/Makefile.am (D_EXTRA_FLAGS): Build libdruntime with
  96. -fpreview=dip1000, -fpreview=fieldwise, and -fpreview=dtorfields.
  97. (ALL_DRUNTIME_SOURCES): Add DRUNTIME_DSOURCES_STDCXX.
  98. (DRUNTIME_DSOURCES): Update list of C binding modules.
  99. (DRUNTIME_DSOURCES_STDCXX): Likewise.
  100. (DRUNTIME_DSOURCES_LINUX): Likewise.
  101. (DRUNTIME_DSOURCES_OPENBSD): Likewise.
  102. (DRUNTIME_DISOURCES): Remove __entrypoint.di.
  103. * libdruntime/Makefile.in: Regenerated.
  104. * libdruntime/__entrypoint.di: Removed.
  105. * libdruntime/gcc/deh.d (_d_isbaseof): Update signature.
  106. (_d_createTrace): Likewise.
  107. (__gdc_begin_catch): Remove reference to the exception.
  108. (_d_throw): Increment reference count of thrown object before unwind.
  109. (__gdc_personality): Chain exceptions with Throwable.chainTogether.
  110. * libdruntime/gcc/emutls.d: Update imports.
  111. * libdruntime/gcc/sections/elf.d: Update imports.
  112. (DSO.moduleGroup): Update signature.
  113. * libdruntime/gcc/sections/macho.d: Update imports.
  114. (DSO.moduleGroup): Update signature.
  115. * libdruntime/gcc/sections/pecoff.d: Update imports.
  116. (DSO.moduleGroup): Update signature.
  117. * src/MERGE: Merge upstream phobos 5ab9ad256.
  118. * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=dip1000 and
  119. -fpreview=dtorfields flags.
  120. (PHOBOS_DSOURCES): Update list of std modules.
  121. * src/Makefile.in: Regenerate.
  122. * testsuite/lib/libphobos.exp (libphobos-dg-test): Handle assembly
  123. compile types.
  124. (dg-test): Override.
  125. (additional_prunes): Define.
  126. (libphobos-dg-prune): Filter any additional_prunes set by tests.
  127. * testsuite/libphobos.aa/test_aa.d: Update test.
  128. * testsuite/libphobos.druntime/druntime.exp (version_flags): Add
  129. -fversion=CoreUnittest.
  130. * testsuite/libphobos.druntime_shared/druntime_shared.exp
  131. (version_flags): Add -fversion=CoreUnittest -fversion=Shared.
  132. * testsuite/libphobos.exceptions/unknown_gc.d: Update test.
  133. * testsuite/libphobos.hash/test_hash.d: Update test.
  134. * testsuite/libphobos.phobos/phobos.exp (version_flags): Add
  135. -fversion=StdUnittest
  136. * testsuite/libphobos.phobos_shared/phobos_shared.exp (version_flags):
  137. Likewise.
  138. * testsuite/libphobos.shared/host.c: Update test.
  139. * testsuite/libphobos.shared/load.d: Update test.
  140. * testsuite/libphobos.shared/load_13414.d: Update test.
  141. * testsuite/libphobos.thread/fiber_guard_page.d: Update test.
  142. * testsuite/libphobos.thread/tlsgc_sections.d: Update test.
  143. * testsuite/testsuite_flags.in: Add -fpreview=dip1000 to --gdcflags.
  144. * testsuite/libphobos.shared/link_mod_collision.d: Removed.
  145. * testsuite/libphobos.shared/load_mod_collision.d: Removed.
  146. * testsuite/libphobos.betterc/betterc.exp: New test.
  147. * testsuite/libphobos.config/config.exp: New test.
  148. * testsuite/libphobos.gc/gc.exp: New test.
  149. * testsuite/libphobos.imports/imports.exp: New test.
  150. * testsuite/libphobos.lifetime/lifetime.exp: New test.
  151. * testsuite/libphobos.unittest/unittest.exp: New test.
  152. * testsuite/libphobos.allocations/alloc_from_assert.d: New file.
  153. * testsuite/libphobos.betterc/test18828.d: New file.
  154. * testsuite/libphobos.betterc/test19416.d: New file.
  155. * testsuite/libphobos.betterc/test19421.d: New file.
  156. * testsuite/libphobos.betterc/test19561.d: New file.
  157. * testsuite/libphobos.betterc/test19924.d: New file.
  158. * testsuite/libphobos.betterc/test20088.d: New file.
  159. * testsuite/libphobos.betterc/test20613.d: New file.
  160. * testsuite/libphobos.config/test19433.d: New file.
  161. * testsuite/libphobos.config/test20459.d: New file.
  162. * testsuite/libphobos.exceptions/assert_fail.d: New file.
  163. * testsuite/libphobos.exceptions/catch_in_finally.d: New file.
  164. * testsuite/libphobos.exceptions/future_message.d: New file.
  165. * testsuite/libphobos.exceptions/long_backtrace_trunc.d: New file.
  166. * testsuite/libphobos.exceptions/refcounted.d: New file.
  167. * testsuite/libphobos.exceptions/rt_trap_exceptions.d: New file.
  168. * testsuite/libphobos.exceptions/rt_trap_exceptions_drt.d: New file.
  169. * testsuite/libphobos.gc/attributes.d: New file.
  170. * testsuite/libphobos.gc/forkgc.d: New file.
  171. * testsuite/libphobos.gc/forkgc2.d: New file.
  172. * testsuite/libphobos.gc/nocollect.d: New file.
  173. * testsuite/libphobos.gc/precisegc.d: New file.
  174. * testsuite/libphobos.gc/recoverfree.d: New file.
  175. * testsuite/libphobos.gc/sigmaskgc.d: New file.
  176. * testsuite/libphobos.gc/startbackgc.d: New file.
  177. * testsuite/libphobos.imports/bug18193.d: New file.
  178. * testsuite/libphobos.init_fini/custom_gc.d: New file.
  179. * testsuite/libphobos.init_fini/test18996.d: New file.
  180. * testsuite/libphobos.lifetime/large_aggregate_destroy_21097.d: New file.
  181. * testsuite/libphobos.thread/external_threads.d: New file.
  182. * testsuite/libphobos.thread/join_detach.d: New file.
  183. * testsuite/libphobos.thread/test_import.d: New file.
  184. * testsuite/libphobos.thread/tlsstack.d: New file.
  185. * testsuite/libphobos.typeinfo/enum_.d: New file.
  186. * testsuite/libphobos.typeinfo/isbaseof.d: New file.
  187. * testsuite/libphobos.unittest/customhandler.d: New file.
  188. 2021-11-19 Iain Sandoe <iain@sandoe.co.uk>
  189. * testsuite/lib/libphobos.exp: Prune warnings from external
  190. tool bugs.
  191. 2021-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
  192. * libdruntime/core/thread/fiber.d (defaultStackPages): Increase size
  193. on OSX X86_64 targets.
  194. 2021-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
  195. * libdruntime/gcc/emutls.d (emutlsDestroyThread): Don't remove entry
  196. from global array.
  197. (_d_emutls_destroy): Don't call __gthread_key_delete.
  198. 2021-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
  199. PR d/102837
  200. * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
  201. contents of internal EH storage.
  202. 2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
  203. * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
  204. (getClassInfo): ...here as free function. Add lsda parameter.
  205. (scanLSDA): Pass lsda to actionTableLookup.
  206. (actionTableLookup): Add lsda parameter, pass to getClassInfo.
  207. (__gdc_personality): Remove currentCfa variable.
  208. 2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
  209. * libdruntime/gcc/deh.d (_d_print_throwable): Declare.
  210. (_d_throw): Print stacktrace before terminating program due to
  211. uncaught exception.
  212. 2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
  213. * libdruntime/core/runtime.d (runModuleUnitTests): Use scope to new
  214. LibBacktrace on the stack.
  215. * libdruntime/gcc/backtrace.d (FIRSTFRAME): Remove.
  216. (LibBacktrace.MaxAlignment): Remove.
  217. (LibBacktrace.this): Remove default initialization of firstFrame.
  218. (UnwindBacktrace.this): Likewise.
  219. 2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
  220. * libdruntime/gcc/unwind/generic.d (__aligned__): Define.
  221. (_Unwind_Exception): Align struct to __aligned__.
  222. 2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
  223. PR d/102476
  224. * libdruntime/__main.di: Define main function as extern(C) when
  225. compiling without D runtime.
  226. 2021-09-01 Iain Buclaw <ibuclaw@gdcproject.org>
  227. * m4/druntime/os.m4: Update comment for DRUNTIME_OS_SOURCES.
  228. 2021-09-01 Iain Buclaw <ibuclaw@gdcproject.org>
  229. * src/Makefile.am: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY.
  230. * src/Makefile.in: Regenerate.
  231. 2021-08-30 Iain Buclaw <ibuclaw@gdcproject.org>
  232. * configure: Regenerate.
  233. * m4/autoconf.m4 (AC_LANG_PROGRAM): Declare module name 'object'.
  234. * m4/gcc_support.m4 (WITH_LOCAL_DRUNTIME): Compile tests with
  235. -fno-druntime.
  236. 2021-06-11 Iain Buclaw <ibuclaw@gdcproject.org>
  237. PR d/100999
  238. * src/MERGE: Merge upstream phobos 55bb17543.
  239. 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
  240. * src/std/process.d (unittest): Remove tmpname on exit.
  241. * src/MERGE: Merge upstream phobos 63f4caa90.
  242. 2021-05-13 Iain Buclaw <ibuclaw@gdcproject.org>
  243. * libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
  244. 2021-05-10 Iain Buclaw <ibuclaw@gdcproject.org>
  245. * src/MERGE: Merge upstream phobos 32cfe9b61.
  246. 2021-04-21 Iain Buclaw <ibuclaw@gdcproject.org>
  247. * libdruntime/core/thread/osthread.d (callWithStackShell): Statically
  248. generate PPC and PPC64 asm implementations, and conditionally remove
  249. PPC register names on non-Darwin targets.
  250. 2021-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
  251. PR d/98584
  252. * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
  253. read_encoded_value.
  254. (actionTableLookup): Update calls to read_sleb128 and
  255. read_encoded_value_with_base.
  256. * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
  257. (read_sleb128): Update signature.
  258. (read_unaligned): New function.
  259. (read_encoded_value_with_base): Update signature. Call read_unaligned
  260. instead of unsafe pointer dereferencing.
  261. (read_encoded_value): Update signature.
  262. 2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
  263. PR d/98494
  264. * libdruntime/MERGE: Merge upstream druntime 89f870b7.
  265. * src/MERGE: Merge upstream phobos e6907ff3e.
  266. 2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
  267. PR d/98058
  268. * configure: Regenerate.
  269. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
  270. core/sys/darwin/config.d
  271. * libdruntime/Makefile.in: Regenerate.
  272. * libdruntime/config/powerpc/switchcontext.S: Implement
  273. fiber_switchContext for __MACH__.
  274. * libdruntime/config/x86/switchcontext.S: Likewise.
  275. * libdruntime/core/sys/darwin/config.d: New file.
  276. * libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
  277. (UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
  278. * libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
  279. assembler implementation for X86, X86_64, PPC, and PPC64.
  280. * libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
  281. noinline.
  282. * libdruntime/gcc/deh.d (FuncTable): Remove definition.
  283. * m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
  284. bracket symbol on darwin* targets.
  285. * testsuite/libphobos.thread/fiber_guard_page.d: Update test to
  286. support ucontext-based Fibers.
  287. 2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
  288. PR d/99794
  289. * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
  290. config/mingw/msvc.c on DRUNTIME_OS_MINGW.
  291. * libdruntime/Makefile.in: Regenerate.
  292. * libdruntime/config/mingw/msvc.c: New file.
  293. * libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
  294. function definition.
  295. * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
  296. _GCC_specific_handler.
  297. * libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
  298. * libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
  299. declaration.
  300. * libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
  301. (rt_loadLibraryW): Remove function.
  302. (initLibrary): Remove function.
  303. (rt_unloadLibrary): Remove function.
  304. 2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
  305. PR d/99691
  306. * configure: Regenerate.
  307. * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
  308. * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
  309. OpenBSD platforms.
  310. * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
  311. (linkMapForHandle): Implement for OpenBSD.
  312. (exeLinkMap): Remove.
  313. (getDependencies): Adjust dlpi_addr on OpenBSD.
  314. (handleForName): Implement for OpenBSD.
  315. (IterateManually): Define on OpenBSD.
  316. * libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
  317. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
  318. enable_libatomic.
  319. (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
  320. 2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  321. * Makefile.in: Regenerate.
  322. * configure: Regenerate.
  323. * configure.ac: Call DRUNTIME_SECTION_FLAGS.
  324. * libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
  325. * libdruntime/Makefile.in: Regenerate.
  326. * m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
  327. * src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
  328. * src/Makefile.in: Regenerate.
  329. * testsuite/Makefile.in: Regenerate.
  330. 2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  331. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
  332. gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
  333. Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
  334. * libdruntime/Makefile.in: Regenerate.
  335. * libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
  336. use platform independant section function names.
  337. * libdruntime/gcc/sections/elf_shared.d: Renamed to...
  338. * libdruntime/gcc/sections/elf.d: ...this. Mangle functions for
  339. core.thread interface as if they come from the gcc.sections module.
  340. * libdruntime/gcc/sections/package.d: Update public imports, declare
  341. functions for core.thread interface.
  342. * libdruntime/gcc/sections/android.d: Removed.
  343. * libdruntime/gcc/sections/osx.d: Removed.
  344. * libdruntime/gcc/sections/win32.d: Removed.
  345. * libdruntime/gcc/sections/win64.d: Removed.
  346. * libdruntime/gcc/sections/common.d: New file.
  347. * libdruntime/gcc/sections/macho.d: New file.
  348. * libdruntime/gcc/sections/pecoff.d: New file.
  349. 2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  350. * testsuite/libphobos.druntime/druntime.exp: Compile all tests with
  351. -static-libphobos.
  352. * testsuite/libphobos.phobos/phobos.exp: Likewise.
  353. 2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  354. * testsuite/libphobos.druntime/druntime.exp: Remove
  355. is-effective-target static.
  356. * testsuite/libphobos.phobos/phobos.exp: Likewise.
  357. 2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  358. PR d/99812
  359. * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
  360. -fno-moduleinfo flag to dg-runtest.
  361. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
  362. 2021-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
  363. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
  364. gcc/attributes.d.
  365. * libdruntime/Makefile.in: Regenerate.
  366. * libdruntime/gcc/attribute.d: Deprecate module, publicly import
  367. gcc.attributes.
  368. * libdruntime/gcc/deh.d: Update imports.
  369. * libdruntime/gcc/attributes.d: New file.
  370. 2021-04-06 Iain Buclaw <ibuclaw@gdcproject.org>
  371. * libdruntime/MERGE: Merge upstream druntime 1134b710.
  372. 2021-04-03 Iain Buclaw <ibuclaw@gdcproject.org>
  373. * libdruntime/MERGE: Merge upstream druntime 483bc129.
  374. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
  375. core/sys/darwin/fcntl.d.
  376. (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
  377. (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
  378. * libdruntime/Makefile.in: Regenerate.
  379. * src/MERGE: Merge upstream phobos f89dc217a.
  380. * src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
  381. * src/Makefile.in: Regenerate.
  382. * testsuite/libphobos.exceptions/chain.d: Fix format arguments.
  383. * testsuite/libphobos.exceptions/line_trace.d: Likewise.
  384. 2021-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
  385. * Makefile.in: Regenerate.
  386. * configure: Regenerate.
  387. * configure.ac: Substitute enable_shared, enable_static, and
  388. phobos_lt_pic_flag.
  389. * libdruntime/Makefile.am (AM_DFLAGS): Replace
  390. phobos_compiler_pic_flag with phobos_lt_pic_flags, and
  391. phobos_compiler_shared_flag.
  392. * libdruntime/Makefile.in: Regenerate.
  393. * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
  394. with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
  395. * src/Makefile.in: Regenerate.
  396. * testsuite/Makefile.in: Regenerate.
  397. * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
  398. -fversion=Shared and -fno-moduleinfo from default extra test flags.
  399. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
  400. * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
  401. --gdcflags.
  402. 2021-02-04 Iain Buclaw <ibuclaw@gdcproject.org>
  403. PR d/98910
  404. * libdruntime/MERGE: Merge upstream druntime 0fd4364c.
  405. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
  406. * libdruntime/Makefile.in: Regenerate.
  407. * testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
  408. 2021-02-03 Iain Buclaw <ibuclaw@gdcproject.org>
  409. PR d/98910
  410. * libdruntime/MERGE: Merge upstream druntime 9d0c8364.
  411. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
  412. core/internal/attributes.d
  413. (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
  414. (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
  415. core/sys/darwin/sys/sysctl.d.
  416. (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
  417. core/sys/dragonflybsd/stdlib.d, and
  418. core/sys/dragonflybsd/sys/sysctl.d.
  419. (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
  420. core/sys/freebsd/sys/sysctl.d.
  421. (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
  422. core/sys/netbsd/sys/sysctl.d.
  423. (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
  424. core/sys/openbsd/sys/sysctl.d.
  425. (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
  426. * libdruntime/Makefile.in: Regenerate.
  427. * src/MERGE: Merge upstream phobos 9d575282e.
  428. 2021-01-30 Iain Buclaw <ibuclaw@gdcproject.org>
  429. * Makefile.in: Regenerate.
  430. * configure: Regenerate.
  431. * libdruntime/MERGE: Merge upstream druntime e4aae28e.
  432. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
  433. (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
  434. (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
  435. core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
  436. core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
  437. (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
  438. (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
  439. (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
  440. (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
  441. (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
  442. (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
  443. core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
  444. core/sys/posix/strings.d.
  445. (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
  446. (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
  447. and core/sys/windows/stdc/time.d
  448. * libdruntime/Makefile.in: Regenerate.
  449. * libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
  450. * testsuite/libphobos.thread/fiber_guard_page.d: Use
  451. __traits(getMember) to get internal fields.
  452. 2021-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
  453. * src/MERGE: Merge upstream phobos 3dd5df686.
  454. * testsuite/libphobos.phobos/phobos.exp: Add compiler flag
  455. -fversion=Linux_Pre_2639 if target is linux_pre_2639.
  456. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
  457. 2021-01-23 Iain Buclaw <ibuclaw@gdcproject.org>
  458. PR d/98806
  459. * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
  460. for MIPS32 and MIPS64.
  461. (getDependencies): Adjust dlpi_addr on MIPS_Any.
  462. 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
  463. * configure: Re-generate.
  464. 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
  465. PR target/97865
  466. * configure: Regenerate.
  467. 2020-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
  468. PR d/87818
  469. * configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
  470. supported targets.
  471. 2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
  472. PR d/98025
  473. * Makefile.in: Regenerate.
  474. * configure: Regenerate.
  475. * configure.ac (DCFG_ENABLE_CET): Substitute.
  476. * libdruntime/MERGE: Merge upstream druntime 0fe7974c.
  477. * libdruntime/Makefile.in: Regenerate.
  478. * libdruntime/core/thread.d: Import gcc.config.
  479. (class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
  480. * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
  481. * src/Makefile.in: Regenerate.
  482. * testsuite/Makefile.in: Regenerate.
  483. 2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
  484. * libdruntime/MERGE: Merge upstream druntime d37ef985.
  485. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
  486. core/sys/freebsd/config.d
  487. * libdruntime/Makefile.in: Regenerate.
  488. 2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
  489. * src/MERGE: Merge upstream phobos 38873fe6e.
  490. 2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
  491. * libdruntime/MERGE: Merge upstream druntime 5e4492c4.
  492. 2020-11-18 Iain Buclaw <ibuclaw@gdcproject.org>
  493. * configure.tgt: Add *-*-dragonfly* as a supported target.
  494. * configure: Regenerate.
  495. * m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
  496. target.
  497. 2020-11-18 Iain Buclaw <ibuclaw@gdcproject.org>
  498. * src/MERGE: Merge upstream phobos 7948e0967.
  499. 2020-11-13 Iain Buclaw <ibuclaw@gdcproject.org>
  500. * configure: Regenerate.
  501. * configure.ac (libtool_VERSION): Update to 2:0.0.
  502. 2020-10-27 Iain Buclaw <ibuclaw@gdcproject.org>
  503. * libdruntime/MERGE: Merge upstream druntime 58560d51.
  504. 2020-10-12 Maciej W. Rozycki <macro@linux-mips.org>
  505. * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
  506. Use L.D and S.D generic assembly instructions rather than LDC1
  507. and SDC1 MIPS II hardware instructions.
  508. 2020-10-12 Iain Buclaw <ibuclaw@gdcproject.org>
  509. * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
  510. 2020-09-10 Iain Buclaw <ibuclaw@gdcproject.org>
  511. PR d/95680
  512. PR d/97007
  513. * Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
  514. * Makefile.in: Regenerate.
  515. * configure: Regenerate.
  516. * configure.ac (DCFG_ENABLE_CET): Remove substitution.
  517. (CET_DFLAGS): Substitute.
  518. * libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
  519. (AM_CFLAGS): Add $(CET_FLAGS).
  520. (AM_CCASFLAGS): Likewise.
  521. * libdruntime/Makefile.in: Regenerate.
  522. * libdruntime/core/thread.d: Replace static if GNU_Enable_CET
  523. condition with `version (CET)'.
  524. * libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
  525. * src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
  526. (AM_CFLAGS): Add $(CET_FLAGS).
  527. * src/Makefile.in: Regenerate.
  528. * testsuite/Makefile.in: Regenerate.
  529. * testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
  530. 2020-09-09 H.J. Lu <hjl.tools@gmail.com>
  531. PR d/95680
  532. * libdruntime/config/x86/switchcontext.S: Include <cet.h> to
  533. generate the CET marker for -fcf-protection.
  534. 2020-09-08 Iain Buclaw <ibuclaw@gdcproject.org>
  535. PR d/95680
  536. * Makefile.in: Regenerate.
  537. * configure: Regenerate.
  538. * configure.ac (DCFG_ENABLE_CET): Substitute.
  539. * libdruntime/Makefile.in: Regenerate.
  540. * libdruntime/config/x86/switchcontext.S: Remove CET support code.
  541. * libdruntime/core/thread.d: Import gcc.config. Don't set version
  542. AsmExternal when GNU_Enable_CET is true.
  543. * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
  544. * src/Makefile.in: Regenerate.
  545. * testsuite/Makefile.in: Regenerate.
  546. 2020-06-25 Iain Buclaw <ibuclaw@gdcproject.org>
  547. * libdruntime/MERGE: Merge upstream druntime d05ebaad.
  548. * src/MERGE: Merge upstream phobos 021ae0df7.
  549. * testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
  550. 2020-05-29 H.J. Lu <hjl.tools@gmail.com>
  551. PR bootstrap/95413
  552. * configure: Regenerated.
  553. 2020-05-15 H.J. Lu <hongjiu.lu@intel.com>
  554. PR bootstrap/95147
  555. * configure: Regenerated.
  556. 2020-05-08 H.J. Lu <hongjiu.lu@intel.com>
  557. * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
  558. __CET__ is defined.
  559. (_CET_ENDBR): New. Define if __CET__ is not defined.
  560. (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
  561. 2020-05-08 H.J. Lu <hongjiu.lu@intel.com>
  562. * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
  563. * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
  564. * Makefile.in: Regenerated.
  565. * aclocal.m4: Likewise.
  566. * configure.ac: Likewise.
  567. 2020-04-30 Iain Buclaw <ibuclaw@gdcproject.org>
  568. * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
  569. config/powerpc/switchcontext.S
  570. * libdruntime/Makefile.in: Regenerate.
  571. * libdruntime/config/powerpc/callwithstack.S: Remove.
  572. * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
  573. fiber_switchContext.
  574. * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
  575. * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
  576. same as stackSize.
  577. 2020-04-29 Iain Buclaw <ibuclaw@gdcproject.org>
  578. * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
  579. Fix KERNEL_VERSION condition.
  580. 2020-04-28 Iain Buclaw <ibuclaw@gdcproject.org>
  581. PR d/94825
  582. * configure: Regenerate.
  583. * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
  584. switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
  585. * libdruntime/Makefile.in: Regenerate.
  586. * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
  587. * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
  588. * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
  589. for all powerpc biarchs. Remove DRUNTIME_CPU_POWER64 conditional.
  590. 2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
  591. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
  592. core/sys/linux/sys/netinet/tcp.d.
  593. * libdruntime/Makefile.in: Regenerate.
  594. 2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
  595. * configure.tgt: Add hppa-*-linux* as a supported target.
  596. 2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
  597. * configure: Regenerate.
  598. * configure.tgt: Add power*-*-linux* as a supported target, only
  599. building libdruntime.
  600. * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
  601. and powerpc64le target cpus.
  602. 2020-04-21 Mathias Lang <pro.mathias.lang@gmail.com>
  603. Iain Buclaw <ibuclaw@gdcproject.org>
  604. * configure: Regenerate.
  605. * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
  606. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
  607. search libraries for swapcontext.
  608. * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
  609. __tls_get_addr on Musl.
  610. 2020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
  611. * configure: Regenerate.
  612. * configure.ac: Fix option name for --with-libphobos-druntime-only.
  613. 2020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
  614. * configure: Regenerate.
  615. * configure.ac: Remove DRUNTIME_GC.
  616. 2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
  617. PR d/94304
  618. * configure: Regenerate.
  619. * configure.ac: Add --with-libphobos-druntime-only option and the
  620. conditional ENABLE_LIBDRUNTIME_ONLY.
  621. * configure.tgt: Define LIBDRUNTIME_ONLY.
  622. * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
  623. * src/Makefile.in: Regenerate.
  624. * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
  625. 2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
  626. * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
  627. not d_runtime_has_std_library.
  628. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
  629. 2020-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
  630. * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
  631. 2020-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
  632. * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
  633. (libgphobos_la_LINK): Move to src/Makefile.am
  634. * libdruntime/Makefile.am: Add libgdruntime_convenience library.
  635. * libdruntime/Makefile.in: Regenerate.
  636. * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
  637. library.
  638. (libgphobos_la_DEPENDENCIES): Likewise.
  639. * src/Makefile.in: Regenerate.
  640. * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
  641. * testsuite/testsuite_flags.in: Likewise.
  642. 2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
  643. * configure: Regenerate.
  644. * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
  645. DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
  646. (DRUNTIME_DSOURCES): Add gc/*.d sources.
  647. (DRUNTIME_DSOURCES_GC): Remove.
  648. (DRUNTIME_DSOURCES_GCSTUB): Remove.
  649. * libdruntime/Makefile.in: Regenerate.
  650. * libdruntime/gcstub/gc.d: Remove.
  651. * m4/druntime.m4 (DRUNTIME_GC): Remove.
  652. 2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
  653. PR d/94305
  654. * Makefile.in: Regenerate.
  655. * configure: Regenerate.
  656. * configure.ac: Add --enable-libphobos-checking and substitute
  657. CHECKING_DFLAGS. Remove -frelease from GDCFLAGS.
  658. * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
  659. * libdruntime/Makefile.in: Regenerate.
  660. * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
  661. * src/Makefile.in: Regenerate.
  662. * testsuite/Makefile.in: Regenerate.
  663. * testsuite/testsuite_flags.in: Add -fno-release -funittest to
  664. --gdcflags.
  665. 2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
  666. * configure: Regenerate.
  667. * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
  668. * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
  669. 2020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
  670. * configure: Regenerate.
  671. * configure.ac: Remove DRUNTIME_OS_UNIX.
  672. * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
  673. DRUNTIME_OS_POSIX is true.
  674. * libdruntime/Makefile.in: Regenerate.
  675. * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
  676. logic to...
  677. (DRUNTIME_OS_SOURCES): ...here. Rename conditional to
  678. DRUNTIME_OS_POSIX.
  679. 2020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
  680. * Makefile.in: Regenerate.
  681. * configure: Regenerate.
  682. * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
  683. * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
  684. * libdruntime/Makefile.in: Regenerate.
  685. * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
  686. * src/Makefile.in: Regenerate.
  687. * testsuite/Makefile.in: Regenerate.
  688. * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
  689. 2020-04-07 Robin Dapp <rdapp@linux.ibm.com>
  690. Stefan Liebler <stli@linux.ibm.com>
  691. * configure: Regenerate.
  692. * libdruntime/Makefile.am: Add s390x and s390.
  693. * libdruntime/Makefile.in: Regenerate.
  694. * libdruntime/config/s390/get_tls_offset.S: New file.
  695. * libdruntime/config/systemz/get_tls_offset.S: New file.
  696. * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
  697. * m4/druntime/cpu.m4: Add s390x and s390.
  698. 2020-04-07 Stefan Liebler <stli@linux.ibm.com>
  699. * libdruntime/core/sys/posix/signal.d:
  700. Add struct sigaction_t for SystemZ.
  701. 2020-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
  702. PR d/92792
  703. * Makefile.in: Regenerate.
  704. * configure: Regenerate.
  705. * configure.ac (libtool_VERSION): Reset to 1:0:0.
  706. * libdruntime/Makefile.in: Regenerate.
  707. 2020-02-17 Martin Liska <mliska@suse.cz>
  708. PR other/93756
  709. * src/std/algorithm/iteration.d: Fix typo.
  710. 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
  711. * m4/druntime.m4: Handle `--with-toolexeclibdir='.
  712. * m4/Makefile.in: Regenerate.
  713. * libdruntime/Makefile.in: Regenerate.
  714. * src/Makefile.in: Regenerate.
  715. * testsuite/Makefile.in: Regenerate.
  716. * Makefile.in: Regenerate.
  717. * aclocal.m4: Regenerate.
  718. * configure: Regenerate.
  719. 2020-01-01 Jakub Jelinek <jakub@redhat.com>
  720. Update copyright years.
  721. 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
  722. * configure: Regenerate.
  723. 2019-09-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
  724. * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
  725. dirs to the ld_library_path var.
  726. 2019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
  727. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
  728. core/sys/bionic/string.d.
  729. (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
  730. (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
  731. core/sys/dragonflybsd/sys/socket.d.
  732. (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
  733. (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
  734. (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
  735. core/sys/netbsd/sys/featuretest.d.
  736. * libdruntime/Makefile.in: Regenerate.
  737. 2019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
  738. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
  739. core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
  740. core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
  741. core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
  742. core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
  743. * libdruntime/Makefile.in: Regenerate.
  744. 2019-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  745. * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
  746. relax=transtls if linker supports it.
  747. * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
  748. (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
  749. mark supported with either gld or ld -z relax=transtls.
  750. * configure: Regenerate.
  751. 2019-05-02 Maciej W. Rozycki <macro@wdc.com>
  752. * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
  753. (IeeeFlags.resetIeeeFlags): Likewise.
  754. (FloatingPointControl.getControlState): Likewise.
  755. (FloatingPointControl.setControlState): Likewise.
  756. 2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
  757. PR d/90250
  758. * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
  759. _tlsRanges in every startup thread.
  760. * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
  761. * testsuite/libphobos.thread/tlsgc_sections.d: New test.
  762. 2019-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  763. * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
  764. * configure: Regenerate.
  765. 2019-04-25 Johannes Pfau <johannespfau@gmail.com>
  766. * libdruntime/Makefile.am: Add emutls and gthread files.
  767. * libdruntime/Makefile.in: Regenerate.
  768. * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
  769. * libdruntime/gcc/gthread.d: New file.
  770. * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
  771. * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
  772. 2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
  773. * testsuite/Makefile.am: Set PWD_COMMAND.
  774. * testsuite/Makefile.in: Regenerate.
  775. 2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
  776. PR d/90086
  777. * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
  778. * configure.ac: Use it.
  779. * configure: Regenerate.
  780. * libdruntime/Makefile.am: Add new config sources to
  781. DRUNTIME_SOURCES_CONFIGURED.
  782. * libdruntime/Makefile.in: Regenerate.
  783. * libdruntime/config/aarch64/switchcontext.S: New file.
  784. * libdruntime/config/arm/switchcontext.S: New file.
  785. * libdruntime/config/common/threadasm.S: New file.
  786. * libdruntime/config/mingw/switchcontext.S: New file.
  787. * libdruntime/config/mips/switchcontext.S: New file.
  788. * libdruntime/config/powerpc/switchcontext.S: New file.
  789. * libdruntime/config/powerpc64/callwithstack.S: New file.
  790. * libdruntime/config/x86/switchcontext.S: New file.
  791. * libdruntime/core/threadasm.S: Remove.
  792. 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
  793. PR d/89432
  794. * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
  795. New proc.
  796. * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
  797. -fversion=Linux_Pre_2639 if target is linux_pre_2639.
  798. * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
  799. 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
  800. PR d/88654
  801. * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
  802. libphobos_skipped_test_p before running test.
  803. (libphobos-dg-prune): New proc.
  804. (libphobos_init): Set libphobos_skip_tests.
  805. (libphobos_skipped_test_p): New proc.
  806. (check_effective_target_libcurl_available): New proc.
  807. * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
  808. not found.
  809. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
  810. 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
  811. PR d/88431
  812. * configure: Regenerate.
  813. * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
  814. dependencies on libphobos.
  815. (lt_simple_link_test_code): Likewise.
  816. (GDCFLAGS): Don't override for D compiler tests.
  817. 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
  818. * configure.tgt: Add aarch64*-*-linux* as a supported target.
  819. 2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
  820. Robin Dapp <rdapp@linux.ibm.com>
  821. * configure.tgt: Add s390*-linux* as a supported target.
  822. * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
  823. (__tls_get_addr_internal): Declare.
  824. (TLS_DTV_OFFSET): Define as zero on SystemZ.
  825. (getTLSRange): Support getting TLS on SystemZ.
  826. * testsuite/libphobos.typeinfo/struct-align.d: New test.
  827. 2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
  828. * configure.tgt: Add linux/riscv as supported target.
  829. * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
  830. dlpi_addr on RISCV32 and RISCV64.
  831. * src/std/math.d: Add IEEE FPU control support for RISC-V.
  832. 2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
  833. Bernd Edlinger <bernd.edlinger@hotmail.de>
  834. Jakub Jelinek <jakub@redhat.com>
  835. PR target/89093
  836. * libdruntime/gcc/deh.d: Import gcc.attribute.
  837. (personality_fn_attributes): New enum.
  838. (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
  839. Add @personality_fn_attributes.
  840. 2019-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
  841. PR d/89293
  842. * libdruntime/core/atomic.d (casImpl): Remove static assert for
  843. GNU_Have_Atomics, add static path to handle missing atomic support.
  844. (atomicLoad): Likewise.
  845. (atomicStore): Likewise.
  846. (atomicFence): Likewise.
  847. (atomicMutexHandle, AtomicMutex): Declare types.
  848. (_getAtomicMutex): New function.
  849. (getAtomicMutex): Declare.
  850. 2019-04-16 Iain Buclaw <ibuclaw@gdcproject.org>
  851. * config.h.in: Regenerate.
  852. * configure: Regenerate.
  853. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
  854. CPPFLAGS correctly for backtrace support test.
  855. 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  856. * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
  857. Set to yes explicitly.
  858. (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
  859. * configure.ac: Handle --enable-libphobos.
  860. (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
  861. with gas.
  862. (ENABLE_LIBPHOBOS): New conditional.
  863. * configure: Regenerate.
  864. * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
  865. * Makefile.in: Regenerate.
  866. 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  867. Iain Buclaw <ibuclaw@gdcproject.org>
  868. PR d/88150
  869. * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
  870. * configure.ac: Use it.
  871. Call AC_USE_SYSTEM_EXTENSIONS.
  872. * configure: Regenerate.
  873. * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
  874. testsuite/Makefile.in: Regenerate.
  875. * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
  876. * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
  877. (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
  878. dlpi_tls_modid.
  879. [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
  880. Otherwise clear pdso._tlsMod, pdso._tlsSize.
  881. (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
  882. 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  883. * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
  884. * configure.ac: Call it.
  885. * configure: Regenerate.
  886. * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
  887. testsuite/Makefile.in: Regenerate.
  888. * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
  889. 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  890. PR d/88150
  891. * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
  892. to true.
  893. Import core.sys.solaris.dlfcn, core.sys.solaris.link,
  894. core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
  895. (dummy_ref): Declare.
  896. (initSections): Initialize dummy_ref.
  897. (getDependencies): Set strtab.
  898. (handleForName): Don't dlclose handle.
  899. (findDSOInfoForAddr): Set IterateManually.
  900. (getprogname): Declare.
  901. (progname): Use it.
  902. * libdruntime/gcc/sections/package.d [Solaris]: Import
  903. gcc.sections.elf_shared instead of gcc.sections.solaris.
  904. * libdruntime/gcc/sections/solaris.d: Remove.
  905. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
  906. gcc/sections/solaris.d.
  907. * libdruntime/Makefile.in: Regenerate.
  908. 2019-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
  909. * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
  910. (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
  911. * libdruntime/Makefile.in: Regenerate.
  912. * libdruntime/gcc/sections/android.d: New file.
  913. * libdruntime/gcc/sections/elf_shared.d: New file.
  914. * libdruntime/gcc/sections/osx.d: New file.
  915. * libdruntime/gcc/sections/package.d: New file.
  916. * libdruntime/gcc/sections/solaris.d: New file.
  917. * libdruntime/gcc/sections/win32.d: New file.
  918. * libdruntime/gcc/sections/win64.d: New file.
  919. * libdruntime/rt/bss_section.c: Remove.
  920. * libdruntime/rt/sections.d: Publicly import gcc.sections.
  921. * libdruntime/rt/sections_android.d: Remove.
  922. * libdruntime/rt/sections_elf_shared.d: Remove.
  923. * libdruntime/rt/sections_osx.d: Remove.
  924. * libdruntime/rt/sections_solaris.d: Remove.
  925. * libdruntime/rt/sections_win32.d: Remove.
  926. * libdruntime/rt/sections_win64.d: Remove.
  927. 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
  928. * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
  929. * configure: Regenerate.
  930. * libdruntime/Makefile.in: Regenerate.
  931. 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
  932. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
  933. libz_convenience.a if not using system zlib.
  934. * Makefile.in: Regenerate.
  935. * configure: Regenerate.
  936. * libdruntime/Makefile.in: Regenerate.
  937. * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
  938. * src/Makefile.in: Regenerate.
  939. * testsuite/Makefile.in: Regenerate.
  940. 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
  941. * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
  942. (RUNTEST): Remove variable.
  943. (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
  944. check_p_numbers1, check_p_numbers2, check_p_numbers3,
  945. check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
  946. check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
  947. (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
  948. rules written so that all the *.exp files are ran parallelized.
  949. (CLEANFILES): Add *.exe, *.o, and site.exp.
  950. * testsuite/Makefile.in: Regenerate.
  951. 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
  952. PR d/89255
  953. * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
  954. * configure: Regenerate.
  955. * d_rules.am (%.t.lo, %.t.o): Remove rules.
  956. (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
  957. libgphobos_t_la_LINK): Remove variables.
  958. * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
  959. DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
  960. unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
  961. unittest_static_LDFLAGS, unittest_static_LDADD,
  962. EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
  963. libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
  964. libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
  965. unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
  966. unittest_LDADD): Remove variables.
  967. (clean-local): Remove rule.
  968. * libdruntime/Makefile.in: Regenerate.
  969. * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
  970. PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
  971. unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
  972. unittest_static_LDFLAGS, unittest_static_LDADD,
  973. EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
  974. libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
  975. libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
  976. unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
  977. unittest_LDADD): Remove variables.
  978. (clean-local): Remove rule.
  979. * src/Makefile.in: Regenerate.
  980. * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
  981. (libphobos_init): Set libphobos_test_name.
  982. (libphobos-dg-test): Override name if libphobos_test_name is set.
  983. (filter_libphobos_unittests): New proc.
  984. * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
  985. * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
  986. * testsuite/libphobos.druntime/druntime.exp: New file.
  987. * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
  988. * testsuite/libphobos.phobos/phobos.exp: New file.
  989. * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
  990. * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
  991. * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
  992. * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
  993. * testsuite/libphobos.thread/thread.exp: Likewise.
  994. * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
  995. * testsuite/libphobos.unittests/unittests.exp: Remove.
  996. * testsuite/test_runner.d: Remove.
  997. * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
  998. 2019-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
  999. * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
  1000. core/sys/darwin/crt_externs.d.
  1001. (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
  1002. (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
  1003. * libdruntime/Makefile.in: Regenerate.
  1004. 2019-03-23 Johannes Pfau <johannespfau@gmail.com>
  1005. * configure.ac: Update autotool version comment.
  1006. 2019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
  1007. * src/Makefile.am: Avoid the -D option which is not available
  1008. with the install-sh fallback. Use $(MKDIR_P) instead.
  1009. * libdruntime/Makefile.am: Likewise.
  1010. * src/Makefile.in: Regenerated.
  1011. * libdruntime/Makefile.in: Regenerated.
  1012. 2019-02-19 Iain Buclaw <ibuclaw@gdcproject.org>
  1013. * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
  1014. [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
  1015. RTLD_NOLOAD from core.sys.*.dlfcn.
  1016. Assert RTLD_NOLOAD is available.
  1017. 2019-02-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  1018. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
  1019. * configure.ac: Invoke it.
  1020. * configure: Regenerate.
  1021. 2019-02-19 Johannes Pfau <johannespfau@gmail.com>
  1022. PR d/88127
  1023. * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
  1024. * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
  1025. * configure: Regenerate
  1026. * Makefile.in: Regenerate
  1027. * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
  1028. * libdruntime/Makefile.in: Regenerate.
  1029. * src/Makefile.in: Regenerate.
  1030. * testsuite/Makefile.in: Regenerate.
  1031. 2019-02-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  1032. * testsuite/lib/libphobos-dg.exp: Tabify.
  1033. * testsuite/lib/libphobos.exp: Likewise.
  1034. * testsuite/libphobos.cycles/cycles.exp: Likewise.
  1035. * testsuite/libphobos.shared/shared.exp: Likewise.
  1036. * testsuite/libphobos.unittests/unittests.exp: Likewise.
  1037. 2019-02-14 Maya Rashish <coypu@sdf.org>
  1038. * configure.tgt: Add netbsd/x86 as supported target.
  1039. 2019-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  1040. PR d/87864
  1041. * configure.ac (DRTSTUFF_SPEC): New variable.
  1042. Substitute it.
  1043. * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
  1044. New automake conditional.
  1045. * configure: Regenerate.
  1046. * libdruntime/gcc/drtstuff.c: New file.
  1047. * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
  1048. (DRTSTUFF, toolexeclib_DATA): New variables.
  1049. (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
  1050. (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
  1051. Add -dstartfiles -B../src -Bgcc.
  1052. (libgdruntime_la_DEPENDENCIES): New variable.
  1053. (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
  1054. (libgdruntime_t_la_LDFLAGS): Likewise.
  1055. (unittest_LDFLAGS): Likewise.
  1056. * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
  1057. -Xcompiler.
  1058. Add -dstartfiles -B../libdruntime/gcc.
  1059. (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
  1060. (libgphobos_t_la_LDFLAGS): Likewise.
  1061. (unittest_LDFLAGS): Likewise.
  1062. * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
  1063. * Makefile.in, testsuite/Makefile.in: Regenerate.
  1064. * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
  1065. assert.
  1066. * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
  1067. * src/drtstuff.spec: New file.
  1068. * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
  1069. (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
  1070. -nophoboslib.
  1071. * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
  1072. -B${BUILD_DIR}/libdruntime/gcc.
  1073. 2019-02-13 Iain Buclaw <ibuclaw@gdcproject.org>
  1074. * libdruntime/core/runtime.d (defaultTraceHandler): Give
  1075. UnwindBacktrace handler precedence over backtrace.
  1076. 2019-02-10 Iain Buclaw <ibuclaw@gdcproject.org>
  1077. * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
  1078. * libdruntime/Makefile.in: Rebuild.
  1079. * testsuite/libphobos.aa/aa.exp: New file.
  1080. * testsuite/libphobos.aa/test_aa.d: New test.
  1081. * testsuite/libphobos.hash/hash.exp: New file.
  1082. * testsuite/libphobos.hash/test_hash.d: New test.
  1083. 2019-01-12 Iain Buclaw <ibuclaw@gdcproject.org>
  1084. * README.gcc: New file.
  1085. 2019-01-01 Jakub Jelinek <jakub@redhat.com>
  1086. Update copyright years.
  1087. 2018-12-14 Iain Buclaw <ibuclaw@gdcproject.org>
  1088. * src/std/internal/digest: Remove empty directory.
  1089. 2018-12-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  1090. * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
  1091. * Makefile.in: Regenerate.
  1092. 2018-11-28 Iain Buclaw <ibuclaw@gdcproject.org>
  1093. * Makefile.in: Rebuild.
  1094. * configure: Rebuild.
  1095. * configure.ac (DRUNTIME_SOVERSION): Remove.
  1096. (PHOBOS_SOVERSION): Remove.
  1097. (libtool_VERSION): Add.
  1098. * libdruntime/Makefile.am: Use libtool_VERSION.
  1099. * libdruntime/Makefile.in: Rebuild.
  1100. * src/Makefile.am: Use libtool_VERSION.
  1101. * src/Makefile.in: Rebuild.
  1102. * testsuite/Makefile.in: Rebuild.
  1103. 2018-11-22 Johannes Pfau <johannespfau@gmail.com>
  1104. PR d/87824
  1105. * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
  1106. library for multilib builds.
  1107. 2018-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
  1108. * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
  1109. std.internal.math.biguintx86 modules.
  1110. * src/Makefile.in: Rebuild.
  1111. * src/std/internal/digest/sha_SSSE3.d: Remove.
  1112. * src/std/internal/math/biguintx86.d: Remove.
  1113. 2018-11-02 Iain Buclaw <ibuclaw@gdcproject.org>
  1114. PR d/87827
  1115. * Makefile.in: Rebuild.
  1116. * configure: Rebuild.
  1117. * configure.ac: Properly set MULTISUBDIR.
  1118. * d_rules.am: Set toolexecdir and toolexeclibdir.
  1119. * libdruntime/Makefile.in: Rebuild.
  1120. * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
  1121. --enable-version-specific-runtime-libs.
  1122. * src/Makefile.in: Rebuild.
  1123. * testsuite/Makefile.in: Rebuild.
  1124. 2018-10-31 Joseph Myers <joseph@codesourcery.com>
  1125. PR bootstrap/82856
  1126. * Makefile.am: Include multilib.am.
  1127. * configure.ac: Remove AC_PREREQ. Use -Wno-override in
  1128. AM_INIT_AUTOMAKE call.
  1129. * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
  1130. * m4/druntime/os.m4: Use AC_LANG_SOURCE.
  1131. * testsuite/Makefile.am (RUNTEST): Remove quotes.
  1132. * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
  1133. src/Makefile.in, testsuite/Makefile.in: Regenerate.
  1134. 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
  1135. PR bootstrap/87789
  1136. PR d/87818
  1137. PR d/87819
  1138. * configure.tgt: New file.
  1139. 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
  1140. * Makefile.am: New file.
  1141. * Makefile.in: New file.
  1142. * acinclude.m4: New file.
  1143. * aclocal.m4: New file.
  1144. * config.h.in: New file.
  1145. * configure: New file.
  1146. * configure.ac: New file.
  1147. * d_rules.am: New file.
  1148. * libdruntime/Makefile.am: New file.
  1149. * libdruntime/Makefile.in: New file.
  1150. * libdruntime/__entrypoint.di: New file.
  1151. * libdruntime/__main.di: New file.
  1152. * libdruntime/gcc/attribute.d: New file.
  1153. * libdruntime/gcc/backtrace.d: New file.
  1154. * libdruntime/gcc/builtins.d: New file.
  1155. * libdruntime/gcc/config.d.in: New file.
  1156. * libdruntime/gcc/deh.d: New file.
  1157. * libdruntime/gcc/libbacktrace.d.in: New file.
  1158. * libdruntime/gcc/unwind/arm.d: New file.
  1159. * libdruntime/gcc/unwind/arm_common.d: New file.
  1160. * libdruntime/gcc/unwind/c6x.d: New file.
  1161. * libdruntime/gcc/unwind/generic.d: New file.
  1162. * libdruntime/gcc/unwind/package.d: New file.
  1163. * libdruntime/gcc/unwind/pe.d: New file.
  1164. * m4/autoconf.m4: New file.
  1165. * m4/druntime.m4: New file.
  1166. * m4/druntime/cpu.m4: New file.
  1167. * m4/druntime/libraries.m4: New file.
  1168. * m4/druntime/os.m4: New file.
  1169. * m4/gcc_support.m4: New file.
  1170. * m4/gdc.m4: New file.
  1171. * m4/libtool.m4: New file.
  1172. * src/Makefile.am: New file.
  1173. * src/Makefile.in: New file.
  1174. * src/libgphobos.spec.in: New file.
  1175. * testsuite/Makefile.am: New file.
  1176. * testsuite/Makefile.in: New file.
  1177. * testsuite/config/default.exp: New file.
  1178. * testsuite/lib/libphobos-dg.exp: New file.
  1179. * testsuite/lib/libphobos.exp: New file.
  1180. * testsuite/testsuite_flags.in: New file.
  1181. Copyright (C) 2018-2022 Free Software Foundation, Inc.
  1182. Copying and distribution of this file, with or without modification,
  1183. are permitted in any medium without royalty provided the copyright
  1184. notice and this notice are preserved.