aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.am
diff options
context:
space:
mode:
authorThomas Rodgers <trodgers@redhat.com>2020-09-11 11:55:18 -0700
committerThomas Rodgers <trodgers@redhat.com>2020-09-11 13:13:12 -0700
commit2c3b1c5f950429c05865c88bc0b4a460d23f5192 (patch)
treecf2011eb4da53b199879a6998a7d0a3f7b115ec3 /libstdc++-v3/include/Makefile.am
parent53ad6b1979f4bd7121e977c4a44151b14d8a0147 (diff)
downloadgcc-2c3b1c5f950429c05865c88bc0b4a460d23f5192.zip
gcc-2c3b1c5f950429c05865c88bc0b4a460d23f5192.tar.gz
gcc-2c3b1c5f950429c05865c88bc0b4a460d23f5192.tar.bz2
libstdc++: Split std::align/assume_aligned to bits/align.h
We would like to be able to use std::align and std::assume_aligned without pulling in everything in <memory>. libstdc++-v3/ChangeLog: * include/Makefile.am (bits_headers): Add new header. * include/Makefile.in: Regenerate. * include/bits/align.h: New file. * include/std/memory (align): Move definition to bits/align.h. (assume_aligned): Likewise.
Diffstat (limited to 'libstdc++-v3/include/Makefile.am')
-rw-r--r--libstdc++-v3/include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am
index 1dff386..c9df9a9 100644
--- a/libstdc++-v3/include/Makefile.am
+++ b/libstdc++-v3/include/Makefile.am
@@ -96,6 +96,7 @@ bits_srcdir = ${glibcxx_srcdir}/include/bits
bits_builddir = ./bits
bits_headers = \
${bits_srcdir}/algorithmfwd.h \
+ ${bits_srcdir}/align.h \
${bits_srcdir}/alloc_traits.h \
${bits_srcdir}/allocated_ptr.h \
${bits_srcdir}/allocator.h \