]> git.ipfire.org Git - thirdparty/gcc.git/blame - libphobos/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libphobos / ChangeLog
CommitLineData
885ef72f
GA
12020-05-29 H.J. Lu <hjl.tools@gmail.com>
2
3 PR bootstrap/95413
4 * configure: Regenerated.
5
4c1a5d8b
L
62020-05-15 H.J. Lu <hongjiu.lu@intel.com>
7
8 PR bootstrap/95147
9 * configure: Regenerated.
10
9e20d0f0
L
112020-05-08 H.J. Lu <hongjiu.lu@intel.com>
12
13 * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
14 __CET__ is defined.
15 (_CET_ENDBR): New. Define if __CET__ is not defined.
16 (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
17
08c1d39d
L
182020-05-08 H.J. Lu <hongjiu.lu@intel.com>
19
20 * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
21 * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
22 * Makefile.in: Regenerated.
23 * aclocal.m4: Likewise.
24 * configure.ac: Likewise.
25
e438aee2
IB
262020-04-30 Iain Buclaw <ibuclaw@gdcproject.org>
27
28 * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
29 config/powerpc/switchcontext.S
30 * libdruntime/Makefile.in: Regenerate.
31 * libdruntime/config/powerpc/callwithstack.S: Remove.
32 * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
33 fiber_switchContext.
34 * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
35 * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
36 same as stackSize.
37
5916f2f6
IB
382020-04-29 Iain Buclaw <ibuclaw@gdcproject.org>
39
40 * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
41 Fix KERNEL_VERSION condition.
42
8b53086a
IB
432020-04-28 Iain Buclaw <ibuclaw@gdcproject.org>
44
45 PR d/94825
46 * configure: Regenerate.
47 * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
48 switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
49 * libdruntime/Makefile.in: Regenerate.
50 * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
51 * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
52 * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
53 for all powerpc biarchs. Remove DRUNTIME_CPU_POWER64 conditional.
54
6dffa67b
IB
552020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
56
57 * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
58 core/sys/linux/sys/netinet/tcp.d.
59 * libdruntime/Makefile.in: Regenerate.
60
c8086357
IB
612020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
62
63 * configure.tgt: Add hppa-*-linux* as a supported target.
64
1b0cbe05
IB
652020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
66
67 * configure: Regenerate.
68 * configure.tgt: Add power*-*-linux* as a supported target, only
69 building libdruntime.
70 * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
71 and powerpc64le target cpus.
72
ac1a0a38
IB
732020-04-21 Mathias Lang <pro.mathias.lang@gmail.com>
74 Iain Buclaw <ibuclaw@gdcproject.org>
75
76 * configure: Regenerate.
77 * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
78 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
79 search libraries for swapcontext.
80 * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
81 __tls_get_addr on Musl.
82
371d1011
IB
832020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
84
85 * configure: Regenerate.
86 * configure.ac: Fix option name for --with-libphobos-druntime-only.
87
8e1e6cdb
IB
882020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
89
90 * configure: Regenerate.
91 * configure.ac: Remove DRUNTIME_GC.
92
1821ae72
IB
932020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
94
95 PR d/94304
96 * configure: Regenerate.
97 * configure.ac: Add --with-libphobos-druntime-only option and the
98 conditional ENABLE_LIBDRUNTIME_ONLY.
99 * configure.tgt: Define LIBDRUNTIME_ONLY.
100 * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
101 * src/Makefile.in: Regenerate.
102 * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
103
b57e1621
IB
1042020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
105
106 * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
107 not d_runtime_has_std_library.
108 * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
109
a1ccbae6
IB
1102020-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
111
112 * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
113
7478addd
IB
1142020-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
115
116 * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
117 (libgphobos_la_LINK): Move to src/Makefile.am
118 * libdruntime/Makefile.am: Add libgdruntime_convenience library.
119 * libdruntime/Makefile.in: Regenerate.
120 * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
121 library.
122 (libgphobos_la_DEPENDENCIES): Likewise.
123 * src/Makefile.in: Regenerate.
124 * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
125 * testsuite/testsuite_flags.in: Likewise.
126
bbb0de4a
IB
1272020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
128
129 * configure: Regenerate.
130 * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
131 DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
132 (DRUNTIME_DSOURCES): Add gc/*.d sources.
133 (DRUNTIME_DSOURCES_GC): Remove.
134 (DRUNTIME_DSOURCES_GCSTUB): Remove.
135 * libdruntime/Makefile.in: Regenerate.
136 * libdruntime/gcstub/gc.d: Remove.
137 * m4/druntime.m4 (DRUNTIME_GC): Remove.
138
c0dbfbd7
IB
1392020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
140
141 PR d/94305
142 * Makefile.in: Regenerate.
143 * configure: Regenerate.
144 * configure.ac: Add --enable-libphobos-checking and substitute
145 CHECKING_DFLAGS. Remove -frelease from GDCFLAGS.
146 * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
147 * libdruntime/Makefile.in: Regenerate.
148 * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
149 * src/Makefile.in: Regenerate.
150 * testsuite/Makefile.in: Regenerate.
151 * testsuite/testsuite_flags.in: Add -fno-release -funittest to
152 --gdcflags.
153
6e286c8d
IB
1542020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
155
156 * configure: Regenerate.
157 * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
158 * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
159
72c136c9
IB
1602020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
161
162 * configure: Regenerate.
163 * configure.ac: Remove DRUNTIME_OS_UNIX.
164 * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
165 DRUNTIME_OS_POSIX is true.
166 * libdruntime/Makefile.in: Regenerate.
167 * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
168 logic to...
169 (DRUNTIME_OS_SOURCES): ...here. Rename conditional to
170 DRUNTIME_OS_POSIX.
171
38c3017f
IB
1722020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
173
174 * Makefile.in: Regenerate.
175 * configure: Regenerate.
176 * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
177 * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
178 * libdruntime/Makefile.in: Regenerate.
179 * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
180 * src/Makefile.in: Regenerate.
181 * testsuite/Makefile.in: Regenerate.
182 * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
183
88e508f9
RD
1842020-04-07 Robin Dapp <rdapp@linux.ibm.com>
185 Stefan Liebler <stli@linux.ibm.com>
186
187 * configure: Regenerate.
188 * libdruntime/Makefile.am: Add s390x and s390.
189 * libdruntime/Makefile.in: Regenerate.
190 * libdruntime/config/s390/get_tls_offset.S: New file.
191 * libdruntime/config/systemz/get_tls_offset.S: New file.
192 * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
193 * m4/druntime/cpu.m4: Add s390x and s390.
194
434fe1a4
SL
1952020-04-07 Stefan Liebler <stli@linux.ibm.com>
196
197 * libdruntime/core/sys/posix/signal.d:
198 Add struct sigaction_t for SystemZ.
199
bc093503
IB
2002020-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
201
202 PR d/92792
203 * Makefile.in: Regenerate.
204 * configure: Regenerate.
205 * configure.ac (libtool_VERSION): Reset to 1:0:0.
206 * libdruntime/Makefile.in: Regenerate.
207
1db97918
ML
2082020-02-17 Martin Liska <mliska@suse.cz>
209
210 PR other/93756
211 * src/std/algorithm/iteration.d: Fix typo.
212
e8e66971
MR
2132020-01-24 Maciej W. Rozycki <macro@wdc.com>
214
215 * m4/druntime.m4: Handle `--with-toolexeclibdir='.
216 * m4/Makefile.in: Regenerate.
217 * libdruntime/Makefile.in: Regenerate.
218 * src/Makefile.in: Regenerate.
219 * testsuite/Makefile.in: Regenerate.
220 * Makefile.in: Regenerate.
221 * aclocal.m4: Regenerate.
222 * configure: Regenerate.
223
8d9254fc
JJ
2242020-01-01 Jakub Jelinek <jakub@redhat.com>
225
226 Update copyright years.
227
e9085da5
MR
2282019-09-27 Maciej W. Rozycki <macro@wdc.com>
229
230 * configure: Regenerate.
231
bca30736
BE
2322019-09-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
233
234 * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
235 dirs to the ld_library_path var.
236
1e78c638
IB
2372019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
238
239 * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
240 core/sys/bionic/string.d.
241 (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
242 (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
243 core/sys/dragonflybsd/sys/socket.d.
244 (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
245 (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
246 (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
247 core/sys/netbsd/sys/featuretest.d.
248 * libdruntime/Makefile.in: Regenerate.
249
0234a917
IB
2502019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
251
252 * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
253 core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
254 core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
255 core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
256 core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
257 * libdruntime/Makefile.in: Regenerate.
258
bca0a321
RO
2592019-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
260
261 * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
262 relax=transtls if linker supports it.
263 * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
264 (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
265 mark supported with either gld or ld -z relax=transtls.
266 * configure: Regenerate.
267
b74c94ff 2682019-05-02 Maciej W. Rozycki <macro@wdc.com>
1770f169
MR
269
270 * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
271 (IeeeFlags.resetIeeeFlags): Likewise.
272 (FloatingPointControl.getControlState): Likewise.
273 (FloatingPointControl.setControlState): Likewise.
274
9125dc32
IB
2752019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
276
277 PR d/90250
278 * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
279 _tlsRanges in every startup thread.
280 * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
281 * testsuite/libphobos.thread/tlsgc_sections.d: New test.
282
b16f2147
RO
2832019-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
284
285 * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
286 * configure: Regenerate.
287
9168f220
JP
2882019-04-25 Johannes Pfau <johannespfau@gmail.com>
289
290 * libdruntime/Makefile.am: Add emutls and gthread files.
291 * libdruntime/Makefile.in: Regenerate.
292 * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
293 * libdruntime/gcc/gthread.d: New file.
294 * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
295 * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
296
7da021f0
IB
2972019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
298
299 * testsuite/Makefile.am: Set PWD_COMMAND.
300 * testsuite/Makefile.in: Regenerate.
301
2493e718
IB
3022019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
303
304 PR d/90086
305 * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
306 * configure.ac: Use it.
307 * configure: Regenerate.
308 * libdruntime/Makefile.am: Add new config sources to
309 DRUNTIME_SOURCES_CONFIGURED.
310 * libdruntime/Makefile.in: Regenerate.
311 * libdruntime/config/aarch64/switchcontext.S: New file.
312 * libdruntime/config/arm/switchcontext.S: New file.
313 * libdruntime/config/common/threadasm.S: New file.
314 * libdruntime/config/mingw/switchcontext.S: New file.
315 * libdruntime/config/mips/switchcontext.S: New file.
316 * libdruntime/config/powerpc/switchcontext.S: New file.
317 * libdruntime/config/powerpc64/callwithstack.S: New file.
318 * libdruntime/config/x86/switchcontext.S: New file.
319 * libdruntime/core/threadasm.S: Remove.
320
58990c4d
IB
3212019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
322
323 PR d/89432
324 * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
325 New proc.
326 * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
327 -fversion=Linux_Pre_2639 if target is linux_pre_2639.
328 * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
329
540bc8a8
IB
3302019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
331
332 PR d/88654
333 * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
334 libphobos_skipped_test_p before running test.
335 (libphobos-dg-prune): New proc.
336 (libphobos_init): Set libphobos_skip_tests.
337 (libphobos_skipped_test_p): New proc.
338 (check_effective_target_libcurl_available): New proc.
339 * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
340 not found.
341 * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
342
9bedfe18
IB
3432019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
344
345 PR d/88431
346 * configure: Regenerate.
347 * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
348 dependencies on libphobos.
349 (lt_simple_link_test_code): Likewise.
350 (GDCFLAGS): Don't override for D compiler tests.
351
a0128060
IB
3522019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
353
354 * configure.tgt: Add aarch64*-*-linux* as a supported target.
355
130cc10e
IB
3562019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
357 Robin Dapp <rdapp@linux.ibm.com>
358
359 * configure.tgt: Add s390*-linux* as a supported target.
360 * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
361 (__tls_get_addr_internal): Declare.
362 (TLS_DTV_OFFSET): Define as zero on SystemZ.
363 (getTLSRange): Support getting TLS on SystemZ.
364 * testsuite/libphobos.typeinfo/struct-align.d: New test.
365
d9392bfa
IB
3662019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
367
368 * configure.tgt: Add linux/riscv as supported target.
369 * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
370 dlpi_addr on RISCV32 and RISCV64.
371 * src/std/math.d: Add IEEE FPU control support for RISC-V.
372
48528842
RR
3732019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
374 Bernd Edlinger <bernd.edlinger@hotmail.de>
375 Jakub Jelinek <jakub@redhat.com>
376
377 PR target/89093
378 * libdruntime/gcc/deh.d: Import gcc.attribute.
379 (personality_fn_attributes): New enum.
380 (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
381 Add @personality_fn_attributes.
382
0aa94749
IB
3832019-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
384
385 PR d/89293
386 * libdruntime/core/atomic.d (casImpl): Remove static assert for
387 GNU_Have_Atomics, add static path to handle missing atomic support.
388 (atomicLoad): Likewise.
389 (atomicStore): Likewise.
390 (atomicFence): Likewise.
391 (atomicMutexHandle, AtomicMutex): Declare types.
392 (_getAtomicMutex): New function.
393 (getAtomicMutex): Declare.
394
5d71d6f2
IB
3952019-04-16 Iain Buclaw <ibuclaw@gdcproject.org>
396
397 * config.h.in: Regenerate.
398 * configure: Regenerate.
399 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
400 CPPFLAGS correctly for backtrace support test.
401
7d31d331
RO
4022019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
403
404 * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
405 Set to yes explicitly.
406 (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
407 * configure.ac: Handle --enable-libphobos.
408 (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
409 with gas.
410 (ENABLE_LIBPHOBOS): New conditional.
411 * configure: Regenerate.
412 * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
413 * Makefile.in: Regenerate.
414
235d1c46
RO
4152019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
416 Iain Buclaw <ibuclaw@gdcproject.org>
417
418 PR d/88150
419 * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
420 * configure.ac: Use it.
421 Call AC_USE_SYSTEM_EXTENSIONS.
422 * configure: Regenerate.
423 * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
424 testsuite/Makefile.in: Regenerate.
425 * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
426 * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
427 (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
428 dlpi_tls_modid.
429 [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
430 Otherwise clear pdso._tlsMod, pdso._tlsSize.
431 (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
432
4d513120
RO
4332019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
434
ba838aa6
RO
435 * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
436 * configure.ac: Call it.
437 * configure: Regenerate.
438 * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
439 testsuite/Makefile.in: Regenerate.
440 * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
441
235d1c46
RO
4422019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
443
4d513120
RO
444 PR d/88150
445 * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
446 to true.
447 Import core.sys.solaris.dlfcn, core.sys.solaris.link,
448 core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
449 (dummy_ref): Declare.
450 (initSections): Initialize dummy_ref.
451 (getDependencies): Set strtab.
452 (handleForName): Don't dlclose handle.
453 (findDSOInfoForAddr): Set IterateManually.
454 (getprogname): Declare.
455 (progname): Use it.
456 * libdruntime/gcc/sections/package.d [Solaris]: Import
457 gcc.sections.elf_shared instead of gcc.sections.solaris.
458 * libdruntime/gcc/sections/solaris.d: Remove.
459 * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
460 gcc/sections/solaris.d.
461 * libdruntime/Makefile.in: Regenerate.
462
8b651828
IB
4632019-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
464
465 * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
466 (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
467 * libdruntime/Makefile.in: Regenerate.
468 * libdruntime/gcc/sections/android.d: New file.
469 * libdruntime/gcc/sections/elf_shared.d: New file.
470 * libdruntime/gcc/sections/osx.d: New file.
471 * libdruntime/gcc/sections/package.d: New file.
472 * libdruntime/gcc/sections/solaris.d: New file.
473 * libdruntime/gcc/sections/win32.d: New file.
474 * libdruntime/gcc/sections/win64.d: New file.
475 * libdruntime/rt/bss_section.c: Remove.
476 * libdruntime/rt/sections.d: Publicly import gcc.sections.
477 * libdruntime/rt/sections_android.d: Remove.
478 * libdruntime/rt/sections_elf_shared.d: Remove.
479 * libdruntime/rt/sections_osx.d: Remove.
480 * libdruntime/rt/sections_solaris.d: Remove.
481 * libdruntime/rt/sections_win32.d: Remove.
482 * libdruntime/rt/sections_win64.d: Remove.
483
d7e418a1
IB
4842019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
485
486 * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
487 * configure: Regenerate.
488 * libdruntime/Makefile.in: Regenerate.
489
bb50312e
IB
4902019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
491
492 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
493 libz_convenience.a if not using system zlib.
494 * Makefile.in: Regenerate.
495 * configure: Regenerate.
496 * libdruntime/Makefile.in: Regenerate.
497 * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
498 * src/Makefile.in: Regenerate.
499 * testsuite/Makefile.in: Regenerate.
500
df63d1b7
IB
5012019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
502
df63d1b7
IB
503 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
504 (RUNTEST): Remove variable.
505 (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
506 check_p_numbers1, check_p_numbers2, check_p_numbers3,
507 check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
508 check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
509 (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
510 rules written so that all the *.exp files are ran parallelized.
511 (CLEANFILES): Add *.exe, *.o, and site.exp.
512 * testsuite/Makefile.in: Regenerate.
513
0d6aae24
IB
5142019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
515
d7e418a1 516 PR d/89255
0d6aae24
IB
517 * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
518 * configure: Regenerate.
519 * d_rules.am (%.t.lo, %.t.o): Remove rules.
520 (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
521 libgphobos_t_la_LINK): Remove variables.
522 * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
523 DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
524 unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
525 unittest_static_LDFLAGS, unittest_static_LDADD,
526 EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
527 libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
528 libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
529 unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
530 unittest_LDADD): Remove variables.
531 (clean-local): Remove rule.
532 * libdruntime/Makefile.in: Regenerate.
533 * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
534 PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
535 unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
536 unittest_static_LDFLAGS, unittest_static_LDADD,
537 EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
538 libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
539 libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
540 unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
541 unittest_LDADD): Remove variables.
542 (clean-local): Remove rule.
543 * src/Makefile.in: Regenerate.
544 * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
545 (libphobos_init): Set libphobos_test_name.
546 (libphobos-dg-test): Override name if libphobos_test_name is set.
547 (filter_libphobos_unittests): New proc.
548 * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
549 * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
550 * testsuite/libphobos.druntime/druntime.exp: New file.
551 * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
552 * testsuite/libphobos.phobos/phobos.exp: New file.
553 * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
554 * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
555 * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
556 * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
557 * testsuite/libphobos.thread/thread.exp: Likewise.
558 * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
559 * testsuite/libphobos.unittests/unittests.exp: Remove.
560 * testsuite/test_runner.d: Remove.
561 * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
562
0da83a16
IB
5632019-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
564
565 * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
566 core/sys/darwin/crt_externs.d.
567 (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
568 (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
569 * libdruntime/Makefile.in: Regenerate.
570
27f18a62
JP
5712019-03-23 Johannes Pfau <johannespfau@gmail.com>
572
573 * configure.ac: Update autotool version comment.
574
4f19d0e7
BE
5752019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
576
577 * src/Makefile.am: Avoid the -D option which is not available
578 with the install-sh fallback. Use $(MKDIR_P) instead.
579 * libdruntime/Makefile.am: Likewise.
580 * src/Makefile.in: Regenerated.
581 * libdruntime/Makefile.in: Regenerated.
582
be200c5c
IB
5832019-02-19 Iain Buclaw <ibuclaw@gdcproject.org>
584
585 * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
586 [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
587 RTLD_NOLOAD from core.sys.*.dlfcn.
588 Assert RTLD_NOLOAD is available.
589
1d679134
RO
5902019-02-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
591
592 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
593 * configure.ac: Invoke it.
594 * configure: Regenerate.
595
36d7f151
JP
5962019-02-19 Johannes Pfau <johannespfau@gmail.com>
597
598 PR d/88127
599 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
600 * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
601 * configure: Regenerate
602 * Makefile.in: Regenerate
603 * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
604 * libdruntime/Makefile.in: Regenerate.
605 * src/Makefile.in: Regenerate.
606 * testsuite/Makefile.in: Regenerate.
607
cc2cc3be
RO
6082019-02-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
609
610 * testsuite/lib/libphobos-dg.exp: Tabify.
611 * testsuite/lib/libphobos.exp: Likewise.
612 * testsuite/libphobos.cycles/cycles.exp: Likewise.
613 * testsuite/libphobos.shared/shared.exp: Likewise.
614 * testsuite/libphobos.unittests/unittests.exp: Likewise.
615
2f2b8e40
MR
6162019-02-14 Maya Rashish <coypu@sdf.org>
617
618 * configure.tgt: Add netbsd/x86 as supported target.
619
0b6e3127
RO
6202019-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
621
622 PR d/87864
623 * configure.ac (DRTSTUFF_SPEC): New variable.
624 Substitute it.
625 * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
626 New automake conditional.
627 * configure: Regenerate.
628 * libdruntime/gcc/drtstuff.c: New file.
629 * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
630 (DRTSTUFF, toolexeclib_DATA): New variables.
631 (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
632 (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
633 Add -dstartfiles -B../src -Bgcc.
634 (libgdruntime_la_DEPENDENCIES): New variable.
635 (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
636 (libgdruntime_t_la_LDFLAGS): Likewise.
637 (unittest_LDFLAGS): Likewise.
638 * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
639 -Xcompiler.
640 Add -dstartfiles -B../libdruntime/gcc.
641 (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
642 (libgphobos_t_la_LDFLAGS): Likewise.
643 (unittest_LDFLAGS): Likewise.
644 * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
645 * Makefile.in, testsuite/Makefile.in: Regenerate.
646 * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
647 assert.
648 * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
649 * src/drtstuff.spec: New file.
650 * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
651 (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
652 -nophoboslib.
653 * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
654 -B${BUILD_DIR}/libdruntime/gcc.
655
5522686e
IB
6562019-02-13 Iain Buclaw <ibuclaw@gdcproject.org>
657
658 * libdruntime/core/runtime.d (defaultTraceHandler): Give
659 UnwindBacktrace handler precedence over backtrace.
660
e613d992
IB
6612019-02-10 Iain Buclaw <ibuclaw@gdcproject.org>
662
663 * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
664 * libdruntime/Makefile.in: Rebuild.
665 * testsuite/libphobos.aa/aa.exp: New file.
666 * testsuite/libphobos.aa/test_aa.d: New test.
667 * testsuite/libphobos.hash/hash.exp: New file.
668 * testsuite/libphobos.hash/test_hash.d: New test.
669
865f11b6
IB
6702019-01-12 Iain Buclaw <ibuclaw@gdcproject.org>
671
672 * README.gcc: New file.
673
a5544970
JJ
6742019-01-01 Jakub Jelinek <jakub@redhat.com>
675
676 Update copyright years.
677
b2d02c49
IB
6782018-12-14 Iain Buclaw <ibuclaw@gdcproject.org>
679
680 * src/std/internal/digest: Remove empty directory.
681
0a6ac1b2
RO
6822018-12-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
683
684 * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
685 * Makefile.in: Regenerate.
686
85041a5b
IB
6872018-11-28 Iain Buclaw <ibuclaw@gdcproject.org>
688
689 * Makefile.in: Rebuild.
690 * configure: Rebuild.
691 * configure.ac (DRUNTIME_SOVERSION): Remove.
692 (PHOBOS_SOVERSION): Remove.
693 (libtool_VERSION): Add.
694 * libdruntime/Makefile.am: Use libtool_VERSION.
695 * libdruntime/Makefile.in: Rebuild.
696 * src/Makefile.am: Use libtool_VERSION.
697 * src/Makefile.in: Rebuild.
698 * testsuite/Makefile.in: Rebuild.
699
d8bcb00f
JP
7002018-11-22 Johannes Pfau <johannespfau@gmail.com>
701
702 PR d/87824
703 * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
704 library for multilib builds.
705
6feee1e1
IB
7062018-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
707
708 * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
709 std.internal.math.biguintx86 modules.
710 * src/Makefile.in: Rebuild.
711 * src/std/internal/digest/sha_SSSE3.d: Remove.
712 * src/std/internal/math/biguintx86.d: Remove.
713
ac67752d
IB
7142018-11-02 Iain Buclaw <ibuclaw@gdcproject.org>
715
716 PR d/87827
717 * Makefile.in: Rebuild.
718 * configure: Rebuild.
719 * configure.ac: Properly set MULTISUBDIR.
720 * d_rules.am: Set toolexecdir and toolexeclibdir.
721 * libdruntime/Makefile.in: Rebuild.
722 * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
723 --enable-version-specific-runtime-libs.
724 * src/Makefile.in: Rebuild.
725 * testsuite/Makefile.in: Rebuild.
726
22e05272
JM
7272018-10-31 Joseph Myers <joseph@codesourcery.com>
728
729 PR bootstrap/82856
730 * Makefile.am: Include multilib.am.
731 * configure.ac: Remove AC_PREREQ. Use -Wno-override in
732 AM_INIT_AUTOMAKE call.
733 * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
734 * m4/druntime/os.m4: Use AC_LANG_SOURCE.
735 * testsuite/Makefile.am (RUNTEST): Remove quotes.
736 * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
737 src/Makefile.in, testsuite/Makefile.in: Regenerate.
738
260eedb9
IB
7392018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
740
741 PR bootstrap/87789
742 PR d/87818
743 PR d/87819
744 * configure.tgt: New file.
745
b4c522fa
IB
7462018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
747
748 * Makefile.am: New file.
749 * Makefile.in: New file.
750 * acinclude.m4: New file.
751 * aclocal.m4: New file.
752 * config.h.in: New file.
753 * configure: New file.
754 * configure.ac: New file.
755 * d_rules.am: New file.
756 * libdruntime/Makefile.am: New file.
757 * libdruntime/Makefile.in: New file.
758 * libdruntime/__entrypoint.di: New file.
759 * libdruntime/__main.di: New file.
760 * libdruntime/gcc/attribute.d: New file.
761 * libdruntime/gcc/backtrace.d: New file.
762 * libdruntime/gcc/builtins.d: New file.
763 * libdruntime/gcc/config.d.in: New file.
764 * libdruntime/gcc/deh.d: New file.
765 * libdruntime/gcc/libbacktrace.d.in: New file.
766 * libdruntime/gcc/unwind/arm.d: New file.
767 * libdruntime/gcc/unwind/arm_common.d: New file.
768 * libdruntime/gcc/unwind/c6x.d: New file.
769 * libdruntime/gcc/unwind/generic.d: New file.
770 * libdruntime/gcc/unwind/package.d: New file.
771 * libdruntime/gcc/unwind/pe.d: New file.
772 * m4/autoconf.m4: New file.
773 * m4/druntime.m4: New file.
774 * m4/druntime/cpu.m4: New file.
775 * m4/druntime/libraries.m4: New file.
776 * m4/druntime/os.m4: New file.
777 * m4/gcc_support.m4: New file.
778 * m4/gdc.m4: New file.
779 * m4/libtool.m4: New file.
780 * src/Makefile.am: New file.
781 * src/Makefile.in: New file.
782 * src/libgphobos.spec.in: New file.
783 * testsuite/Makefile.am: New file.
784 * testsuite/Makefile.in: New file.
785 * testsuite/config/default.exp: New file.
786 * testsuite/lib/libphobos-dg.exp: New file.
787 * testsuite/lib/libphobos.exp: New file.
788 * testsuite/testsuite_flags.in: New file.
789
790\f
8d9254fc 791Copyright (C) 2018-2020 Free Software Foundation, Inc.
b4c522fa
IB
792
793Copying and distribution of this file, with or without modification,
794are permitted in any medium without royalty provided the copyright
795notice and this notice are preserved.