diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2018-10-02 14:35:42 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2018-10-02 14:35:42 +0200 |
commit | 15b946f77de531463952e2737d710d4b4f8c866c (patch) | |
tree | 7476258cc5ca278b02c597c10647cd3686bd2c26 | |
parent | be099f3724af96e861e07aae1fcf2b81b4897c53 (diff) | |
download | gcc-15b946f77de531463952e2737d710d4b4f8c866c.zip gcc-15b946f77de531463952e2737d710d4b4f8c866c.tar.gz gcc-15b946f77de531463952e2737d710d4b4f8c866c.tar.bz2 |
config: Remove unused define for os uClibc
__NO_STRING_INLINES was removed from uClibc around 2004 so has no
effect.
libstdc++-v3/ChangeLog:
2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
From-SVN: r264783
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/config/os/uclibc/os_defines.h | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7cb0ef5..c54a5fa 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> + + * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete. + 2018-10-01 Gerald Pfeifer <gerald@pfeifer.com> * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering @@ -13,7 +17,7 @@ to https. 2018-09-30 Gerald Pfeifer <gerald@pfeifer.com> - + * doc/xml/manual/policy_data_structures_biblio.xml: Update link to Microsoft Component Model Object Technologies. diff --git a/libstdc++-v3/config/os/uclibc/os_defines.h b/libstdc++-v3/config/os/uclibc/os_defines.h index 03a7273..bcc47d4 100644 --- a/libstdc++-v3/config/os/uclibc/os_defines.h +++ b/libstdc++-v3/config/os/uclibc/os_defines.h @@ -38,7 +38,4 @@ #include <features.h> -// We must not see the optimized string functions GNU libc defines. -#define __NO_STRING_INLINES - #endif |