aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-21 09:17:29 +0100
committerMartin Liska <mliska@suse.cz>2022-11-21 10:13:44 +0100
commit3d3b561fc3aaceb682ade756c3bb1ebb3f495231 (patch)
tree31d9f9ebdd38498177a0344393712956214ebb41 /libphobos
parent061839c65de7d04589ced3a4e55ef391e7c66b71 (diff)
downloadgcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.zip
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.gz
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.bz2
changelog: Fix extra space after tab.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index c7ed192..fbcc74a 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -601,7 +601,7 @@
2021-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
- gcc/attributes.d.
+ gcc/attributes.d.
* libdruntime/Makefile.in: Regenerate.
* libdruntime/gcc/attribute.d: Deprecate module, publicly import
gcc.attributes.
@@ -633,11 +633,11 @@
* configure.ac: Substitute enable_shared, enable_static, and
phobos_lt_pic_flag.
* libdruntime/Makefile.am (AM_DFLAGS): Replace
- phobos_compiler_pic_flag with phobos_lt_pic_flags, and
- phobos_compiler_shared_flag.
+ phobos_compiler_pic_flag with phobos_lt_pic_flags, and
+ phobos_compiler_shared_flag.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
- with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
+ with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
* src/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
@@ -659,7 +659,7 @@
PR d/98910
* libdruntime/MERGE: Merge upstream druntime 9d0c8364.
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
- core/internal/attributes.d
+ core/internal/attributes.d
(DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
(DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
core/sys/darwin/sys/sysctl.d.