2024-05-11 20:16:48 +00:00
|
|
|
# gnulib-common.m4
|
2024-06-04 04:57:53 +00:00
|
|
|
# serial 95
|
2024-01-02 02:30:05 +00:00
|
|
|
dnl Copyright (C) 2007-2024 Free Software Foundation, Inc.
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
dnl This file is free software; the Free Software Foundation
|
|
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
|
|
dnl with or without modifications, as long as this notice is preserved.
|
|
|
|
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
AC_PREREQ([2.62])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# gl_COMMON
|
|
|
|
# is expanded unconditionally through gnulib-tool magic.
|
|
|
|
AC_DEFUN([gl_COMMON], [
|
|
|
|
dnl Use AC_REQUIRE here, so that the code is expanded once only.
|
|
|
|
AC_REQUIRE([gl_00GNULIB])
|
|
|
|
AC_REQUIRE([gl_COMMON_BODY])
|
2020-01-19 04:34:55 +00:00
|
|
|
AC_REQUIRE([gl_ZZGNULIB])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
|
|
|
AC_DEFUN([gl_COMMON_BODY], [
|
2023-05-15 01:51:22 +00:00
|
|
|
AH_VERBATIM([0witness],
|
|
|
|
[/* Witness that <config.h> has been included. */
|
|
|
|
#define _GL_CONFIG_H_INCLUDED 1
|
|
|
|
])
|
2020-05-03 21:57:10 +00:00
|
|
|
AH_VERBATIM([_GL_GNUC_PREREQ],
|
|
|
|
[/* True if the compiler says it groks GNU C version MAJOR.MINOR. */
|
|
|
|
#if defined __GNUC__ && defined __GNUC_MINOR__
|
|
|
|
# define _GL_GNUC_PREREQ(major, minor) \
|
|
|
|
((major) < __GNUC__ + ((minor) <= __GNUC_MINOR__))
|
|
|
|
#else
|
|
|
|
# define _GL_GNUC_PREREQ(major, minor) 0
|
|
|
|
#endif
|
|
|
|
])
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
AH_VERBATIM([_Noreturn],
|
2012-05-26 23:14:36 +00:00
|
|
|
[/* The _Noreturn keyword of C11. */
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
#ifndef _Noreturn
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
# if (defined __cplusplus \
|
|
|
|
&& ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
|
2019-12-06 23:16:15 +00:00
|
|
|
|| (defined _MSC_VER && 1900 <= _MSC_VER)) \
|
|
|
|
&& 0)
|
|
|
|
/* [[noreturn]] is not practically usable, because with it the syntax
|
|
|
|
extern _Noreturn void func (...);
|
|
|
|
would not be valid; such a declaration would only be valid with 'extern'
|
|
|
|
and '_Noreturn' swapped, or without the 'extern' keyword. However, some
|
|
|
|
AIX system header files and several gnulib header files use precisely
|
|
|
|
this syntax with 'extern'. */
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
# define _Noreturn [[noreturn]]
|
2023-02-04 22:45:11 +00:00
|
|
|
# elif (defined __clang__ && __clang_major__ < 16 \
|
|
|
|
&& defined _GL_WORK_AROUND_LLVM_BUG_59792)
|
|
|
|
/* Compile with -D_GL_WORK_AROUND_LLVM_BUG_59792 to work around
|
|
|
|
that rare LLVM bug, though you may get many false-alarm warnings. */
|
|
|
|
# define _Noreturn
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
# elif ((!defined __cplusplus || defined __clang__) \
|
2021-01-22 19:45:38 +00:00
|
|
|
&& (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) \
|
|
|
|
|| (!defined __STRICT_ANSI__ \
|
|
|
|
&& (_GL_GNUC_PREREQ (4, 7) \
|
|
|
|
|| (defined __apple_build_version__ \
|
|
|
|
? 6000000 <= __apple_build_version__ \
|
|
|
|
: 3 < __clang_major__ + (5 <= __clang_minor__))))))
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
/* _Noreturn works as-is. */
|
Update from Gnulib
This incorporates:
2020-08-11 Use expression statements also on clang
2020-08-10 Use many __attribute__s with clang
2020-08-09 Use attribute __aligned__ with clang
2020-08-09 Use __alignof__ with clang
2020-08-09 ignore-value: Simplify on clang
2020-08-09 Use __typeof__ with clang
2020-08-09 intprops: Fix typo in comment
2020-08-09 Silence warnings from clang 10 with -Wimplicit-fallthrough
2020-08-09 count-one-bits: Use __builtin_popcount{,l,ll} on clang
2020-08-09 string: Fix build error in C++ mode with clang
2020-08-09 Add ability to emit user-defined diagnostics with clang
2020-08-07 alloca: No need to compile alloca.c with clang
2020-08-06 Use __builtin_assume with clang
* lib/alloca.in.h, lib/arg-nonnull.h, lib/c++defs.h, lib/cdefs.h:
* lib/count-one-bits.h, lib/dirent.in.h, lib/ignore-value.h:
* lib/intprops.h, lib/malloca.h, lib/regex_internal.h:
* lib/stdalign.in.h, lib/stddef.in.h, lib/stdio.in.h:
* lib/stdlib.in.h, lib/string.in.h, lib/verify.h, lib/warn-on-use.h:
* m4/gnulib-common.m4, m4/stddef_h.m4, m4/stdint.m4:
Copy from Gnulib.
2020-08-11 17:58:35 +00:00
|
|
|
# elif _GL_GNUC_PREREQ (2, 8) || defined __clang__ || 0x5110 <= __SUNPRO_C
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
# define _Noreturn __attribute__ ((__noreturn__))
|
Update from Gnulib
This incorporates:
2018-11-03 nstrftime: simplify test for mktime failure
2018-11-02 gnulib-common.m4: port _Noreturn to C++
2018-10-22 std-gnu11: Support Autoconf versions < 2.64
2018-10-22 Assume Autoconf >= 2.63
2018-10-16 Remove support for Ultrix
2018-10-16 getloadavg: Remove support for ConvexOS
2018-10-16 getloadavg: Remove support for Sony NEWS
2018-10-16 Remove support for Dynix/ptx
2018-10-16 fsusage: Remove support for AIX 3
2018-10-16 fsusage, stat-size, getloadavg: Remove support for AIX PS/2
2018-10-16 getloadavg: Remove support for HP-UX on m68k
2018-10-16 fsusage, mountlist: Remove support for DolphinOS
2018-10-16 getloadavg: Remove support for Alliant FX/2800
2018-10-16 getloadavg: Remove support for tek4300
2018-10-16 getloadavg: Remove support for Ardent
* build-aux/config.guess, build-aux/config.sub, lib/_Noreturn.h:
* lib/fsusage.c, lib/getgroups.c, lib/getloadavg.c:
* lib/nstrftime.c, lib/time.in.h, m4/errno_h.m4:
* m4/fsusage.m4, m4/getgroups.m4, m4/gnulib-common.m4, m4/longlong.m4:
* m4/std-gnu11.m4, m4/stdint.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate:
2018-11-13 18:56:26 +00:00
|
|
|
# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
# define _Noreturn __declspec (noreturn)
|
|
|
|
# else
|
|
|
|
# define _Noreturn
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
AH_VERBATIM([isoc99_inline],
|
|
|
|
[/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
|
|
|
|
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
|
|
|
|
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
|
Merge from gnulib.
* lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
* lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
* m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
Copy new versions from gnulib, incorporating the following changes:
2012-06-22 time_r: fix typo that always overrode localtime_r decl
2012-06-22 Write "Mac OS X" instead of "MacOS X".
2012-06-21 mktime: fix integer overflow in 'configure'-time test
2012-06-21 nonblocking: Avoid compilation error on mingw64.
2012-06-19 stat, fstat: Avoid warnings on mingw64.
2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2012-06-22 17:20:00 +00:00
|
|
|
__APPLE__ && __MACH__ test for Mac OS X.
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
__APPLE_CC__ tests for the Apple compiler and its version.
|
|
|
|
__STDC_VERSION__ tests for the C99 mode. */
|
|
|
|
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
|
|
|
|
# define __GNUC_STDC_INLINE__ 1
|
|
|
|
#endif])
|
2020-05-03 21:57:10 +00:00
|
|
|
AH_VERBATIM([attribute],
|
|
|
|
[/* Attributes. */
|
2024-02-15 05:18:25 +00:00
|
|
|
/* Define _GL_HAS_ATTRIBUTE only once, because on FreeBSD, with gcc < 5, if
|
|
|
|
<config.h> gets included once again after <sys/cdefs.h>, __has_attribute(x)
|
|
|
|
expands to 0 always, and redefining _GL_HAS_ATTRIBUTE would turn off all
|
|
|
|
attributes. */
|
|
|
|
#ifndef _GL_HAS_ATTRIBUTE
|
|
|
|
# if (defined __has_attribute \
|
|
|
|
&& (!defined __clang_minor__ \
|
|
|
|
|| (defined __apple_build_version__ \
|
|
|
|
? 7000000 <= __apple_build_version__ \
|
|
|
|
: 5 <= __clang_major__)))
|
|
|
|
# define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__)
|
2020-05-03 21:57:10 +00:00
|
|
|
# else
|
2024-02-15 05:18:25 +00:00
|
|
|
# define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr
|
|
|
|
# define _GL_ATTR_alloc_size _GL_GNUC_PREREQ (4, 3)
|
|
|
|
# define _GL_ATTR_always_inline _GL_GNUC_PREREQ (3, 2)
|
|
|
|
# define _GL_ATTR_artificial _GL_GNUC_PREREQ (4, 3)
|
|
|
|
# define _GL_ATTR_cold _GL_GNUC_PREREQ (4, 3)
|
|
|
|
# define _GL_ATTR_const _GL_GNUC_PREREQ (2, 95)
|
|
|
|
# define _GL_ATTR_deprecated _GL_GNUC_PREREQ (3, 1)
|
|
|
|
# define _GL_ATTR_diagnose_if 0
|
|
|
|
# define _GL_ATTR_error _GL_GNUC_PREREQ (4, 3)
|
|
|
|
# define _GL_ATTR_externally_visible _GL_GNUC_PREREQ (4, 1)
|
|
|
|
# define _GL_ATTR_fallthrough _GL_GNUC_PREREQ (7, 0)
|
|
|
|
# define _GL_ATTR_format _GL_GNUC_PREREQ (2, 7)
|
|
|
|
# define _GL_ATTR_leaf _GL_GNUC_PREREQ (4, 6)
|
|
|
|
# define _GL_ATTR_malloc _GL_GNUC_PREREQ (3, 0)
|
|
|
|
# ifdef _ICC
|
|
|
|
# define _GL_ATTR_may_alias 0
|
|
|
|
# else
|
|
|
|
# define _GL_ATTR_may_alias _GL_GNUC_PREREQ (3, 3)
|
|
|
|
# endif
|
|
|
|
# define _GL_ATTR_noinline _GL_GNUC_PREREQ (3, 1)
|
|
|
|
# define _GL_ATTR_nonnull _GL_GNUC_PREREQ (3, 3)
|
|
|
|
# define _GL_ATTR_nonstring _GL_GNUC_PREREQ (8, 0)
|
|
|
|
# define _GL_ATTR_nothrow _GL_GNUC_PREREQ (3, 3)
|
|
|
|
# define _GL_ATTR_packed _GL_GNUC_PREREQ (2, 7)
|
|
|
|
# define _GL_ATTR_pure _GL_GNUC_PREREQ (2, 96)
|
2024-06-04 04:57:53 +00:00
|
|
|
# define _GL_ATTR_reproducible 0 /* not yet supported, as of GCC 14 */
|
2024-02-15 05:18:25 +00:00
|
|
|
# define _GL_ATTR_returns_nonnull _GL_GNUC_PREREQ (4, 9)
|
|
|
|
# define _GL_ATTR_sentinel _GL_GNUC_PREREQ (4, 0)
|
2024-06-04 04:57:53 +00:00
|
|
|
# define _GL_ATTR_unsequenced 0 /* not yet supported, as of GCC 14 */
|
2024-02-15 05:18:25 +00:00
|
|
|
# define _GL_ATTR_unused _GL_GNUC_PREREQ (2, 7)
|
|
|
|
# define _GL_ATTR_warn_unused_result _GL_GNUC_PREREQ (3, 4)
|
2020-05-03 21:57:10 +00:00
|
|
|
# endif
|
2014-06-01 23:58:38 +00:00
|
|
|
#endif
|
|
|
|
|
2024-01-20 19:45:04 +00:00
|
|
|
/* Use __has_c_attribute if available. However, do not use with
|
|
|
|
pre-C23 GCC, which can issue false positives if -Wpedantic. */
|
|
|
|
#if (defined __has_c_attribute \
|
|
|
|
&& ! (_GL_GNUC_PREREQ (4, 6) \
|
|
|
|
&& (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) <= 201710))
|
|
|
|
# define _GL_HAVE___HAS_C_ATTRIBUTE 1
|
|
|
|
#else
|
|
|
|
# define _GL_HAVE___HAS_C_ATTRIBUTE 0
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
#endif
|
|
|
|
|
2023-05-15 01:51:22 +00:00
|
|
|
/* Define if, in a function declaration, the attributes in bracket syntax
|
|
|
|
[[...]] must come before the attributes in __attribute__((...)) syntax.
|
|
|
|
If this is defined, it is best to avoid the bracket syntax, so that the
|
|
|
|
various _GL_ATTRIBUTE_* can be cumulated on the same declaration in any
|
|
|
|
order. */
|
|
|
|
#ifdef __cplusplus
|
|
|
|
# if defined __clang__
|
|
|
|
# define _GL_BRACKET_BEFORE_ATTRIBUTE 1
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# if defined __GNUC__ && !defined __clang__
|
|
|
|
# define _GL_BRACKET_BEFORE_ATTRIBUTE 1
|
|
|
|
# endif
|
|
|
|
#endif
|
2022-09-28 07:29:09 +00:00
|
|
|
]dnl There is no _GL_ATTRIBUTE_ALIGNED; use stdalign's alignas instead.
|
2020-05-03 21:57:10 +00:00
|
|
|
[
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_ALLOC_SIZE ((N)) declares that the Nth argument of the function
|
|
|
|
is the size of the returned memory block.
|
|
|
|
_GL_ATTRIBUTE_ALLOC_SIZE ((M, N)) declares that the Mth argument multiplied
|
|
|
|
by the Nth argument of the function is the size of the returned memory block.
|
|
|
|
*/
|
2024-06-04 04:57:53 +00:00
|
|
|
/* Applies to: functions, pointer to functions, function types. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_ALLOC_SIZE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (alloc_size)
|
|
|
|
# define _GL_ATTRIBUTE_ALLOC_SIZE(args) __attribute__ ((__alloc_size__ args))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_ALLOC_SIZE(args)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_ALWAYS_INLINE tells that the compiler should always inline the
|
|
|
|
function and report an error if it cannot do so. */
|
2024-06-04 04:57:53 +00:00
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_ALWAYS_INLINE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (always_inline)
|
|
|
|
# define _GL_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((__always_inline__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_ALWAYS_INLINE
|
|
|
|
# endif
|
2011-06-06 19:53:44 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_ARTIFICIAL declares that the function is not important to show
|
|
|
|
in stack traces when debugging. The compiler should omit the function from
|
|
|
|
stack traces. */
|
2024-06-04 04:57:53 +00:00
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_ARTIFICIAL
|
|
|
|
# if _GL_HAS_ATTRIBUTE (artificial)
|
|
|
|
# define _GL_ATTRIBUTE_ARTIFICIAL __attribute__ ((__artificial__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_ARTIFICIAL
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_COLD declares that the function is rarely executed. */
|
|
|
|
/* Applies to: functions. */
|
2020-05-03 21:57:10 +00:00
|
|
|
/* Avoid __attribute__ ((cold)) on MinGW; see thread starting at
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
<https://lists.gnu.org/r/emacs-devel/2019-04/msg01152.html>.
|
|
|
|
Also, Oracle Studio 12.6 requires 'cold' not '__cold__'. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_COLD
|
|
|
|
# if _GL_HAS_ATTRIBUTE (cold) && !defined __MINGW32__
|
|
|
|
# ifndef __SUNPRO_C
|
|
|
|
# define _GL_ATTRIBUTE_COLD __attribute__ ((__cold__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_COLD __attribute__ ((cold))
|
|
|
|
# endif
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
# else
|
2023-02-04 22:45:11 +00:00
|
|
|
# define _GL_ATTRIBUTE_COLD
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
2024-06-04 04:57:53 +00:00
|
|
|
/* _GL_ATTRIBUTE_CONST declares:
|
|
|
|
It is OK for a compiler to move calls to the function and to omit
|
|
|
|
calls to the function if another call has the same arguments or the
|
|
|
|
result is not used.
|
|
|
|
This attribute is safe for a function that neither depends on
|
|
|
|
nor affects state, and always returns exactly once -
|
|
|
|
e.g., does not raise an exception, call longjmp, or loop forever.
|
|
|
|
(This attribute is stricter than _GL_ATTRIBUTE_PURE because the
|
|
|
|
function cannot observe state. It is stricter than
|
|
|
|
_GL_ATTRIBUTE_UNSEQUENCED because the function must return exactly
|
|
|
|
once and cannot depend on state addressed by its arguments.) */
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_CONST
|
|
|
|
# if _GL_HAS_ATTRIBUTE (const)
|
|
|
|
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
|
|
|
|
# else
|
2024-06-04 04:57:53 +00:00
|
|
|
# define _GL_ATTRIBUTE_CONST _GL_ATTRIBUTE_UNSEQUENCED
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_DEALLOC (F, I) declares that the function returns pointers
|
|
|
|
that can be freed by passing them as the Ith argument to the
|
|
|
|
function F.
|
|
|
|
_GL_ATTRIBUTE_DEALLOC_FREE declares that the function returns pointers that
|
|
|
|
can be freed via 'free'; it can be used only after declaring 'free'. */
|
|
|
|
/* Applies to: functions. Cannot be used on inline functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_DEALLOC
|
|
|
|
# if _GL_GNUC_PREREQ (11, 0)
|
|
|
|
# define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i)))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_DEALLOC(f, i)
|
|
|
|
# endif
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
#endif
|
2022-02-23 19:11:52 +00:00
|
|
|
/* If gnulib's <string.h> or <wchar.h> has already defined this macro, continue
|
|
|
|
to use this earlier definition, since <stdlib.h> may not have been included
|
|
|
|
yet. */
|
|
|
|
#ifndef _GL_ATTRIBUTE_DEALLOC_FREE
|
2023-01-07 01:53:54 +00:00
|
|
|
# if defined __cplusplus && defined __GNUC__ && !defined __clang__
|
|
|
|
/* Work around GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108231> */
|
|
|
|
# define _GL_ATTRIBUTE_DEALLOC_FREE \
|
|
|
|
_GL_ATTRIBUTE_DEALLOC ((void (*) (void *)) free, 1)
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_DEALLOC_FREE \
|
|
|
|
_GL_ATTRIBUTE_DEALLOC (free, 1)
|
|
|
|
# endif
|
2022-02-23 19:11:52 +00:00
|
|
|
#endif
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
|
|
|
|
/* _GL_ATTRIBUTE_DEPRECATED: Declares that an entity is deprecated.
|
|
|
|
The compiler may warn if the entity is used. */
|
|
|
|
/* Applies to:
|
|
|
|
- function, variable,
|
|
|
|
- struct, union, struct/union member,
|
|
|
|
- enumeration, enumeration item,
|
|
|
|
- typedef,
|
|
|
|
in C++ also: namespace, class, template specialization. */
|
2022-12-24 07:15:52 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_DEPRECATED
|
2023-05-15 01:51:22 +00:00
|
|
|
# ifndef _GL_BRACKET_BEFORE_ATTRIBUTE
|
2024-01-20 19:45:04 +00:00
|
|
|
# if _GL_HAVE___HAS_C_ATTRIBUTE
|
2023-05-15 01:51:22 +00:00
|
|
|
# if __has_c_attribute (__deprecated__)
|
|
|
|
# define _GL_ATTRIBUTE_DEPRECATED [[__deprecated__]]
|
|
|
|
# endif
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# if !defined _GL_ATTRIBUTE_DEPRECATED && _GL_HAS_ATTRIBUTE (deprecated)
|
|
|
|
# define _GL_ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__))
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_DEPRECATED
|
|
|
|
# define _GL_ATTRIBUTE_DEPRECATED
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_ERROR(msg) requests an error if a function is called and
|
|
|
|
the function call is not optimized away.
|
|
|
|
_GL_ATTRIBUTE_WARNING(msg) requests a warning if a function is called and
|
|
|
|
the function call is not optimized away. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#if !(defined _GL_ATTRIBUTE_ERROR && defined _GL_ATTRIBUTE_WARNING)
|
|
|
|
# if _GL_HAS_ATTRIBUTE (error)
|
|
|
|
# define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__error__ (msg)))
|
|
|
|
# define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__warning__ (msg)))
|
|
|
|
# elif _GL_HAS_ATTRIBUTE (diagnose_if)
|
|
|
|
# define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__diagnose_if__ (1, msg, "error")))
|
|
|
|
# define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__diagnose_if__ (1, msg, "warning")))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_ERROR(msg)
|
|
|
|
# define _GL_ATTRIBUTE_WARNING(msg)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_EXTERNALLY_VISIBLE declares that the entity should remain
|
|
|
|
visible to debuggers etc., even with '-fwhole-program'. */
|
|
|
|
/* Applies to: functions, variables. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_EXTERNALLY_VISIBLE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (externally_visible)
|
|
|
|
# define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((externally_visible))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_FALLTHROUGH declares that it is not a programming mistake if
|
|
|
|
the control flow falls through to the immediately following 'case' or
|
|
|
|
'default' label. The compiler should not warn in this case. */
|
|
|
|
/* Applies to: Empty statement (;), inside a 'switch' statement. */
|
|
|
|
/* Always expands to something. */
|
2022-12-24 07:15:52 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_FALLTHROUGH
|
2024-01-20 19:45:04 +00:00
|
|
|
# if _GL_HAVE___HAS_C_ATTRIBUTE
|
2023-02-04 22:45:11 +00:00
|
|
|
# if __has_c_attribute (__fallthrough__)
|
|
|
|
# define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrough__]]
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# if !defined _GL_ATTRIBUTE_FALLTHROUGH && _GL_HAS_ATTRIBUTE (fallthrough)
|
|
|
|
# define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__))
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_FALLTHROUGH
|
|
|
|
# define _GL_ATTRIBUTE_FALLTHROUGH ((void) 0)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_FORMAT ((ARCHETYPE, STRING-INDEX, FIRST-TO-CHECK))
|
|
|
|
declares that the STRING-INDEXth function argument is a format string of
|
|
|
|
style ARCHETYPE, which is one of:
|
|
|
|
printf, gnu_printf
|
|
|
|
scanf, gnu_scanf,
|
|
|
|
strftime, gnu_strftime,
|
|
|
|
strfmon,
|
|
|
|
or the same thing prefixed and suffixed with '__'.
|
|
|
|
If FIRST-TO-CHECK is not 0, arguments starting at FIRST-TO_CHECK
|
|
|
|
are suitable for the format string. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_FORMAT
|
|
|
|
# if _GL_HAS_ATTRIBUTE (format)
|
|
|
|
# define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_FORMAT(spec)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_LEAF declares that if the function is called from some other
|
|
|
|
compilation unit, it executes code from that unit only by return or by
|
|
|
|
exception handling. This declaration lets the compiler optimize that unit
|
|
|
|
more aggressively. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_LEAF
|
|
|
|
# if _GL_HAS_ATTRIBUTE (leaf)
|
|
|
|
# define _GL_ATTRIBUTE_LEAF __attribute__ ((__leaf__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_LEAF
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_MALLOC declares that the function returns a pointer to freshly
|
|
|
|
allocated memory. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_MALLOC
|
|
|
|
# if _GL_HAS_ATTRIBUTE (malloc)
|
|
|
|
# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_MALLOC
|
|
|
|
# endif
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* _GL_ATTRIBUTE_MAY_ALIAS declares that pointers to the type may point to the
|
|
|
|
same storage as pointers to other types. Thus this declaration disables
|
|
|
|
strict aliasing optimization. */
|
|
|
|
/* Applies to: types. */
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
/* Oracle Studio 12.6 mishandles may_alias despite __has_attribute OK. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_MAY_ALIAS
|
|
|
|
# if _GL_HAS_ATTRIBUTE (may_alias) && !defined __SUNPRO_C
|
|
|
|
# define _GL_ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_MAY_ALIAS
|
|
|
|
# endif
|
2011-06-06 19:53:44 +00:00
|
|
|
#endif
|
Update from Gnulib
This incorporates:
2018-05-21 crypto: omit stream ops Emacs doesn’t need
2018-05-13 truncate: Fix compilation error on Android
2018-05-13 imaxdiv: Fix compilation error on Android
2018-05-13 Support selective inclusion of recent mingw.org headers
2018-05-13 Add cross-compilation guesses for Linux systems sans glibc
2018-05-13 stdioext: Fix compilation errors with newer Android headers
2018-05-07 af_alg: Pacify --enable-gcc-warnings
2018-05-06 af_alg: Fix bug with streams that are not at position 0
2018-05-06 Followup to 'af_alg: New module'
2018-05-05 crypto/{md5,sha1,sha256,sha512}: simplify
2018-05-05 af_alg: New module
2018-05-05 af_alg: Improve function signature
2018-04-28 md5sum: Use AF_ALG when available
2018-04-28 sha512sum: Use AF_ALG when available
2018-04-28 sha256sum: Use AF_ALG when available
2018-04-28 sha1sum: Use AF_ALG when available
2018-05-05 all: Replace more http URLs by https URLs
2018-05-03 maint: port more modules to GCC 8
2018-05-03 Simplify code; drop support for Borland C++ on Windows
* admin/merge-gnulib (GNULIB_MODULES): Use crypto/md5-buffer
rather than crypto/md5, since Emacs doesn’t use the stream
operations that in recent Gnulib pull in other stuff Emacs doesn’t
need. Similarly for crypto/sha1-buffer, crypto/sha256-buffer,
crypto/sha512-buffer.
* build-aux/config.guess, build-aux/config.sub, lib/dosname.h:
* lib/dup2.c, lib/errno.in.h, lib/euidaccess.c, lib/fcntl.c:
* lib/fcntl.in.h, lib/fpending.c, lib/fsync.c, lib/getdtablesize.c:
* lib/getopt.c, lib/gettimeofday.c, lib/inttypes.in.h, lib/md5.c:
* lib/md5.h, lib/open.c, lib/pipe2.c, lib/putenv.c, lib/sha1.c:
* lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c:
* lib/sha512.h, lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/stdlib.in.h, lib/sys_stat.in.h, lib/sys_types.in.h:
* lib/timespec.h, lib/unistd.in.h, lib/utimens.c, m4/c-strtod.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/lstat.m4, m4/nocrash.m4:
* m4/pselect.m4, m4/readlink.m4, m4/stdio_h.m4, m4/symlink.m4:
* m4/unistd_h.m4, m4/utimens.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
2018-05-21 18:42:18 +00:00
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_MAYBE_UNUSED declares that it is not a programming mistake if
|
|
|
|
the entity is not used. The compiler should not warn if the entity is not
|
|
|
|
used. */
|
|
|
|
/* Applies to:
|
|
|
|
- function, variable,
|
|
|
|
- struct, union, struct/union member,
|
|
|
|
- enumeration, enumeration item,
|
|
|
|
- typedef,
|
|
|
|
in C++ also: class. */
|
2023-01-07 01:53:54 +00:00
|
|
|
/* In C++ and C23, this is spelled [[__maybe_unused__]].
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
GCC's syntax is __attribute__ ((__unused__)).
|
2023-02-04 22:45:11 +00:00
|
|
|
clang supports both syntaxes. Except that with clang ≥ 6, < 10, in C++ mode,
|
|
|
|
__has_c_attribute (__maybe_unused__) yields true but the use of
|
|
|
|
[[__maybe_unused__]] nevertheless produces a warning. */
|
2022-12-24 07:15:52 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_MAYBE_UNUSED
|
2023-05-15 01:51:22 +00:00
|
|
|
# ifndef _GL_BRACKET_BEFORE_ATTRIBUTE
|
|
|
|
# if defined __clang__ && defined __cplusplus
|
|
|
|
# if !defined __apple_build_version__ && __clang_major__ >= 10
|
|
|
|
# define _GL_ATTRIBUTE_MAYBE_UNUSED [[__maybe_unused__]]
|
|
|
|
# endif
|
2024-01-20 19:45:04 +00:00
|
|
|
# elif _GL_HAVE___HAS_C_ATTRIBUTE
|
2023-05-15 01:51:22 +00:00
|
|
|
# if __has_c_attribute (__maybe_unused__)
|
|
|
|
# define _GL_ATTRIBUTE_MAYBE_UNUSED [[__maybe_unused__]]
|
|
|
|
# endif
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_MAYBE_UNUSED
|
|
|
|
# define _GL_ATTRIBUTE_MAYBE_UNUSED _GL_ATTRIBUTE_UNUSED
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
2022-08-25 23:16:56 +00:00
|
|
|
/* Alternative spelling of this macro, for convenience and for
|
|
|
|
compatibility with glibc/include/libc-symbols.h. */
|
2020-05-03 21:57:10 +00:00
|
|
|
#define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* Earlier spellings of this macro. */
|
2020-05-03 21:57:10 +00:00
|
|
|
#define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_NODISCARD declares that the caller of the function should not
|
|
|
|
discard the return value. The compiler may warn if the caller does not use
|
|
|
|
the return value, unless the caller uses something like ignore_value. */
|
|
|
|
/* Applies to: function, enumeration, class. */
|
2022-12-24 07:15:52 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_NODISCARD
|
2023-05-15 01:51:22 +00:00
|
|
|
# ifndef _GL_BRACKET_BEFORE_ATTRIBUTE
|
|
|
|
# if defined __clang__ && defined __cplusplus
|
2023-02-04 22:45:11 +00:00
|
|
|
/* With clang up to 15.0.6 (at least), in C++ mode, [[__nodiscard__]] produces
|
|
|
|
a warning.
|
|
|
|
The 1000 below means a yet unknown threshold. When clang++ version X
|
|
|
|
starts supporting [[__nodiscard__]] without warning about it, you can
|
|
|
|
replace the 1000 with X. */
|
2023-05-15 01:51:22 +00:00
|
|
|
# if __clang_major__ >= 1000
|
|
|
|
# define _GL_ATTRIBUTE_NODISCARD [[__nodiscard__]]
|
|
|
|
# endif
|
2024-01-20 19:45:04 +00:00
|
|
|
# elif _GL_HAVE___HAS_C_ATTRIBUTE
|
2023-05-15 01:51:22 +00:00
|
|
|
# if __has_c_attribute (__nodiscard__)
|
|
|
|
# define _GL_ATTRIBUTE_NODISCARD [[__nodiscard__]]
|
|
|
|
# endif
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# if !defined _GL_ATTRIBUTE_NODISCARD && _GL_HAS_ATTRIBUTE (warn_unused_result)
|
|
|
|
# define _GL_ATTRIBUTE_NODISCARD __attribute__ ((__warn_unused_result__))
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_NODISCARD
|
|
|
|
# define _GL_ATTRIBUTE_NODISCARD
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_NOINLINE tells that the compiler should not inline the
|
|
|
|
function. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_NOINLINE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (noinline)
|
|
|
|
# define _GL_ATTRIBUTE_NOINLINE __attribute__ ((__noinline__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NOINLINE
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_NONNULL ((N1, N2,...)) declares that the arguments N1, N2,...
|
|
|
|
must not be NULL.
|
|
|
|
_GL_ATTRIBUTE_NONNULL () declares that all pointer arguments must not be
|
|
|
|
null. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_NONNULL
|
|
|
|
# if _GL_HAS_ATTRIBUTE (nonnull)
|
|
|
|
# define _GL_ATTRIBUTE_NONNULL(args) __attribute__ ((__nonnull__ args))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NONNULL(args)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_NONSTRING declares that the contents of a character array is
|
|
|
|
not meant to be NUL-terminated. */
|
|
|
|
/* Applies to: struct/union members and variables that are arrays of element
|
|
|
|
type '[[un]signed] char'. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_NONSTRING
|
|
|
|
# if _GL_HAS_ATTRIBUTE (nonstring)
|
|
|
|
# define _GL_ATTRIBUTE_NONSTRING __attribute__ ((__nonstring__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NONSTRING
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* There is no _GL_ATTRIBUTE_NORETURN; use _Noreturn instead. */
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_NOTHROW declares that the function does not throw exceptions.
|
|
|
|
*/
|
|
|
|
/* Applies to: functions. */
|
2024-01-20 19:45:04 +00:00
|
|
|
/* After a function's parameter list, this attribute must come first, before
|
|
|
|
other attributes. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_NOTHROW
|
2024-01-20 19:45:04 +00:00
|
|
|
# if defined __cplusplus
|
|
|
|
# if _GL_GNUC_PREREQ (2, 8) || __clang_major >= 4
|
|
|
|
# if __cplusplus >= 201103L
|
|
|
|
# define _GL_ATTRIBUTE_NOTHROW noexcept (true)
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NOTHROW throw ()
|
|
|
|
# endif
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NOTHROW
|
|
|
|
# endif
|
2023-02-04 22:45:11 +00:00
|
|
|
# else
|
2024-01-20 19:45:04 +00:00
|
|
|
# if _GL_HAS_ATTRIBUTE (nothrow)
|
|
|
|
# define _GL_ATTRIBUTE_NOTHROW __attribute__ ((__nothrow__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_NOTHROW
|
|
|
|
# endif
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_PACKED declares:
|
|
|
|
For struct members: The member has the smallest possible alignment.
|
|
|
|
For struct, union, class: All members have the smallest possible alignment,
|
|
|
|
minimizing the memory required. */
|
|
|
|
/* Applies to: struct members, struct, union,
|
|
|
|
in C++ also: class. */
|
2024-06-04 04:57:53 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_PACKED
|
2024-05-11 20:16:48 +00:00
|
|
|
/* Oracle Studio 12.6 miscompiles code with __attribute__ ((__packed__)) despite
|
|
|
|
__has_attribute OK. */
|
|
|
|
# if _GL_HAS_ATTRIBUTE (packed) && !defined __SUNPRO_C
|
2023-02-04 22:45:11 +00:00
|
|
|
# define _GL_ATTRIBUTE_PACKED __attribute__ ((__packed__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_PACKED
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
2024-06-04 04:57:53 +00:00
|
|
|
/* _GL_ATTRIBUTE_PURE declares:
|
|
|
|
It is OK for a compiler to move calls to the function and to omit
|
|
|
|
calls to the function if another call has the same arguments or the
|
|
|
|
result is not used, and if observable state is the same.
|
|
|
|
This attribute is safe for a function that does not affect observable state
|
|
|
|
and always returns exactly once.
|
|
|
|
(This attribute is looser than _GL_ATTRIBUTE_CONST because the function
|
|
|
|
can depend on observable state. It is stricter than
|
|
|
|
_GL_ATTRIBUTE_REPRODUCIBLE because the function must return exactly
|
|
|
|
once and cannot affect state addressed by its arguments.) */
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_PURE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (pure)
|
|
|
|
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
|
|
|
|
# else
|
2024-06-04 04:57:53 +00:00
|
|
|
# define _GL_ATTRIBUTE_PURE _GL_ATTRIBUTE_REPRODUCIBLE
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* _GL_ATTRIBUTE_REPRODUCIBLE declares:
|
|
|
|
It is OK for a compiler to move calls to the function and to omit duplicate
|
|
|
|
calls to the function with the same arguments, so long as the state
|
|
|
|
addressed by its arguments is the same and is updated in time for
|
|
|
|
the rest of the program.
|
|
|
|
This attribute is safe for a function that is effectless and idempotent; see
|
|
|
|
ISO C 23 § 6.7.12.7 for a definition of these terms.
|
|
|
|
(This attribute is looser than _GL_ATTRIBUTE_UNSEQUENCED because
|
|
|
|
the function need not be stateless and idempotent. It is looser
|
|
|
|
than _GL_ATTRIBUTE_PURE because the function need not return
|
|
|
|
exactly once and can affect state addressed by its arguments.)
|
|
|
|
See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
|
|
|
|
<https://stackoverflow.com/questions/76847905/>. */
|
|
|
|
/* Applies to: functions, pointer to functions, function types. */
|
|
|
|
#ifndef _GL_ATTRIBUTE_REPRODUCIBLE
|
|
|
|
/* This may be revisited when gcc and clang support [[reproducible]] or possibly
|
|
|
|
__attribute__ ((__reproducible__)). */
|
|
|
|
# ifndef _GL_BRACKET_BEFORE_ATTRIBUTE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (reproducible)
|
|
|
|
# define _GL_ATTRIBUTE_REPRODUCIBLE [[reproducible]]
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_REPRODUCIBLE
|
|
|
|
# define _GL_ATTRIBUTE_REPRODUCIBLE
|
2023-02-04 22:45:11 +00:00
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_RETURNS_NONNULL declares that the function's return value is
|
|
|
|
a non-NULL pointer. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_RETURNS_NONNULL
|
|
|
|
# if _GL_HAS_ATTRIBUTE (returns_nonnull)
|
|
|
|
# define _GL_ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_RETURNS_NONNULL
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_ATTRIBUTE_SENTINEL(pos) declares that the variadic function expects a
|
|
|
|
trailing NULL argument.
|
|
|
|
_GL_ATTRIBUTE_SENTINEL () - The last argument is NULL (requires C99).
|
|
|
|
_GL_ATTRIBUTE_SENTINEL ((N)) - The (N+1)st argument from the end is NULL. */
|
|
|
|
/* Applies to: functions. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_SENTINEL
|
|
|
|
# if _GL_HAS_ATTRIBUTE (sentinel)
|
|
|
|
# define _GL_ATTRIBUTE_SENTINEL(pos) __attribute__ ((__sentinel__ pos))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_SENTINEL(pos)
|
|
|
|
# endif
|
2020-05-03 21:57:10 +00:00
|
|
|
#endif
|
|
|
|
|
2024-06-04 04:57:53 +00:00
|
|
|
/* _GL_ATTRIBUTE_UNSEQUENCED declares:
|
|
|
|
It is OK for a compiler to move calls to the function and to omit duplicate
|
|
|
|
calls to the function with the same arguments, so long as the state
|
|
|
|
addressed by its arguments is the same.
|
|
|
|
This attribute is safe for a function that is effectless, idempotent,
|
|
|
|
stateless, and independent; see ISO C 23 § 6.7.12.7 for a definition of
|
|
|
|
these terms.
|
|
|
|
(This attribute is stricter than _GL_ATTRIBUTE_REPRODUCIBLE because
|
|
|
|
the function must be stateless and independent. It is looser than
|
|
|
|
_GL_ATTRIBUTE_CONST because the function need not return exactly
|
|
|
|
once and can depend on state addressed by its arguments.)
|
|
|
|
See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
|
|
|
|
<https://stackoverflow.com/questions/76847905/>. */
|
|
|
|
/* Applies to: functions, pointer to functions, function types. */
|
|
|
|
#ifndef _GL_ATTRIBUTE_UNSEQUENCED
|
|
|
|
/* This may be revisited when gcc and clang support [[unsequenced]] or possibly
|
|
|
|
__attribute__ ((__unsequenced__)). */
|
|
|
|
# ifndef _GL_BRACKET_BEFORE_ATTRIBUTE
|
|
|
|
# if _GL_HAS_ATTRIBUTE (unsequenced)
|
|
|
|
# define _GL_ATTRIBUTE_UNSEQUENCED [[unsequenced]]
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef _GL_ATTRIBUTE_UNSEQUENCED
|
|
|
|
# define _GL_ATTRIBUTE_UNSEQUENCED
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* A helper macro. Don't use it directly. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_ATTRIBUTE_UNUSED
|
|
|
|
# if _GL_HAS_ATTRIBUTE (unused)
|
|
|
|
# define _GL_ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
|
|
|
# else
|
|
|
|
# define _GL_ATTRIBUTE_UNUSED
|
|
|
|
# endif
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
#endif
|
|
|
|
|
2020-05-03 21:57:10 +00:00
|
|
|
]dnl There is no _GL_ATTRIBUTE_VISIBILITY; see m4/visibility.m4 instead.
|
|
|
|
[
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
/* _GL_UNUSED_LABEL; declares that it is not a programming mistake if the
|
|
|
|
immediately preceding label is not used. The compiler should not warn
|
|
|
|
if the label is not used. */
|
|
|
|
/* Applies to: label (both in C and C++). */
|
|
|
|
/* Note that g++ < 4.5 does not support the '__attribute__ ((__unused__)) ;'
|
|
|
|
syntax. But clang does. */
|
2023-02-04 22:45:11 +00:00
|
|
|
#ifndef _GL_UNUSED_LABEL
|
|
|
|
# if !(defined __cplusplus && !_GL_GNUC_PREREQ (4, 5)) || defined __clang__
|
|
|
|
# define _GL_UNUSED_LABEL _GL_ATTRIBUTE_UNUSED
|
|
|
|
# else
|
|
|
|
# define _GL_UNUSED_LABEL
|
|
|
|
# endif
|
Update from Gnulib
This incorporates:
2018-05-21 crypto: omit stream ops Emacs doesn’t need
2018-05-13 truncate: Fix compilation error on Android
2018-05-13 imaxdiv: Fix compilation error on Android
2018-05-13 Support selective inclusion of recent mingw.org headers
2018-05-13 Add cross-compilation guesses for Linux systems sans glibc
2018-05-13 stdioext: Fix compilation errors with newer Android headers
2018-05-07 af_alg: Pacify --enable-gcc-warnings
2018-05-06 af_alg: Fix bug with streams that are not at position 0
2018-05-06 Followup to 'af_alg: New module'
2018-05-05 crypto/{md5,sha1,sha256,sha512}: simplify
2018-05-05 af_alg: New module
2018-05-05 af_alg: Improve function signature
2018-04-28 md5sum: Use AF_ALG when available
2018-04-28 sha512sum: Use AF_ALG when available
2018-04-28 sha256sum: Use AF_ALG when available
2018-04-28 sha1sum: Use AF_ALG when available
2018-05-05 all: Replace more http URLs by https URLs
2018-05-03 maint: port more modules to GCC 8
2018-05-03 Simplify code; drop support for Borland C++ on Windows
* admin/merge-gnulib (GNULIB_MODULES): Use crypto/md5-buffer
rather than crypto/md5, since Emacs doesn’t use the stream
operations that in recent Gnulib pull in other stuff Emacs doesn’t
need. Similarly for crypto/sha1-buffer, crypto/sha256-buffer,
crypto/sha512-buffer.
* build-aux/config.guess, build-aux/config.sub, lib/dosname.h:
* lib/dup2.c, lib/errno.in.h, lib/euidaccess.c, lib/fcntl.c:
* lib/fcntl.in.h, lib/fpending.c, lib/fsync.c, lib/getdtablesize.c:
* lib/getopt.c, lib/gettimeofday.c, lib/inttypes.in.h, lib/md5.c:
* lib/md5.h, lib/open.c, lib/pipe2.c, lib/putenv.c, lib/sha1.c:
* lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c:
* lib/sha512.h, lib/stat-time.h, lib/stdio-impl.h, lib/stdio.in.h:
* lib/stdlib.in.h, lib/sys_stat.in.h, lib/sys_types.in.h:
* lib/timespec.h, lib/unistd.in.h, lib/utimens.c, m4/c-strtod.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/lstat.m4, m4/nocrash.m4:
* m4/pselect.m4, m4/readlink.m4, m4/stdio_h.m4, m4/symlink.m4:
* m4/unistd_h.m4, m4/utimens.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
2018-05-21 18:42:18 +00:00
|
|
|
#endif
|
2023-05-15 01:51:22 +00:00
|
|
|
])
|
|
|
|
AH_VERBATIM([c_linkage],
|
|
|
|
[/* In C++, there is the concept of "language linkage", that encompasses
|
|
|
|
name mangling and function calling conventions.
|
|
|
|
The following macros start and end a block of "C" linkage. */
|
|
|
|
#ifdef __cplusplus
|
|
|
|
# define _GL_BEGIN_C_LINKAGE extern "C" {
|
|
|
|
# define _GL_END_C_LINKAGE }
|
|
|
|
#else
|
|
|
|
# define _GL_BEGIN_C_LINKAGE
|
|
|
|
# define _GL_END_C_LINKAGE
|
|
|
|
#endif
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
])
|
|
|
|
AH_VERBATIM([async_safe],
|
|
|
|
[/* The _GL_ASYNC_SAFE marker should be attached to functions that are
|
|
|
|
signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
|
|
|
|
invoked from such signal handlers. Such functions have some restrictions:
|
|
|
|
* All functions that it calls should be marked _GL_ASYNC_SAFE as well,
|
|
|
|
or should be listed as async-signal-safe in POSIX
|
Update from Gnulib
This incorporates:
2019-09-22 Update some URLs
2019-09-15 fcntl-h: fix compilation error of creat.c on MSVC
2019-09-15 creat: new module
2019-09-15 access: new module
2019-09-09 Add option to assume best, not worst, when cross-compiling.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/careadlinkat.c, lib/careadlinkat.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/diffseq.h, lib/fcntl.in.h:
* lib/ftoastr.c, lib/get-permissions.c:
* lib/ieee754.in.h, lib/inttypes.in.h, lib/mktime.c, lib/open.c:
* lib/pathmax.h, lib/pipe2.c, lib/stddef.in.h, lib/stdint.in.h:
* lib/stdlib.in.h, lib/str-two-way.h, lib/string.in.h, lib/time.in.h:
* lib/timegm.c, lib/unistd.in.h, m4/canonicalize.m4:
* m4/extern-inline.m4, m4/fcntl_h.m4, m4/fdopendir.m4:
* m4/getgroups.m4, m4/getopt.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/largefile.m4:
* m4/lstat.m4, m4/memmem.m4, m4/mktime.m4, m4/nocrash.m4, m4/open.m4:
* m4/pselect.m4, m4/putenv.m4, m4/readlink.m4, m4/regex.m4:
* m4/symlink.m4, m4/unistd_h.m4, m4/utimens.m4, m4/utimes.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/open-slash.m4: New file, copied from Gnulib.
2019-09-23 06:50:59 +00:00
|
|
|
<https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
|
Update from Gnulib.
This incorporates:
2019-03-23 Support cross-compilation to musl libc
2019-03-23 noreturn: In C++ mode with clang, use _Noreturn as fallback
2019-03-22 _Noreturn: beware of C's _Noreturn in C++ pre C++11
2019-03-19 Help making signal handlers more reliable
2019-03-18 _Noreturn: clang and MSVC do support [[noreturn]] in C++11
2019-03-17 _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11
2019-03-14 all: Update URLs to msdn.microsoft.com
* doc/misc/texinfo.tex, lib/_Noreturn.h, lib/gettimeofday.c:
* lib/mktime.c, lib/regcomp.c, lib/regexec.c, lib/stat-time.h:
* lib/utimens.c, m4/fdopendir.m4, m4/getgroups.m4:
* m4/gettimeofday.m4, m4/gnulib-common.m4, m4/putenv.m4, m4/utimes.m4:
Update from gnulib.
2019-03-25 21:53:56 +00:00
|
|
|
section 2.4.3. Note that malloc(), sprintf(), and fwrite(), in
|
|
|
|
particular, are NOT async-signal-safe.
|
|
|
|
* All memory locations (variables and struct fields) that these functions
|
|
|
|
access must be marked 'volatile'. This holds for both read and write
|
|
|
|
accesses. Otherwise the compiler might optimize away stores to and
|
|
|
|
reads from such locations that occur in the program, depending on its
|
|
|
|
data flow analysis. For example, when the program contains a loop
|
|
|
|
that is intended to inspect a variable set from within a signal handler
|
|
|
|
while (!signal_occurred)
|
|
|
|
;
|
|
|
|
the compiler is allowed to transform this into an endless loop if the
|
|
|
|
variable 'signal_occurred' is not declared 'volatile'.
|
|
|
|
Additionally, recall that:
|
|
|
|
* A signal handler should not modify errno (except if it is a handler
|
|
|
|
for a fatal signal and ends by raising the same signal again, thus
|
|
|
|
provoking the termination of the process). If it invokes a function
|
|
|
|
that may clobber errno, it needs to save and restore the value of
|
|
|
|
errno. */
|
|
|
|
#define _GL_ASYNC_SAFE
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
])
|
|
|
|
AH_VERBATIM([micro_optimizations],
|
Update from Gnulib
This incorporates:
2020-08-06 libgmp: add <gmp/gmp.h> support
2020-08-06 Consider that clang defines __OPTIMIZE__ like GCC does
2020-08-06 Use __builtin_expect with clang everywhere
2020-08-05 Use __builtin_clz{,l,ll} with clang, also on Windows
2020-08-05 Use __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with clang
2020-07-31 _GL_CMP: Improve documentation
2020-07-30 alloca, largefile: sync with Autoconf master
* lib/c++defs.h, lib/cdefs.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, m4/alloca.m4, m4/gnulib-common.m4:
* m4/largefile.m4, m4/libgmp.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
2020-08-06 22:24:47 +00:00
|
|
|
[/* _GL_CMP (n1, n2) performs a three-valued comparison on n1 vs. n2, where
|
|
|
|
n1 and n2 are expressions without side effects, that evaluate to real
|
|
|
|
numbers (excluding NaN).
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
It returns
|
|
|
|
1 if n1 > n2
|
|
|
|
0 if n1 == n2
|
|
|
|
-1 if n1 < n2
|
|
|
|
The naïve code (n1 > n2 ? 1 : n1 < n2 ? -1 : 0) produces a conditional
|
|
|
|
jump with nearly all GCC versions up to GCC 10.
|
|
|
|
This variant (n1 < n2 ? -1 : n1 > n2) produces a conditional with many
|
|
|
|
GCC versions up to GCC 9.
|
|
|
|
The better code (n1 > n2) - (n1 < n2) from Hacker's Delight § 2-9
|
|
|
|
avoids conditional jumps in all GCC versions >= 3.4. */
|
|
|
|
#define _GL_CMP(n1, n2) (((n1) > (n2)) - ((n1) < (n2)))
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
Update from Gnulib
This incorporates:
2019-09-22 Update some URLs
2019-09-15 fcntl-h: fix compilation error of creat.c on MSVC
2019-09-15 creat: new module
2019-09-15 access: new module
2019-09-09 Add option to assume best, not worst, when cross-compiling.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/careadlinkat.c, lib/careadlinkat.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/diffseq.h, lib/fcntl.in.h:
* lib/ftoastr.c, lib/get-permissions.c:
* lib/ieee754.in.h, lib/inttypes.in.h, lib/mktime.c, lib/open.c:
* lib/pathmax.h, lib/pipe2.c, lib/stddef.in.h, lib/stdint.in.h:
* lib/stdlib.in.h, lib/str-two-way.h, lib/string.in.h, lib/time.in.h:
* lib/timegm.c, lib/unistd.in.h, m4/canonicalize.m4:
* m4/extern-inline.m4, m4/fcntl_h.m4, m4/fdopendir.m4:
* m4/getgroups.m4, m4/getopt.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/largefile.m4:
* m4/lstat.m4, m4/memmem.m4, m4/mktime.m4, m4/nocrash.m4, m4/open.m4:
* m4/pselect.m4, m4/putenv.m4, m4/readlink.m4, m4/regex.m4:
* m4/symlink.m4, m4/unistd_h.m4, m4/utimens.m4, m4/utimes.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/open-slash.m4: New file, copied from Gnulib.
2019-09-23 06:50:59 +00:00
|
|
|
dnl Hint which direction to take regarding cross-compilation guesses:
|
|
|
|
dnl When a user installs a program on a platform they are not intimately
|
|
|
|
dnl familiar with, --enable-cross-guesses=conservative is the appropriate
|
|
|
|
dnl choice. It implements the "If we don't know, assume the worst" principle.
|
|
|
|
dnl However, when an operating system developer (on a platform which is not
|
|
|
|
dnl yet known to gnulib) builds packages for their platform, they want to
|
|
|
|
dnl expose, not hide, possible platform bugs; in this case,
|
|
|
|
dnl --enable-cross-guesses=risky is the appropriate choice.
|
|
|
|
dnl Sets the variables
|
|
|
|
dnl gl_cross_guess_normal (to be used when 'yes' is good and 'no' is bad),
|
|
|
|
dnl gl_cross_guess_inverted (to be used when 'no' is good and 'yes' is bad).
|
|
|
|
AC_ARG_ENABLE([cross-guesses],
|
2023-05-15 01:51:22 +00:00
|
|
|
[AS_HELP_STRING([[--enable-cross-guesses={conservative|risky}]],
|
Update from Gnulib
This incorporates:
2019-09-22 Update some URLs
2019-09-15 fcntl-h: fix compilation error of creat.c on MSVC
2019-09-15 creat: new module
2019-09-15 access: new module
2019-09-09 Add option to assume best, not worst, when cross-compiling.
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/careadlinkat.c, lib/careadlinkat.h, lib/count-leading-zeros.h:
* lib/count-trailing-zeros.h, lib/diffseq.h, lib/fcntl.in.h:
* lib/ftoastr.c, lib/get-permissions.c:
* lib/ieee754.in.h, lib/inttypes.in.h, lib/mktime.c, lib/open.c:
* lib/pathmax.h, lib/pipe2.c, lib/stddef.in.h, lib/stdint.in.h:
* lib/stdlib.in.h, lib/str-two-way.h, lib/string.in.h, lib/time.in.h:
* lib/timegm.c, lib/unistd.in.h, m4/canonicalize.m4:
* m4/extern-inline.m4, m4/fcntl_h.m4, m4/fdopendir.m4:
* m4/getgroups.m4, m4/getopt.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/largefile.m4:
* m4/lstat.m4, m4/memmem.m4, m4/mktime.m4, m4/nocrash.m4, m4/open.m4:
* m4/pselect.m4, m4/putenv.m4, m4/readlink.m4, m4/regex.m4:
* m4/symlink.m4, m4/unistd_h.m4, m4/utimens.m4, m4/utimes.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* m4/open-slash.m4: New file, copied from Gnulib.
2019-09-23 06:50:59 +00:00
|
|
|
[specify policy for cross-compilation guesses])],
|
|
|
|
[if test "x$enableval" != xconservative && test "x$enableval" != xrisky; then
|
|
|
|
AC_MSG_WARN([invalid argument supplied to --enable-cross-guesses])
|
|
|
|
enableval=conservative
|
|
|
|
fi
|
|
|
|
gl_cross_guesses="$enableval"],
|
|
|
|
[gl_cross_guesses=conservative])
|
|
|
|
if test $gl_cross_guesses = risky; then
|
|
|
|
gl_cross_guess_normal="guessing yes"
|
|
|
|
gl_cross_guess_inverted="guessing no"
|
|
|
|
else
|
|
|
|
gl_cross_guess_normal="guessing no"
|
|
|
|
gl_cross_guess_inverted="guessing yes"
|
|
|
|
fi
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
dnl Preparation for running test programs:
|
|
|
|
dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not
|
|
|
|
dnl to /dev/tty, so they can be redirected to log files. Such diagnostics
|
|
|
|
dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N.
|
|
|
|
LIBC_FATAL_STDERR_=1
|
|
|
|
export LIBC_FATAL_STDERR_
|
|
|
|
])
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
# gl_MODULE_INDICATOR_INIT_VARIABLE([variablename])
|
|
|
|
# gl_MODULE_INDICATOR_INIT_VARIABLE([variablename], [initialvalue])
|
|
|
|
# initializes the shell variable that indicates the presence of the given module
|
|
|
|
# as a C preprocessor expression.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_INIT_VARIABLE],
|
|
|
|
[
|
|
|
|
GL_MODULE_INDICATOR_PREFIX[]_[$1]=m4_if([$2], , [0], [$2])
|
|
|
|
AC_SUBST(GL_MODULE_INDICATOR_PREFIX[]_[$1])
|
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# gl_MODULE_INDICATOR_CONDITION
|
|
|
|
# expands to a C preprocessor expression that evaluates to 1 or 0, depending
|
|
|
|
# whether a gnulib module that has been requested shall be considered present
|
|
|
|
# or not.
|
2011-06-08 16:26:45 +00:00
|
|
|
m4_define([gl_MODULE_INDICATOR_CONDITION], [1])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE([modulename])
|
|
|
|
# sets the shell variable that indicates the presence of the given module to
|
|
|
|
# a C preprocessor expression that will evaluate to 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE],
|
|
|
|
[
|
2011-06-08 16:26:45 +00:00
|
|
|
gl_MODULE_INDICATOR_SET_VARIABLE_AUX(
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
[GL_MODULE_INDICATOR_PREFIX[]_GNULIB_[]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])],
|
2011-06-08 16:26:45 +00:00
|
|
|
[gl_MODULE_INDICATOR_CONDITION])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE_AUX([variable])
|
|
|
|
# modifies the shell variable to include the gl_MODULE_INDICATOR_CONDITION.
|
|
|
|
# The shell variable's value is a C preprocessor expression that evaluates
|
|
|
|
# to 0 or 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX],
|
|
|
|
[
|
|
|
|
m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1],
|
|
|
|
[
|
|
|
|
dnl Simplify the expression VALUE || 1 to 1.
|
|
|
|
$1=1
|
|
|
|
],
|
|
|
|
[gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1],
|
|
|
|
[gl_MODULE_INDICATOR_CONDITION])])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([variable], [condition])
|
|
|
|
# modifies the shell variable to include the given condition. The shell
|
|
|
|
# variable's value is a C preprocessor expression that evaluates to 0 or 1.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR],
|
|
|
|
[
|
|
|
|
dnl Simplify the expression 1 || CONDITION to 1.
|
|
|
|
if test "$[]$1" != 1; then
|
|
|
|
dnl Simplify the expression 0 || CONDITION to CONDITION.
|
|
|
|
if test "$[]$1" = 0; then
|
|
|
|
$1=$2
|
|
|
|
else
|
|
|
|
$1="($[]$1 || $2)"
|
|
|
|
fi
|
|
|
|
fi
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR([modulename])
|
|
|
|
# defines a C macro indicating the presence of the given module
|
|
|
|
# in a location where it can be used.
|
|
|
|
# | Value | Value |
|
|
|
|
# | in lib/ | in tests/ |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among main modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among tests-related modules: | 0 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module not present at all: | 0 | 0 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR],
|
|
|
|
[
|
|
|
|
AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___]),
|
|
|
|
[gl_MODULE_INDICATOR_CONDITION],
|
|
|
|
[Define to a C preprocessor expression that evaluates to 1 or 0,
|
|
|
|
depending whether the gnulib module $1 shall be considered present.])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_MODULE_INDICATOR_FOR_TESTS([modulename])
|
|
|
|
# defines a C macro indicating the presence of the given module
|
|
|
|
# in lib or tests. This is useful to determine whether the module
|
|
|
|
# should be tested.
|
|
|
|
# | Value | Value |
|
|
|
|
# | in lib/ | in tests/ |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among main modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module present among tests-related modules: | 1 | 1 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
# Module not present at all: | 0 | 0 |
|
|
|
|
# --------------------------------------------+---------+-----------+
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS],
|
|
|
|
[
|
|
|
|
AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz./-],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1],
|
|
|
|
[Define to 1 when the gnulib module $1 should be tested.])
|
|
|
|
])
|
|
|
|
|
2011-01-24 04:53:39 +00:00
|
|
|
# gl_ASSERT_NO_GNULIB_POSIXCHECK
|
|
|
|
# asserts that there will never be a need to #define GNULIB_POSIXCHECK.
|
|
|
|
# and thereby enables an optimization of configure and config.h.
|
|
|
|
# Used by Emacs.
|
|
|
|
AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK],
|
|
|
|
[
|
|
|
|
dnl Override gl_WARN_ON_USE_PREPARE.
|
2011-04-01 06:07:33 +00:00
|
|
|
dnl But hide this definition from 'aclocal'.
|
|
|
|
AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], [])
|
2011-01-24 04:53:39 +00:00
|
|
|
])
|
|
|
|
|
2011-01-22 00:12:10 +00:00
|
|
|
# gl_ASSERT_NO_GNULIB_TESTS
|
|
|
|
# asserts that there will be no gnulib tests in the scope of the configure.ac
|
|
|
|
# and thereby enables an optimization of config.h.
|
|
|
|
# Used by Emacs.
|
|
|
|
AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS],
|
|
|
|
[
|
|
|
|
dnl Override gl_MODULE_INDICATOR_FOR_TESTS.
|
|
|
|
AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [])
|
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# Test whether <features.h> exists.
|
|
|
|
# Set HAVE_FEATURES_H.
|
|
|
|
AC_DEFUN([gl_FEATURES_H],
|
|
|
|
[
|
|
|
|
AC_CHECK_HEADERS_ONCE([features.h])
|
|
|
|
if test $ac_cv_header_features_h = yes; then
|
|
|
|
HAVE_FEATURES_H=1
|
|
|
|
else
|
|
|
|
HAVE_FEATURES_H=0
|
|
|
|
fi
|
|
|
|
AC_SUBST([HAVE_FEATURES_H])
|
|
|
|
])
|
|
|
|
|
2011-10-07 21:15:00 +00:00
|
|
|
# gl_PROG_CC_C99
|
|
|
|
# Modifies the value of the shell variable CC in an attempt to make $CC
|
|
|
|
# understand ISO C99 source code.
|
|
|
|
AC_DEFUN([gl_PROG_CC_C99],
|
|
|
|
[
|
2020-12-24 15:48:40 +00:00
|
|
|
dnl Just use AC_PROG_CC_C99.
|
|
|
|
dnl When AC_PROG_CC_C99 and AC_PROG_CC_STDC are used together, the substituted
|
|
|
|
dnl value of CC will contain the C99 enabling options twice. But this is only
|
|
|
|
dnl a cosmetic problem.
|
|
|
|
dnl With Autoconf >= 2.70, use AC_PROG_CC since it implies AC_PROG_CC_C99;
|
|
|
|
dnl this avoids a "warning: The macro `AC_PROG_CC_C99' is obsolete."
|
|
|
|
m4_version_prereq([2.70],
|
|
|
|
[AC_REQUIRE([AC_PROG_CC])],
|
|
|
|
[AC_REQUIRE([AC_PROG_CC_C99])])
|
2011-10-07 21:15:00 +00:00
|
|
|
])
|
|
|
|
|
2011-09-03 23:08:32 +00:00
|
|
|
# gl_PROG_AR_RANLIB
|
|
|
|
# Determines the values for AR, ARFLAGS, RANLIB that fit with the compiler.
|
|
|
|
# The user can set the variables AR, ARFLAGS, RANLIB if he wants to override
|
|
|
|
# the values.
|
|
|
|
AC_DEFUN([gl_PROG_AR_RANLIB],
|
|
|
|
[
|
|
|
|
dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler
|
|
|
|
dnl as "cc", and GCC as "gcc". They have different object file formats and
|
2015-10-14 06:34:16 +00:00
|
|
|
dnl library formats. In particular, the GNU binutils programs ar and ranlib
|
2011-09-03 23:08:32 +00:00
|
|
|
dnl produce libraries that work only with gcc, not with cc.
|
|
|
|
AC_REQUIRE([AC_PROG_CC])
|
2017-03-12 07:53:02 +00:00
|
|
|
dnl The '][' hides this use from 'aclocal'.
|
|
|
|
AC_BEFORE([$0], [A][M_PROG_AR])
|
2011-09-03 23:08:32 +00:00
|
|
|
AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler],
|
|
|
|
[
|
|
|
|
AC_EGREP_CPP([Amsterdam],
|
|
|
|
[
|
|
|
|
#ifdef __ACK__
|
|
|
|
Amsterdam
|
|
|
|
#endif
|
|
|
|
],
|
|
|
|
[gl_cv_c_amsterdam_compiler=yes],
|
|
|
|
[gl_cv_c_amsterdam_compiler=no])
|
|
|
|
])
|
2015-10-14 06:34:16 +00:00
|
|
|
|
|
|
|
dnl Don't compete with AM_PROG_AR's decision about AR/ARFLAGS if we are not
|
|
|
|
dnl building with __ACK__.
|
|
|
|
if test $gl_cv_c_amsterdam_compiler = yes; then
|
|
|
|
if test -z "$AR"; then
|
2011-09-03 23:08:32 +00:00
|
|
|
AR='cc -c.a'
|
|
|
|
fi
|
|
|
|
if test -z "$ARFLAGS"; then
|
2015-10-14 06:34:16 +00:00
|
|
|
ARFLAGS='-o'
|
2011-09-03 23:08:32 +00:00
|
|
|
fi
|
2015-10-14 06:34:16 +00:00
|
|
|
else
|
|
|
|
dnl AM_PROG_AR was added in automake v1.11.2. AM_PROG_AR does not AC_SUBST
|
|
|
|
dnl ARFLAGS variable (it is filed into Makefile.in directly by automake
|
|
|
|
dnl script on-demand, if not specified by ./configure of course).
|
|
|
|
dnl Don't AC_REQUIRE the AM_PROG_AR otherwise the code for __ACK__ above
|
|
|
|
dnl will be ignored. Also, pay attention to call AM_PROG_AR in else block
|
|
|
|
dnl because AM_PROG_AR is written so it could re-set AR variable even for
|
|
|
|
dnl __ACK__. It may seem like its easier to avoid calling the macro here,
|
|
|
|
dnl but we need to AC_SUBST both AR/ARFLAGS (thus those must have some good
|
|
|
|
dnl default value and automake should usually know them).
|
2017-03-12 07:53:02 +00:00
|
|
|
dnl
|
|
|
|
dnl The '][' hides this use from 'aclocal'.
|
|
|
|
m4_ifdef([A][M_PROG_AR], [A][M_PROG_AR], [:])
|
2015-10-14 06:34:16 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
dnl In case the code above has not helped with setting AR/ARFLAGS, use
|
|
|
|
dnl Automake-documented default values for AR and ARFLAGS, but prefer
|
|
|
|
dnl ${host}-ar over ar (useful for cross-compiling).
|
|
|
|
AC_CHECK_TOOL([AR], [ar], [ar])
|
|
|
|
if test -z "$ARFLAGS"; then
|
|
|
|
ARFLAGS='cr'
|
2011-09-03 23:08:32 +00:00
|
|
|
fi
|
2015-10-14 06:34:16 +00:00
|
|
|
|
2011-09-03 23:08:32 +00:00
|
|
|
AC_SUBST([AR])
|
|
|
|
AC_SUBST([ARFLAGS])
|
|
|
|
if test -z "$RANLIB"; then
|
|
|
|
if test $gl_cv_c_amsterdam_compiler = yes; then
|
|
|
|
RANLIB=':'
|
|
|
|
else
|
|
|
|
dnl Use the ranlib program if it is available.
|
|
|
|
AC_PROG_RANLIB
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
AC_SUBST([RANLIB])
|
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# AC_C_RESTRICT
|
2020-12-24 15:48:40 +00:00
|
|
|
# This definition is copied from post-2.70 Autoconf and overrides the
|
|
|
|
# AC_C_RESTRICT macro from autoconf 2.60..2.70.
|
|
|
|
m4_version_prereq([2.70.1], [], [
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
AC_DEFUN([AC_C_RESTRICT],
|
|
|
|
[AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
|
|
|
|
[ac_cv_c_restrict=no
|
2020-12-24 15:48:40 +00:00
|
|
|
# Put '__restrict__' first, to avoid problems with glibc and non-GCC; see:
|
|
|
|
# https://lists.gnu.org/archive/html/bug-autoconf/2016-02/msg00006.html
|
|
|
|
# Put 'restrict' last, because C++ lacks it.
|
|
|
|
for ac_kw in __restrict__ __restrict _Restrict restrict; do
|
2014-09-02 19:17:23 +00:00
|
|
|
AC_COMPILE_IFELSE(
|
|
|
|
[AC_LANG_PROGRAM(
|
Update from Gnulib
This incorporates:
2018-06-29 regex: glibc does not use intprops.h
2018-06-28 regex: port to recently proposed glibc regex merge
2018-06-25 Continue to use spaces for indentation, not tabs
2018-06-25 manywarnings: Don't enable -Wjump-misses-init by default
2018-06-25 acl-internal.h: remove _GL_ATTRIBUTE_CONST on void function
2018-06-24 manywarnings: accommodate GCC 9: remove -Wchkp and -Wabi
2018-06-24 maint: clarify comments about sticky EOF
2018-06-24 af_alg: avoid hangs when reading from streams
2018-06-17 crypto: use byteswap
2018-06-17 getloadavg: Return 0 on MS-Windows without Cygwi
2018-06-17 getloadavg: Allow building on MS-Windows without Cygwin
* build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex:
* lib/acl-internal.c, lib/acl-internal.h, lib/get-permissions.c:
* lib/getloadavg.c, lib/gettimeofday.c, lib/md5.c, lib/pselect.c:
* lib/set-permissions.c, lib/sha1.c, lib/sha256.c, lib/sha512.c:
* lib/time.in.h, m4/getloadavg.m4, m4/gnulib-common.m4:
* m4/manywarnings.m4, m4/pthread_sigmask.m4, m4/vararrays.m4:
Copy from Gnulib.
2018-06-30 00:31:04 +00:00
|
|
|
[[typedef int *int_ptr;
|
|
|
|
int foo (int_ptr $ac_kw ip) { return ip[0]; }
|
|
|
|
int bar (int [$ac_kw]); /* Catch GCC bug 14050. */
|
|
|
|
int bar (int ip[$ac_kw]) { return ip[0]; }
|
|
|
|
]],
|
|
|
|
[[int s[1];
|
|
|
|
int *$ac_kw t = s;
|
|
|
|
t[0] = 0;
|
|
|
|
return foo (t) + bar (t);
|
|
|
|
]])],
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
[ac_cv_c_restrict=$ac_kw])
|
|
|
|
test "$ac_cv_c_restrict" != no && break
|
|
|
|
done
|
|
|
|
])
|
|
|
|
AH_VERBATIM([restrict],
|
|
|
|
[/* Define to the equivalent of the C99 'restrict' keyword, or to
|
|
|
|
nothing if this is not supported. Do not define if restrict is
|
2020-12-24 15:48:40 +00:00
|
|
|
supported only directly. */
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
#undef restrict
|
Update from gnulib
This incorporates:
2019-12-23 mktime, nstrftime: tweak division performance
2019-12-22 count-leading-zeros: assume 'long long'
2019-12-22 count-one-bits: assume 'long long'
2019-12-22 count-trailing-zeros: assume 'long long'
2019-12-12 inttypes-incomplete: assume 'long long'
2019-12-22 malloca: assume 'long long'
2019-12-22 stdint: assume 'long long'
2019-12-22 strtoll, strtoimax, strtoumax: assume 'long long'
2019-12-22 prefer lib_SOURCES to unconditional AC_LIBOBJ
2019-12-19 nstrftime: avoid a shadowing warning
2019-12-18 improve port of AC_C_RESTRICT to Oracle C++
2019-12-12 stdalign: port to xlclang 16.01
2019-12-11 stddef, unistd: fix compilation error in C++ mode on MSVC
2019-12-08 fix compilation errors in C++ mode on Haiku
2019-12-08 fix compilation errors in 32-bit C++ mode on HP-UX 11/ia64
2019-12-08 fix compilation error in C++ mode on OpenBSD
* build-aux/config.guess, doc/misc/texinfo.tex:
* lib/count-leading-zeros.h, lib/count-one-bits.h:
* lib/count-trailing-zeros.h, lib/inttypes.in.h, lib/malloca.h:
* lib/mktime.c, lib/nstrftime.c, lib/signal.in.h, lib/stdalign.in.h:
* lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h, lib/stdlib.in.h:
* lib/strtoimax.c, lib/unistd.in.h, m4/gnulib-common.m4:
* m4/inttypes.m4, m4/largefile.m4, m4/malloca.m4, m4/strtoimax.m4:
* m4/strtoll.m4:
Copy from Gnulib. Also, change copyright notices in some other
Gnulib-copied files to exactly match Gnulib, as Gnulib updated
them in a trivially different way.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
2020-01-01 03:11:22 +00:00
|
|
|
/* Work around a bug in older versions of Sun C++, which did not
|
|
|
|
#define __restrict__ or support _Restrict or __restrict__
|
|
|
|
even though the corresponding Sun C compiler ended up with
|
|
|
|
"#define restrict _Restrict" or "#define restrict __restrict__"
|
|
|
|
in the previous line. This workaround can be removed once
|
|
|
|
we assume Oracle Developer Studio 12.5 (2016) or later. */
|
|
|
|
#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# define _Restrict
|
2014-09-02 19:17:23 +00:00
|
|
|
# define __restrict__
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
#endif])
|
|
|
|
case $ac_cv_c_restrict in
|
|
|
|
restrict) ;;
|
|
|
|
no) AC_DEFINE([restrict], []) ;;
|
|
|
|
*) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;;
|
|
|
|
esac
|
2014-09-02 19:17:23 +00:00
|
|
|
])# AC_C_RESTRICT
|
2020-12-24 15:48:40 +00:00
|
|
|
])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
|
|
|
|
# gl_BIGENDIAN
|
|
|
|
# is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd.
|
|
|
|
# Note that AC_REQUIRE([AC_C_BIGENDIAN]) does not work reliably because some
|
|
|
|
# macros invoke AC_C_BIGENDIAN with arguments.
|
|
|
|
AC_DEFUN([gl_BIGENDIAN],
|
|
|
|
[
|
|
|
|
AC_C_BIGENDIAN
|
|
|
|
])
|
|
|
|
|
2020-12-24 15:48:40 +00:00
|
|
|
# A temporary file descriptor.
|
|
|
|
# Must be less than 10, because dash 0.5.8 does not support redirections
|
|
|
|
# with multi-digit file descriptors.
|
|
|
|
m4_define([GL_TMP_FD], 9)
|
|
|
|
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
# gl_SILENT(command)
|
|
|
|
# executes command, but without the normal configure output.
|
2020-12-24 15:48:40 +00:00
|
|
|
# This is useful when you want to invoke AC_CACHE_CHECK (or AC_CHECK_FUNC etc.)
|
|
|
|
# inside another AC_CACHE_CHECK.
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
AC_DEFUN([gl_SILENT],
|
|
|
|
[
|
2020-12-24 15:48:40 +00:00
|
|
|
exec GL_TMP_FD>&AS_MESSAGE_FD AS_MESSAGE_FD>/dev/null
|
|
|
|
$1
|
|
|
|
exec AS_MESSAGE_FD>&GL_TMP_FD GL_TMP_FD>&-
|
Update from Gnulib
This incorporates:
2020-07-30 work around some Oracle Studio attribute bugs
2020-07-29 fsusage, regex, stat-size: remove Cray support
2020-07-26 inttypes: remove support for AIX 4
2020-07-26 gettimeofday: remove workaround for Mac OS X 10.0
2020-07-26 don't require gl_LOCALTIME_BUFFER_DEFAULTS
2020-07-26 alloca: remove Cray-2 and Cray Y-MP support
2020-07-26 libgmp: remove dependency on havelib
2020-07-26 libgmp: remove HAVE_GMP, LIB_GMP
2020-07-25 multiarch: prepare for x86_64+arm64 universal in macOS 11
2020-07-25 sigprocmask: small autoconf macro improvement
2020-07-25 small autoconf macro improvements
2020-07-24 timespec: remove dependence on ‘verify’
2020-07-24 optimize a few more three-valued comparisons
2020-07-24 fix _GL_CMP parenthesization typo
2020-07-23 optimize three-valued comparison between integers
2020-07-24 doc: update for Mac OS X 10.13
2020-07-23 fchmodat, lchmod: use /proc on Cygwin
2020-07-21 inttypes: fix PRI*PTR and SCN*PTR on 64-bit native Windows
2020-07-12 libgmp: avoid warning when --without-libgmp is used
2020-07-12 libgmp: link to the correct shared library
* lib/mini-gmp-gnulib.c: Ignore -Wsuggest-attribute=malloc only for
* build-aux/config.guess, build-aux/config.sub:
* build-aux/install-sh, doc/misc/texinfo.tex, lib/c-strcasecmp.c:
* lib/c-strncasecmp.c, lib/fchmodat.c, lib/fsusage.c:
* lib/gettimeofday.c, lib/inttypes.in.h, lib/lchmod.c:
* lib/mini-gmp-gnulib.c, lib/nstrftime.c, lib/regex.h, lib/timespec.h:
* m4/alloca.m4, m4/getgroups.m4, m4/gettimeofday.m4:
* m4/gnulib-common.m4, m4/inttypes.m4, m4/libgmp.m4, m4/mktime.m4:
* m4/multiarch.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/Makefile.in, test/Makefile.in (LIBGMP):
Rename from LIB_GMP for compatibility with Gnulib.
All uses changed.
2020-07-30 20:58:58 +00:00
|
|
|
])
|
|
|
|
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
# gl_CACHE_VAL_SILENT(cache-id, command-to-set-it)
|
|
|
|
# is like AC_CACHE_VAL(cache-id, command-to-set-it), except that it does not
|
|
|
|
# output a spurious "(cached)" mark in the midst of other configure output.
|
|
|
|
# This macro should be used instead of AC_CACHE_VAL when it is not surrounded
|
|
|
|
# by an AC_MSG_CHECKING/AC_MSG_RESULT pair.
|
|
|
|
AC_DEFUN([gl_CACHE_VAL_SILENT],
|
|
|
|
[
|
2020-12-24 15:48:40 +00:00
|
|
|
gl_SILENT([
|
|
|
|
AC_CACHE_VAL([$1], [$2])
|
|
|
|
])
|
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
* lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
* m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
New files, generated automatically, with 'make sync-from-gnulib'
followed by 'make'.
* configure, lisp/dired.el, src/config.in: Regenerate.
2011-01-08 21:19:44 +00:00
|
|
|
])
|
2014-01-11 07:01:30 +00:00
|
|
|
|
2022-02-23 19:11:52 +00:00
|
|
|
# gl_CONDITIONAL(conditional, condition)
|
|
|
|
# is like AM_CONDITIONAL(conditional, condition), except that it does not
|
|
|
|
# produce an error
|
|
|
|
# configure: error: conditional "..." was never defined.
|
|
|
|
# Usually this means the macro was only invoked conditionally.
|
|
|
|
# when only invoked conditionally. Instead, in that case, both the _TRUE
|
|
|
|
# and the _FALSE case are disabled.
|
|
|
|
AC_DEFUN([gl_CONDITIONAL],
|
|
|
|
[
|
|
|
|
pushdef([AC_CONFIG_COMMANDS_PRE], [:])dnl
|
|
|
|
AM_CONDITIONAL([$1], [$2])
|
|
|
|
popdef([AC_CONFIG_COMMANDS_PRE])dnl
|
|
|
|
if test -z "${[$1]_TRUE}" && test -z "${[$1]_FALSE}"; then
|
|
|
|
[$1]_TRUE='#'
|
|
|
|
[$1]_FALSE='#'
|
|
|
|
fi
|
|
|
|
])
|
|
|
|
|
Update from Gnulib
Make the following changes by hand, and run 'admin/merge-gnulib'.
* .gitignore: Add lib/malloc/*.gl.h.
* admin/merge-gnulib: Copy lib/af_alg.h and lib/save-cwd.h
directly from Gnulib, without worrying about Gnulib modules,
as these files are special cases.
(AVOIDED_MODULES): Remove malloc-posix.
* lib/malloc.c, lib/realloc.c, m4/malloc.m4, m4/realloc.m4:
* m4/year2038.m4: New files, copied from Gnulib.
* lib/malloca.c, lib/malloca.h:
* m4/close-stream.m4, m4/glibc21.m4, m4/malloca.m4:
Remove. These are either no longer present in Gnulib, or are no
longer needed by modules that Emacs uses.
* oldXMenu/AddPane.c, oldXmenu/Addsel.c: Include XmenuInt.h first;
needed for new Gnulib.
* src/xmenu.c: Call emacs_abort, not abort.
2021-10-04 19:11:39 +00:00
|
|
|
# gl_CC_ALLOW_WARNINGS
|
|
|
|
# sets and substitutes a variable GL_CFLAG_ALLOW_WARNINGS, to a $(CC) option
|
|
|
|
# that reverts a preceding '-Werror' option, if available.
|
|
|
|
# This is expected to be '-Wno-error' on gcc, clang (except clang/MSVC), xlclang
|
|
|
|
# and empty otherwise.
|
|
|
|
AC_DEFUN([gl_CC_ALLOW_WARNINGS],
|
|
|
|
[
|
|
|
|
AC_REQUIRE([AC_PROG_CC])
|
|
|
|
AC_CACHE_CHECK([for C compiler option to allow warnings],
|
|
|
|
[gl_cv_cc_wallow],
|
|
|
|
[rm -f conftest*
|
|
|
|
echo 'int dummy;' > conftest.c
|
|
|
|
AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c 2>conftest1.err]) >/dev/null
|
|
|
|
AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -Wno-error -c conftest.c 2>conftest2.err]) >/dev/null
|
|
|
|
dnl Test the number of error output lines, because AIX xlc accepts the
|
|
|
|
dnl option '-Wno-error', just to produce a warning
|
|
|
|
dnl "Option -Wno-error was incorrectly specified. The option will be ignored."
|
|
|
|
dnl afterwards.
|
|
|
|
if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then
|
|
|
|
gl_cv_cc_wallow='-Wno-error'
|
|
|
|
else
|
|
|
|
gl_cv_cc_wallow=none
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
])
|
|
|
|
case "$gl_cv_cc_wallow" in
|
|
|
|
none) GL_CFLAG_ALLOW_WARNINGS='' ;;
|
|
|
|
*) GL_CFLAG_ALLOW_WARNINGS="$gl_cv_cc_wallow" ;;
|
|
|
|
esac
|
|
|
|
AC_SUBST([GL_CFLAG_ALLOW_WARNINGS])
|
|
|
|
])
|
|
|
|
|
|
|
|
# gl_CXX_ALLOW_WARNINGS
|
|
|
|
# sets and substitutes a variable GL_CXXFLAG_ALLOW_WARNINGS, to a $(CC) option
|
|
|
|
# that reverts a preceding '-Werror' option, if available.
|
|
|
|
AC_DEFUN([gl_CXX_ALLOW_WARNINGS],
|
|
|
|
[
|
|
|
|
dnl Requires AC_PROG_CXX or gl_PROG_ANSI_CXX.
|
|
|
|
if test -n "$CXX" && test "$CXX" != no; then
|
|
|
|
AC_CACHE_CHECK([for C++ compiler option to allow warnings],
|
|
|
|
[gl_cv_cxx_wallow],
|
|
|
|
[rm -f conftest*
|
|
|
|
echo 'int dummy;' > conftest.cc
|
|
|
|
AC_TRY_COMMAND([${CXX-c++} $CXXFLAGS $CPPFLAGS -c conftest.cc 2>conftest1.err]) >/dev/null
|
|
|
|
AC_TRY_COMMAND([${CXX-c++} $CXXFLAGS $CPPFLAGS -Wno-error -c conftest.cc 2>conftest2.err]) >/dev/null
|
|
|
|
dnl Test the number of error output lines, because AIX xlC accepts the
|
|
|
|
dnl option '-Wno-error', just to produce a warning
|
|
|
|
dnl "Option -Wno-error was incorrectly specified. The option will be ignored."
|
|
|
|
dnl afterwards.
|
|
|
|
if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then
|
|
|
|
gl_cv_cxx_wallow='-Wno-error'
|
|
|
|
else
|
|
|
|
gl_cv_cxx_wallow=none
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
])
|
|
|
|
case "$gl_cv_cxx_wallow" in
|
|
|
|
none) GL_CXXFLAG_ALLOW_WARNINGS='' ;;
|
|
|
|
*) GL_CXXFLAG_ALLOW_WARNINGS="$gl_cv_cxx_wallow" ;;
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
GL_CXXFLAG_ALLOW_WARNINGS=''
|
|
|
|
fi
|
|
|
|
AC_SUBST([GL_CXXFLAG_ALLOW_WARNINGS])
|
|
|
|
])
|
|
|
|
|
2022-02-23 19:11:52 +00:00
|
|
|
# gl_CC_GNULIB_WARNINGS
|
|
|
|
# sets and substitutes a variable GL_CFLAG_GNULIB_WARNINGS, to a $(CC) option
|
|
|
|
# set that enables or disables warnings as suitable for the Gnulib coding style.
|
|
|
|
AC_DEFUN([gl_CC_GNULIB_WARNINGS],
|
|
|
|
[
|
|
|
|
AC_REQUIRE([gl_CC_ALLOW_WARNINGS])
|
|
|
|
dnl Assume that the compiler supports -Wno-* options only if it also supports
|
|
|
|
dnl -Wno-error.
|
|
|
|
GL_CFLAG_GNULIB_WARNINGS=''
|
|
|
|
if test -n "$GL_CFLAG_ALLOW_WARNINGS"; then
|
|
|
|
dnl Enable these warning options:
|
|
|
|
dnl
|
|
|
|
dnl GCC clang
|
|
|
|
dnl -Wno-cast-qual >= 3 >= 3.9
|
|
|
|
dnl -Wno-conversion >= 3 >= 3.9
|
|
|
|
dnl -Wno-float-conversion >= 4.9 >= 3.9
|
|
|
|
dnl -Wno-float-equal >= 3 >= 3.9
|
|
|
|
dnl -Wimplicit-fallthrough >= 7 >= 3.9
|
|
|
|
dnl -Wno-pedantic >= 4.8 >= 3.9
|
|
|
|
dnl -Wno-sign-compare >= 3 >= 3.9
|
|
|
|
dnl -Wno-sign-conversion >= 4.3 >= 3.9
|
2024-01-20 19:45:04 +00:00
|
|
|
dnl -Wno-tautological-out-of-range-compare - >= 3.9
|
2022-02-23 19:11:52 +00:00
|
|
|
dnl -Wno-type-limits >= 4.3 >= 3.9
|
|
|
|
dnl -Wno-undef >= 3 >= 3.9
|
|
|
|
dnl -Wno-unsuffixed-float-constants >= 4.5
|
|
|
|
dnl -Wno-unused-function >= 3 >= 3.9
|
|
|
|
dnl -Wno-unused-parameter >= 3 >= 3.9
|
|
|
|
dnl
|
|
|
|
cat > conftest.c <<\EOF
|
|
|
|
#if __GNUC__ >= 3 || (__clang_major__ + (__clang_minor__ >= 9) > 3)
|
|
|
|
-Wno-cast-qual
|
|
|
|
-Wno-conversion
|
|
|
|
-Wno-float-equal
|
|
|
|
-Wno-sign-compare
|
|
|
|
-Wno-undef
|
|
|
|
-Wno-unused-function
|
|
|
|
-Wno-unused-parameter
|
|
|
|
#endif
|
|
|
|
#if __GNUC__ + (__GNUC_MINOR__ >= 9) > 4 || (__clang_major__ + (__clang_minor__ >= 9) > 3)
|
|
|
|
-Wno-float-conversion
|
|
|
|
#endif
|
|
|
|
#if __GNUC__ >= 7 || (__clang_major__ + (__clang_minor__ >= 9) > 3)
|
|
|
|
-Wimplicit-fallthrough
|
|
|
|
#endif
|
|
|
|
#if __GNUC__ + (__GNUC_MINOR__ >= 8) > 4 || (__clang_major__ + (__clang_minor__ >= 9) > 3)
|
|
|
|
-Wno-pedantic
|
|
|
|
#endif
|
2024-01-20 19:45:04 +00:00
|
|
|
#if 3 < __clang_major__ + (9 <= __clang_minor__)
|
|
|
|
-Wno-tautological-constant-out-of-range-compare
|
|
|
|
#endif
|
2022-02-23 19:11:52 +00:00
|
|
|
#if __GNUC__ + (__GNUC_MINOR__ >= 3) > 4 || (__clang_major__ + (__clang_minor__ >= 9) > 3)
|
|
|
|
-Wno-sign-conversion
|
|
|
|
-Wno-type-limits
|
|
|
|
#endif
|
|
|
|
#if __GNUC__ + (__GNUC_MINOR__ >= 5) > 4
|
|
|
|
-Wno-unsuffixed-float-constants
|
|
|
|
#endif
|
|
|
|
EOF
|
|
|
|
gl_command="$CC $CFLAGS $CPPFLAGS -E conftest.c > conftest.out"
|
|
|
|
if AC_TRY_EVAL([gl_command]); then
|
|
|
|
gl_options=`grep -v '#' conftest.out`
|
|
|
|
for word in $gl_options; do
|
|
|
|
GL_CFLAG_GNULIB_WARNINGS="$GL_CFLAG_GNULIB_WARNINGS $word"
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
rm -f conftest.c conftest.out
|
|
|
|
fi
|
|
|
|
AC_SUBST([GL_CFLAG_GNULIB_WARNINGS])
|
|
|
|
])
|
|
|
|
|
2021-12-19 00:12:38 +00:00
|
|
|
dnl gl_CONDITIONAL_HEADER([foo.h])
|
|
|
|
dnl takes a shell variable GL_GENERATE_FOO_H (with value true or false) as input
|
|
|
|
dnl and produces
|
|
|
|
dnl - an AC_SUBSTed variable FOO_H that is either a file name or empty, based
|
|
|
|
dnl on whether GL_GENERATE_FOO_H is true or false,
|
|
|
|
dnl - an Automake conditional GL_GENERATE_FOO_H that evaluates to the value of
|
|
|
|
dnl the shell variable GL_GENERATE_FOO_H.
|
|
|
|
AC_DEFUN([gl_CONDITIONAL_HEADER],
|
|
|
|
[
|
|
|
|
m4_pushdef([gl_header_name], AS_TR_SH(m4_toupper($1)))
|
|
|
|
m4_pushdef([gl_generate_var], [GL_GENERATE_]AS_TR_SH(m4_toupper($1)))
|
|
|
|
m4_pushdef([gl_generate_cond], [GL_GENERATE_]AS_TR_SH(m4_toupper($1)))
|
|
|
|
case "$gl_generate_var" in
|
|
|
|
false) gl_header_name='' ;;
|
|
|
|
true)
|
|
|
|
dnl It is OK to use a .h file in lib/ from within tests/, but not vice
|
|
|
|
dnl versa.
|
|
|
|
if test -z "$gl_header_name"; then
|
|
|
|
gl_header_name="${gl_source_base_prefix}$1"
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*) echo "*** gl_generate_var is not set correctly" 1>&2; exit 1 ;;
|
|
|
|
esac
|
|
|
|
AC_SUBST(gl_header_name)
|
2022-02-23 19:11:52 +00:00
|
|
|
gl_CONDITIONAL(gl_generate_cond, [$gl_generate_var])
|
2021-12-19 00:12:38 +00:00
|
|
|
m4_popdef([gl_generate_cond])
|
|
|
|
m4_popdef([gl_generate_var])
|
|
|
|
m4_popdef([gl_header_name])
|
|
|
|
])
|
|
|
|
|
2023-02-26 01:01:22 +00:00
|
|
|
dnl Preparations for gl_CHECK_FUNCS_MACOS.
|
|
|
|
AC_DEFUN([gl_PREPARE_CHECK_FUNCS_MACOS],
|
|
|
|
[
|
|
|
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
|
|
AC_REQUIRE([gl_COMPILER_CLANG])
|
|
|
|
AC_CACHE_CHECK([for compiler option needed when checking for future declarations],
|
|
|
|
[gl_cv_compiler_check_future_option],
|
|
|
|
[case "$host_os" in
|
|
|
|
dnl This is only needed on macOS.
|
|
|
|
darwin*)
|
|
|
|
if test $gl_cv_compiler_clang = yes; then
|
|
|
|
dnl Test whether the compiler supports the option
|
|
|
|
dnl '-Werror=unguarded-availability-new'.
|
2024-01-20 19:45:04 +00:00
|
|
|
saved_ac_compile="$ac_compile"
|
2023-02-26 01:01:22 +00:00
|
|
|
ac_compile="$ac_compile -Werror=unguarded-availability-new"
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]],[[]])],
|
|
|
|
[gl_cv_compiler_check_future_option='-Werror=unguarded-availability-new'],
|
|
|
|
[gl_cv_compiler_check_future_option=none])
|
2024-01-20 19:45:04 +00:00
|
|
|
ac_compile="$saved_ac_compile"
|
2023-02-26 01:01:22 +00:00
|
|
|
else
|
|
|
|
gl_cv_compiler_check_future_option=none
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*) gl_cv_compiler_check_future_option=none ;;
|
|
|
|
esac
|
|
|
|
])
|
|
|
|
])
|
|
|
|
|
|
|
|
dnl Pieces of the expansion of
|
|
|
|
dnl gl_CHECK_FUNCS_ANDROID
|
|
|
|
dnl gl_CHECK_FUNCS_MACOS
|
|
|
|
dnl gl_CHECK_FUNCS_ANDROID_MACOS
|
|
|
|
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_DEFAULT_CASE],
|
|
|
|
[
|
|
|
|
*)
|
|
|
|
AC_CHECK_FUNC([$1])
|
|
|
|
[gl_cv_onwards_func_][$1]=$[ac_cv_func_][$1]
|
|
|
|
;;
|
|
|
|
])
|
|
|
|
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_CASE_FOR_ANDROID],
|
|
|
|
[
|
|
|
|
linux*-android*)
|
|
|
|
AC_CHECK_DECL([$1], , , [$2])
|
|
|
|
if test $[ac_cv_have_decl_][$1] = yes; then
|
|
|
|
AC_CHECK_FUNC([[$1]])
|
|
|
|
if test $[ac_cv_func_][$1] = yes; then
|
|
|
|
[gl_cv_onwards_func_][$1]=yes
|
|
|
|
else
|
|
|
|
dnl The function is declared but does not exist. This should not
|
|
|
|
dnl happen normally. But anyway, we know that a future version
|
|
|
|
dnl of Android will have the function.
|
|
|
|
[gl_cv_onwards_func_][$1]='future OS version'
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
[gl_cv_onwards_func_][$1]='future OS version'
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
])
|
|
|
|
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_CASE_FOR_MACOS],
|
|
|
|
[
|
|
|
|
darwin*)
|
|
|
|
if test "x$gl_cv_compiler_check_future_option" != "xnone"; then
|
|
|
|
dnl Use a compile test, not a link test.
|
2024-01-20 19:45:04 +00:00
|
|
|
saved_ac_compile="$ac_compile"
|
2023-02-26 01:01:22 +00:00
|
|
|
ac_compile="$ac_compile $gl_cv_compiler_check_future_option"
|
2024-01-20 19:45:04 +00:00
|
|
|
saved_ac_compile_for_check_decl="$ac_compile_for_check_decl"
|
2023-02-26 01:01:22 +00:00
|
|
|
ac_compile_for_check_decl="$ac_compile_for_check_decl $gl_cv_compiler_check_future_option"
|
|
|
|
unset [ac_cv_have_decl_][$1]
|
|
|
|
AC_CHECK_DECL([$1], , , [$2])
|
2024-01-20 19:45:04 +00:00
|
|
|
ac_compile="$saved_ac_compile"
|
|
|
|
ac_compile_for_check_decl="$saved_ac_compile_for_check_decl"
|
2023-02-26 01:01:22 +00:00
|
|
|
[ac_cv_func_][$1]="$[ac_cv_have_decl_][$1]"
|
|
|
|
if test $[ac_cv_func_][$1] = yes; then
|
|
|
|
[gl_cv_onwards_func_][$1]=yes
|
|
|
|
else
|
|
|
|
unset [ac_cv_have_decl_][$1]
|
|
|
|
AC_CHECK_DECL([$1], , , [$2])
|
|
|
|
if test $[ac_cv_have_decl_][$1] = yes; then
|
|
|
|
[gl_cv_onwards_func_][$1]='future OS version'
|
|
|
|
else
|
|
|
|
[gl_cv_onwards_func_][$1]=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
AC_CHECK_FUNC([$1])
|
|
|
|
[gl_cv_onwards_func_][$1]=$[ac_cv_func_][$1]
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
])
|
|
|
|
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_SET_RESULTS],
|
|
|
|
[
|
|
|
|
case "$[gl_cv_onwards_func_][$1]" in
|
|
|
|
future*) [ac_cv_func_][$1]=no ;;
|
|
|
|
*) [ac_cv_func_][$1]=$[gl_cv_onwards_func_][$1] ;;
|
|
|
|
esac
|
|
|
|
if test $[ac_cv_func_][$1] = yes; then
|
|
|
|
AC_DEFINE([HAVE_]m4_translit([[$1]],
|
|
|
|
[abcdefghijklmnopqrstuvwxyz],
|
|
|
|
[ABCDEFGHIJKLMNOPQRSTUVWXYZ]),
|
|
|
|
[1], [Define to 1 if you have the `$1' function.])
|
|
|
|
fi
|
|
|
|
])
|
|
|
|
|
2023-01-07 01:53:54 +00:00
|
|
|
dnl gl_CHECK_FUNCS_ANDROID([func], [[#include <foo.h>]])
|
|
|
|
dnl is like AC_CHECK_FUNCS([func]), taking into account a portability problem
|
|
|
|
dnl on Android.
|
2023-02-04 22:45:11 +00:00
|
|
|
dnl
|
|
|
|
dnl When code is compiled on Android, it is in the context of a certain
|
|
|
|
dnl "Android API level", which indicates the minimum version of Android on
|
|
|
|
dnl which the app can be installed. In other words, you don't compile for a
|
|
|
|
dnl specific version of Android. You compile for all versions of Android,
|
|
|
|
dnl onwards from the given API level.
|
|
|
|
dnl Thus, the question "does the OS have the function func" has three possible
|
|
|
|
dnl answers:
|
|
|
|
dnl - yes, in all versions starting from the given API level,
|
|
|
|
dnl - no, in no version,
|
|
|
|
dnl - not in the given API level, but in a later version of Android.
|
|
|
|
dnl
|
|
|
|
dnl In detail, this works as follows:
|
|
|
|
dnl If func was added to Android API level, say, 28, then the libc.so has the
|
|
|
|
dnl symbol func always, whereas the header file <foo.h> declares func
|
2023-01-07 01:53:54 +00:00
|
|
|
dnl conditionally:
|
|
|
|
dnl #if __ANDROID_API__ >= 28
|
|
|
|
dnl ... func (...) __INTRODUCED_IN(28);
|
|
|
|
dnl #endif
|
|
|
|
dnl Thus, when compiling with "clang -target armv7a-unknown-linux-android28",
|
|
|
|
dnl the function func is declared and exists in libc.
|
|
|
|
dnl Whereas when compiling with "clang -target armv7a-unknown-linux-android27",
|
2023-02-04 22:45:11 +00:00
|
|
|
dnl the function func is not declared but exists in libc.
|
|
|
|
dnl
|
|
|
|
dnl This macro sets two variables:
|
|
|
|
dnl - gl_cv_onwards_func_<func> to yes / no / "future OS version"
|
|
|
|
dnl - ac_cv_func_<func> to yes / no / no
|
|
|
|
dnl The first variable allows to distinguish all three cases.
|
|
|
|
dnl The second variable is set, so that an invocation
|
|
|
|
dnl gl_CHECK_FUNCS_ANDROID([func], [[#include <foo.h>]])
|
|
|
|
dnl can be used as a drop-in replacement for
|
|
|
|
dnl AC_CHECK_FUNCS([func]).
|
2023-01-07 01:53:54 +00:00
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_ANDROID],
|
|
|
|
[
|
2023-02-04 22:45:11 +00:00
|
|
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
|
|
AC_CACHE_CHECK([for [$1]],
|
|
|
|
[[gl_cv_onwards_func_][$1]],
|
|
|
|
[gl_SILENT([
|
|
|
|
case "$host_os" in
|
2023-02-26 01:01:22 +00:00
|
|
|
gl_CHECK_FUNCS_CASE_FOR_ANDROID([$1], [$2])
|
|
|
|
gl_CHECK_FUNCS_DEFAULT_CASE([$1])
|
2023-02-04 22:45:11 +00:00
|
|
|
esac
|
|
|
|
])
|
|
|
|
])
|
2023-02-26 01:01:22 +00:00
|
|
|
gl_CHECK_FUNCS_SET_RESULTS([$1])
|
|
|
|
])
|
|
|
|
|
|
|
|
dnl gl_CHECK_FUNCS_MACOS([func], [[#include <foo.h>]])
|
|
|
|
dnl is like AC_CHECK_FUNCS([func]), taking into account a portability problem
|
|
|
|
dnl on macOS.
|
|
|
|
dnl
|
|
|
|
dnl When code is compiled on macOS, it is in the context of a certain minimum
|
|
|
|
dnl macOS version, that can be set through the option '-mmacosx-version-min='.
|
|
|
|
dnl In other words, you don't compile for a specific version of macOS. You
|
|
|
|
dnl compile for all versions of macOS, onwards from the given version.
|
|
|
|
dnl Thus, the question "does the OS have the function func" has three possible
|
|
|
|
dnl answers:
|
|
|
|
dnl - yes, in all versions starting from the given version,
|
|
|
|
dnl - no, in no version,
|
|
|
|
dnl - not in the given version, but in a later version of macOS.
|
|
|
|
dnl
|
|
|
|
dnl In detail, this works as follows:
|
|
|
|
dnl If func was added to, say, macOS version 13, then the libc has the
|
|
|
|
dnl symbol func always, whereas the header file <foo.h> declares func
|
|
|
|
dnl conditionally with a special availability attribute:
|
|
|
|
dnl ... func (...) __attribute__((availability(macos,introduced=13.0)));
|
|
|
|
dnl Thus, when compiling with "clang mmacosx-version-min=13", there is no
|
|
|
|
dnl warning about the use of func, and the resulting binary
|
|
|
|
dnl - runs fine on macOS 13,
|
|
|
|
dnl - aborts with a dyld "Symbol not found" message on macOS 12.
|
|
|
|
dnl Whereas, when compiling with "clang mmacosx-version-min=12", there is a
|
|
|
|
dnl warning: 'func' is only available on macOS 13.0 or newer
|
|
|
|
dnl [-Wunguarded-availability-new],
|
|
|
|
dnl and the resulting binary
|
|
|
|
dnl - runs fine on macOS 13,
|
|
|
|
dnl - crashes with a SIGSEGV (signal 11) on macOS 12.
|
|
|
|
dnl
|
|
|
|
dnl This macro sets two variables:
|
|
|
|
dnl - gl_cv_onwards_func_<func> to yes / no / "future OS version"
|
|
|
|
dnl - ac_cv_func_<func> to yes / no / no
|
|
|
|
dnl The first variable allows to distinguish all three cases.
|
|
|
|
dnl The second variable is set, so that an invocation
|
|
|
|
dnl gl_CHECK_FUNCS_MACOS([func], [[#include <foo.h>]])
|
|
|
|
dnl can be used as a drop-in replacement for
|
|
|
|
dnl AC_CHECK_FUNCS([func]).
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_MACOS],
|
|
|
|
[
|
|
|
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
|
|
AC_REQUIRE([gl_PREPARE_CHECK_FUNCS_MACOS])
|
|
|
|
AC_CACHE_CHECK([for [$1]],
|
|
|
|
[[gl_cv_onwards_func_][$1]],
|
|
|
|
[gl_SILENT([
|
|
|
|
case "$host_os" in
|
|
|
|
gl_CHECK_FUNCS_CASE_FOR_MACOS([$1], [$2])
|
|
|
|
gl_CHECK_FUNCS_DEFAULT_CASE([$1])
|
|
|
|
esac
|
|
|
|
])
|
|
|
|
])
|
|
|
|
gl_CHECK_FUNCS_SET_RESULTS([$1])
|
|
|
|
])
|
|
|
|
|
|
|
|
dnl gl_CHECK_FUNCS_ANDROID_MACOS([func], [[#include <foo.h>]])
|
|
|
|
dnl is like AC_CHECK_FUNCS([func]), taking into account a portability problem
|
|
|
|
dnl on Android and on macOS.
|
|
|
|
dnl It is the combination of gl_CHECK_FUNCS_ANDROID and gl_CHECK_FUNCS_MACOS.
|
|
|
|
AC_DEFUN([gl_CHECK_FUNCS_ANDROID_MACOS],
|
|
|
|
[
|
|
|
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
|
|
AC_REQUIRE([gl_PREPARE_CHECK_FUNCS_MACOS])
|
|
|
|
AC_CACHE_CHECK([for [$1]],
|
|
|
|
[[gl_cv_onwards_func_][$1]],
|
|
|
|
[gl_SILENT([
|
|
|
|
case "$host_os" in
|
|
|
|
gl_CHECK_FUNCS_CASE_FOR_ANDROID([$1], [$2])
|
|
|
|
gl_CHECK_FUNCS_CASE_FOR_MACOS([$1], [$2])
|
|
|
|
gl_CHECK_FUNCS_DEFAULT_CASE([$1])
|
|
|
|
esac
|
|
|
|
])
|
|
|
|
])
|
|
|
|
gl_CHECK_FUNCS_SET_RESULTS([$1])
|
2023-01-07 01:53:54 +00:00
|
|
|
])
|
|
|
|
|
Update from Gnulib
This incorporates:
2020-08-16 time_rz: remove unused functions
2020-08-16 time_rz: fix issues with mktime_z failures
2020-08-16 nstrftime: Guide inlining also on clang
2020-08-16 intprops: Avoid bogus warning on clang
2020-08-16 libc-config: Enable __REDIRECT macro also on clang
2020-08-16 regex: Use initializer shorthand syntax also with clang
2020-08-16 regex: Use space optimization also with clang
2020-08-16 Use _Static_assert and static_assert when present on clang
2020-08-16 Use 'throw ()' for optimization in C++ mode also on clang
2020-08-16 stdio: Don't break attribute 'scanf' on clang
2020-08-16 Fix "warning: 'format' attribute ...: rpl_printf"
2020-08-16 Fix "warning: attribute declaration must precede definition"
2020-08-16 Fix undesired warnings
2020-08-16 Don't use Autoconf quadrigraphsxo
2020-08-16 Fix quoting of AC_LANG_PROGRAM arguments
2020-08-16 Assume autoconf >= 2.64
2020-08-15 nstrftime: be more predictable about errno
2020-08-15 canonicalize: Fix autoconf test on MSVC/clang
2020-08-15 Support compiling without -loldnames on native Windows
2020-08-14 mktime, mktime-internal: Remove obsolete code
2020-08-14 Assume tzset exists
* lib/c++defs.h, lib/canonicalize-lgpl.c, lib/cdefs.h, lib/dup2.c:
* lib/fcntl.in.h, lib/getopt-cdefs.in.h, lib/intprops.h, lib/md5.h:
* lib/mktime.c, lib/nstrftime.c, lib/open.c, lib/regcomp.c:
* lib/regex_internal.h, lib/stdio.in.h, lib/stdlib.in.h:
* lib/strftime.h, lib/string.in.h, lib/sys_select.in.h:
* lib/sys_stat.in.h, lib/sys_time.in.h, lib/time.in.h, lib/time_rz.c:
* lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
* m4/absolute-header.m4, m4/alloca.m4, m4/canonicalize.m4, m4/dup2.m4:
* m4/fchmodat.m4, m4/fcntl.m4, m4/fdopendir.m4, m4/fpending.m4:
* m4/futimens.m4, m4/getdtablesize.m4, m4/getloadavg.m4:
* m4/gnulib-common.m4, m4/include_next.m4, m4/largefile.m4:
* m4/manywarnings.m4, m4/mktime.m4, m4/nstrftime.m4, m4/open-slash.m4:
* m4/pselect.m4, m4/pthread_sigmask.m4, m4/time_h.m4, m4/utimens.m4:
* m4/utimensat.m4, m4/utimes.m4, m4/warnings.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
2020-08-16 21:22:56 +00:00
|
|
|
dnl Expands to some code for use in .c programs that, on native Windows, defines
|
|
|
|
dnl the Microsoft deprecated alias function names to the underscore-prefixed
|
|
|
|
dnl actual function names. With this macro, these function names are available
|
|
|
|
dnl without linking with '-loldnames' and without generating warnings.
|
|
|
|
dnl Usage: Use it after all system header files are included.
|
|
|
|
dnl #include <...>
|
|
|
|
dnl #include <...>
|
|
|
|
dnl ]GL_MDA_DEFINES[
|
|
|
|
dnl ...
|
|
|
|
AC_DEFUN([GL_MDA_DEFINES],[
|
|
|
|
AC_REQUIRE([_GL_MDA_DEFINES])
|
|
|
|
[$gl_mda_defines]
|
|
|
|
])
|
|
|
|
AC_DEFUN([_GL_MDA_DEFINES],
|
|
|
|
[gl_mda_defines='
|
|
|
|
#if defined _WIN32 && !defined __CYGWIN__
|
|
|
|
#define access _access
|
|
|
|
#define chdir _chdir
|
|
|
|
#define chmod _chmod
|
|
|
|
#define close _close
|
|
|
|
#define creat _creat
|
|
|
|
#define dup _dup
|
|
|
|
#define dup2 _dup2
|
|
|
|
#define ecvt _ecvt
|
|
|
|
#define execl _execl
|
|
|
|
#define execle _execle
|
|
|
|
#define execlp _execlp
|
|
|
|
#define execv _execv
|
|
|
|
#define execve _execve
|
|
|
|
#define execvp _execvp
|
|
|
|
#define execvpe _execvpe
|
|
|
|
#define fcloseall _fcloseall
|
|
|
|
#define fcvt _fcvt
|
|
|
|
#define fdopen _fdopen
|
|
|
|
#define fileno _fileno
|
|
|
|
#define gcvt _gcvt
|
|
|
|
#define getcwd _getcwd
|
|
|
|
#define getpid _getpid
|
|
|
|
#define getw _getw
|
|
|
|
#define isatty _isatty
|
|
|
|
#define j0 _j0
|
|
|
|
#define j1 _j1
|
|
|
|
#define jn _jn
|
|
|
|
#define lfind _lfind
|
|
|
|
#define lsearch _lsearch
|
|
|
|
#define lseek _lseek
|
|
|
|
#define memccpy _memccpy
|
|
|
|
#define mkdir _mkdir
|
|
|
|
#define mktemp _mktemp
|
|
|
|
#define open _open
|
|
|
|
#define putenv _putenv
|
|
|
|
#define putw _putw
|
|
|
|
#define read _read
|
|
|
|
#define rmdir _rmdir
|
|
|
|
#define strdup _strdup
|
|
|
|
#define swab _swab
|
|
|
|
#define tempnam _tempnam
|
|
|
|
#define tzset _tzset
|
|
|
|
#define umask _umask
|
|
|
|
#define unlink _unlink
|
|
|
|
#define utime _utime
|
|
|
|
#define wcsdup _wcsdup
|
|
|
|
#define write _write
|
|
|
|
#define y0 _y0
|
|
|
|
#define y1 _y1
|
|
|
|
#define yn _yn
|
|
|
|
#endif
|
|
|
|
'
|
|
|
|
])
|