2020-01-01 00:14:33 +00:00
|
|
|
# Copyright (C) 1991-2020 Free Software Foundation, Inc.
|
1995-02-18 01:27:10 +00:00
|
|
|
# This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
# The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
# Lesser General Public License for more details.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
# License along with the GNU C Library; if not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
# <https://www.gnu.org/licenses/>.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1997-04-02 14:47:34 +00:00
|
|
|
# errno.texi contains lines like:
|
1995-02-18 01:27:10 +00:00
|
|
|
# @deftypevr Macro int ENOSYS
|
manual: Convert errno @comments to new @errno macro.
errno.texi documents error macros, their values, and error strings in
Texinfo @comments, some of which are also used for @standards. The
purpose of this commit is to separate the standards from the error
strings so that both the @standards conversion script picks up clean
@standards and the errno documentation framework is improved.
The error names, values, and messages are consolidated in a new custom
macro, @errno. It is not clear that scripts within the sources rely
on the special Texinfo @comment-based format to generate files used
throughout the library, so the definition of @errno in macros.texi now
provides a comment indicating the dependency. The dependent scripts
are updated to use @errno, which also simplifies them a bit. The
files those scripts generate were verified to be unchanged.
The @errno macro is not visibly rendered in any way at this time, but
it does use an @cindex command to add the error string to the Concept
Index, to facilitate searching on error messages.
* manual/errno.texi: Convert @comment-based errno
documentation to @errno.
* manual/macros.texi (@errno): New macro. Consolidate errors,
their values, and messages, adding the error string to the
Concept Index. Provide a warning in the comment about
external (to the manual) dependencies.
* sysdeps/gnu/errlist.awk: Use @errno instead of @comments.
* sysdeps/mach/hurd/errnos.awk: Likewise.
2017-05-20 05:44:25 +00:00
|
|
|
# @errno{ENOSYS, 78, Function not implemented}
|
1996-07-14 17:48:00 +00:00
|
|
|
# Descriptive paragraph...
|
|
|
|
# @end deftypevr
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
BEGIN {
|
1999-01-23 13:08:38 +00:00
|
|
|
|
|
|
|
# Here we list the E* names that might be duplicate names for the
|
|
|
|
# same integer value on some systems. This causes the code below
|
|
|
|
# to generate ``#if defined (ALIAS) && ALIAS != ORIGINAL'' in the code,
|
|
|
|
# so the output does not presume that these are in fact aliases.
|
|
|
|
# We list here all the known potential cases on any system,
|
|
|
|
# so that the C source we produce will do the right thing based
|
|
|
|
# on the actual #define'd values it's compiled with.
|
|
|
|
alias["EWOULDBLOCK"]= "EAGAIN";
|
|
|
|
alias["EDEADLOCK"] = "EDEADLK";
|
|
|
|
alias["ENOTSUP"] = "EOPNOTSUPP";
|
1996-07-07 23:55:24 +00:00
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
print "/* This file is generated from errno.texi by errlist.awk. */"
|
|
|
|
print "";
|
1996-06-04 01:41:11 +00:00
|
|
|
print "#include <errno.h>";
|
1999-06-19 09:58:37 +00:00
|
|
|
print "#include <libintl.h>";
|
1996-06-04 01:41:11 +00:00
|
|
|
print "";
|
1998-04-21 18:15:51 +00:00
|
|
|
print "#ifndef ERR_REMAP";
|
|
|
|
print "# define ERR_REMAP(n) n";
|
Update.
1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
extra syscall.
* grp/Makefile: Fix logic when checking for thread package.
* pwd/Makefile: Likewise.
1998-02-11 08:23 H.J. Lu <hjl@gnu.org>
* elf/Makefile (rtld-map): Replaced by libc-map.
* elf/rtld.map: Removed.
* libc.map (__libc_enable_secure, _dl_catch_error,
_dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
_dl_default_scope, _dl_global_scope_end, _dl_init_next,
_dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
_dl_object_relocation_scope, _dl_relocate_object,
_dl_signal_error, _dl_starting_up, _dl_sysdep_start,
_r_debug): Added for ld.so.
1998-02-10 08:38 H.J. Lu <hjl@gnu.org>
* libio/iofclose.c: Check PIC && DO_VERSIONING instead of
DO_VERSIONING.
* libio/iofdopen.c: Ditto.
* libio/iofopen.c: Ditto.
* libio/oldfileops.c: Ditto.
* libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
version GLIBC_2.1.
* sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
oldsiglist from sysdep_routines and shared-only-routines.
* sysdeps/unix/sysv/linux/errlist.c: New.
* sysdeps/unix/sysv/linux/errlist.h: New.
* sysdeps/unix/sysv/linux/sizes.h: New.
* sysdeps/unix/sysv/linux/alpha/sizes.h: New.
* sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
* sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
* sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
(__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
directive.
* sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
* sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
(oldsiglist.c): Removed.
* sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
(_sys_siglist): Use SYS_SIGLIST instead.
(_sys_nerr): Use SYS_NERR instead.
* sysdeps/gnu/errlist.c: Rebuilt.
1998-02-11 08:35 H.J. Lu <hjl@gnu.org>
* elf/Makefile (others-static): New, set to ldconfig.
($(objpfx)ldconfig): Removed.
* Rules (binaries-all, binaries-static, binaries-shared): New.
Create targets for $(binaries-static) and $(binaries-shared).
* Makeconfig (+link-static, link-libc-static,
link-extra-libs-static): New for static linking.
1998-02-12 18:22:41 +00:00
|
|
|
print "#endif";
|
|
|
|
print "";
|
2002-08-27 09:22:36 +00:00
|
|
|
|
2004-10-20 10:04:57 +00:00
|
|
|
print "#if !defined EMIT_ERR_MAX && !defined ERRLIST_NO_COMPAT";
|
|
|
|
print "# include <errlist-compat.h>";
|
|
|
|
print "#endif";
|
|
|
|
print "#ifdef ERR_MAX";
|
|
|
|
print "# define ERRLIST_SIZE ERR_MAX + 1";
|
|
|
|
print "#else"
|
2014-05-05 20:06:18 +00:00
|
|
|
print "# define ERR_MAX 0";
|
2004-10-20 10:04:57 +00:00
|
|
|
print "# define ERRLIST_SIZE";
|
|
|
|
print "#endif";
|
|
|
|
|
|
|
|
print "const char *const _sys_errlist_internal[ERRLIST_SIZE] =";
|
1995-02-18 01:27:10 +00:00
|
|
|
print " {";
|
1996-06-04 01:41:11 +00:00
|
|
|
print " [0] = N_(\"Success\"),"
|
1995-02-18 01:27:10 +00:00
|
|
|
}
|
2002-08-27 09:22:36 +00:00
|
|
|
|
manual: Convert errno @comments to new @errno macro.
errno.texi documents error macros, their values, and error strings in
Texinfo @comments, some of which are also used for @standards. The
purpose of this commit is to separate the standards from the error
strings so that both the @standards conversion script picks up clean
@standards and the errno documentation framework is improved.
The error names, values, and messages are consolidated in a new custom
macro, @errno. It is not clear that scripts within the sources rely
on the special Texinfo @comment-based format to generate files used
throughout the library, so the definition of @errno in macros.texi now
provides a comment indicating the dependency. The dependent scripts
are updated to use @errno, which also simplifies them a bit. The
files those scripts generate were verified to be unchanged.
The @errno macro is not visibly rendered in any way at this time, but
it does use an @cindex command to add the error string to the Concept
Index, to facilitate searching on error messages.
* manual/errno.texi: Convert @comment-based errno
documentation to @errno.
* manual/macros.texi (@errno): New macro. Consolidate errors,
their values, and messages, adding the error string to the
Concept Index. Provide a warning in the comment about
external (to the manual) dependencies.
* sysdeps/gnu/errlist.awk: Use @errno instead of @comments.
* sysdeps/mach/hurd/errnos.awk: Likewise.
2017-05-20 05:44:25 +00:00
|
|
|
/^@errno\{/ \
|
1995-02-18 01:27:10 +00:00
|
|
|
{
|
|
|
|
etext = $3;
|
|
|
|
for (i = 4; i <= NF; ++i)
|
|
|
|
etext = etext " " $i;
|
manual: Convert errno @comments to new @errno macro.
errno.texi documents error macros, their values, and error strings in
Texinfo @comments, some of which are also used for @standards. The
purpose of this commit is to separate the standards from the error
strings so that both the @standards conversion script picks up clean
@standards and the errno documentation framework is improved.
The error names, values, and messages are consolidated in a new custom
macro, @errno. It is not clear that scripts within the sources rely
on the special Texinfo @comment-based format to generate files used
throughout the library, so the definition of @errno in macros.texi now
provides a comment indicating the dependency. The dependent scripts
are updated to use @errno, which also simplifies them a bit. The
files those scripts generate were verified to be unchanged.
The @errno macro is not visibly rendered in any way at this time, but
it does use an @cindex command to add the error string to the Concept
Index, to facilitate searching on error messages.
* manual/errno.texi: Convert @comment-based errno
documentation to @errno.
* manual/macros.texi (@errno): New macro. Consolidate errors,
their values, and messages, adding the error string to the
Concept Index. Provide a warning in the comment about
external (to the manual) dependencies.
* sysdeps/gnu/errlist.awk: Use @errno instead of @comments.
* sysdeps/mach/hurd/errnos.awk: Likewise.
2017-05-20 05:44:25 +00:00
|
|
|
etext = substr(etext, 1, length(etext)-1)
|
|
|
|
e = substr($1, 8, length($1)-8)
|
|
|
|
errno = substr($2, 1, length($2)-1) + 0
|
1996-07-07 23:55:24 +00:00
|
|
|
if (alias[e])
|
|
|
|
printf "#if defined (%s) && %s != %s\n", e, e, alias[e];
|
1996-06-04 01:41:11 +00:00
|
|
|
else
|
|
|
|
printf "#ifdef %s\n", e;
|
1996-07-14 17:48:00 +00:00
|
|
|
errnoh = 4;
|
|
|
|
desc="";
|
|
|
|
next;
|
|
|
|
}
|
|
|
|
errnoh == 4 && $1 == "@end" && $2 == "deftypevr" \
|
|
|
|
{
|
|
|
|
printf "/*%s */\n", desc;
|
1998-04-21 18:15:51 +00:00
|
|
|
printf " [ERR_REMAP (%s)] = N_(\"%s\"),\n", e, etext;
|
2002-08-27 09:22:36 +00:00
|
|
|
printf "# if %s > ERR_MAX\n", e;
|
|
|
|
print "# undef ERR_MAX";
|
|
|
|
printf "# define ERR_MAX %s\n", e;
|
|
|
|
print "# endif";
|
1996-06-04 01:41:11 +00:00
|
|
|
print "#endif";
|
1996-07-14 17:48:00 +00:00
|
|
|
errnoh = 0;
|
1995-02-18 01:27:10 +00:00
|
|
|
next;
|
|
|
|
}
|
1996-07-14 17:48:00 +00:00
|
|
|
errnoh == 4 \
|
|
|
|
{
|
|
|
|
# This magic tag in C comments gets them copied into libc.pot.
|
2013-06-08 14:55:32 +00:00
|
|
|
desc = desc "\nTRANS" ($0 != "" ? " " : "") $0; next
|
1996-07-14 17:48:00 +00:00
|
|
|
}
|
1995-02-18 01:27:10 +00:00
|
|
|
END {
|
|
|
|
print " };";
|
|
|
|
print "";
|
2005-03-06 00:08:10 +00:00
|
|
|
print "#define NERR \\";
|
|
|
|
print " (sizeof _sys_errlist_internal / sizeof _sys_errlist_internal [0])";
|
|
|
|
print "const int _sys_nerr_internal = NERR;"
|
2002-08-27 09:22:36 +00:00
|
|
|
print "";
|
2014-11-24 09:33:45 +00:00
|
|
|
print "#if IS_IN (libc) && !defined ERRLIST_NO_COMPAT";
|
2002-08-29 00:34:10 +00:00
|
|
|
print "# include <errlist-compat.c>";
|
1998-04-21 18:15:51 +00:00
|
|
|
print "#endif";
|
2002-08-27 09:22:36 +00:00
|
|
|
print "";
|
|
|
|
print "#ifdef EMIT_ERR_MAX";
|
|
|
|
print "void dummy (void)"
|
|
|
|
print "{ asm volatile (\" @@@ %0 @@@ \" : : \"i\" (ERR_REMAP (ERR_MAX))); }"
|
Update.
1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
extra syscall.
* grp/Makefile: Fix logic when checking for thread package.
* pwd/Makefile: Likewise.
1998-02-11 08:23 H.J. Lu <hjl@gnu.org>
* elf/Makefile (rtld-map): Replaced by libc-map.
* elf/rtld.map: Removed.
* libc.map (__libc_enable_secure, _dl_catch_error,
_dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
_dl_default_scope, _dl_global_scope_end, _dl_init_next,
_dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
_dl_object_relocation_scope, _dl_relocate_object,
_dl_signal_error, _dl_starting_up, _dl_sysdep_start,
_r_debug): Added for ld.so.
1998-02-10 08:38 H.J. Lu <hjl@gnu.org>
* libio/iofclose.c: Check PIC && DO_VERSIONING instead of
DO_VERSIONING.
* libio/iofdopen.c: Ditto.
* libio/iofopen.c: Ditto.
* libio/oldfileops.c: Ditto.
* libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
version GLIBC_2.1.
* sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
oldsiglist from sysdep_routines and shared-only-routines.
* sysdeps/unix/sysv/linux/errlist.c: New.
* sysdeps/unix/sysv/linux/errlist.h: New.
* sysdeps/unix/sysv/linux/sizes.h: New.
* sysdeps/unix/sysv/linux/alpha/sizes.h: New.
* sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
* sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
* sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
(__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
directive.
* sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
* sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
(oldsiglist.c): Removed.
* sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
(_sys_siglist): Use SYS_SIGLIST instead.
(_sys_nerr): Use SYS_NERR instead.
* sysdeps/gnu/errlist.c: Rebuilt.
1998-02-11 08:35 H.J. Lu <hjl@gnu.org>
* elf/Makefile (others-static): New, set to ldconfig.
($(objpfx)ldconfig): Removed.
* Rules (binaries-all, binaries-static, binaries-shared): New.
Create targets for $(binaries-static) and $(binaries-shared).
* Makeconfig (+link-static, link-libc-static,
link-extra-libs-static): New for static linking.
1998-02-12 18:22:41 +00:00
|
|
|
print "#endif";
|
2002-08-27 09:22:36 +00:00
|
|
|
}
|