diff options
author | Christopher Faylor <me@cgf.cx> | 2011-08-21 18:45:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-08-21 18:45:07 +0000 |
commit | 059f809e4b946b953248ebe388f689016ee9afb8 (patch) | |
tree | 402b6894e80dc061980e70e07147977b27ac02b6 | |
parent | 0cd08cee4bb5ed01208a015612a4e4621e1c26a6 (diff) | |
download | newlib-059f809e4b946b953248ebe388f689016ee9afb8.zip newlib-059f809e4b946b953248ebe388f689016ee9afb8.tar.gz newlib-059f809e4b946b953248ebe388f689016ee9afb8.tar.bz2 |
* dtable.cc (conv_start_chars): Remove unneeded section attribute.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/environ.cc | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b5761e3..73e6dd4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2011-08-21 Christopher Faylor <me.cygwin2011@cgf.cx> + + * dtable.cc (conv_start_chars): Remove unneeded section attribute. + 2011-08-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * include/paths.h (_PATH_MAILDIR): Define. diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc index 9e83a78..24d59be 100644 --- a/winsup/cygwin/environ.cc +++ b/winsup/cygwin/environ.cc @@ -273,8 +273,7 @@ static win_env conv_envvars[] = character of the above environment variable names to 1. This table is intended to speed up lookup of these variables. */ -static const unsigned char conv_start_chars[256] - __attribute__((section (".cygwin_dll_common"), shared)) = +static const unsigned char conv_start_chars[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |