aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2008-02-04 15:33:54 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2008-02-04 15:33:54 +0000
commit8181078a70072371e23c21690b45878dae182b43 (patch)
tree9f9a9ac61bef7682925d66aefeb9421608c70488 /fixincludes
parentc91e2eaeddc6c043d911bed88f48489f98d65d07 (diff)
downloadgcc-8181078a70072371e23c21690b45878dae182b43.zip
gcc-8181078a70072371e23c21690b45878dae182b43.tar.gz
gcc-8181078a70072371e23c21690b45878dae182b43.tar.bz2
re PR other/31405 (fixincludes needed for wchar from glibc 2.3.6)
PR other/31405 * inclhack.def: (glibc_c99_inline_1a): Re-add last change. (glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to __extern_inline|__GNU_STDC_INLINE__. (glibc_c99_inline_4) <files>: Add wchar.h and */wchar.h. <bypass>: Change from __STDC_VERSION__ to __extern_inline|__GNU_STDC_INLINE__. <first c_fix_arg>: Change from #ifdef-wrapping the extern part to appending attribute-gnu_inline. <second c_fix_arg>: Remove. <test_text>: Remove __extern_inline line. * tests/base/features.h: Re-add. * tests/base/sys/sysmacros.h: Adjust. * fixincl.x: Regenerate. (Oops: forgot PR-annotation.) From-SVN: r132093
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index b33d37e..48b6cc1 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,5 +1,6 @@
2008-02-04 Hans-Peter Nilsson <hp@axis.com>
+ PR other/31405
* inclhack.def: (glibc_c99_inline_1a): Re-add last change.
(glibc_c99_inline_3) <bypass>: Change from __STDC_VERSION__ to
__extern_inline|__GNU_STDC_INLINE__.