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