diff options
author | Sam James <sam@gentoo.org> | 2025-01-14 16:36:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-14 16:37:10 +0000 |
commit | fb3365afbace3ddd562508db9e6f82fe9f258fd1 (patch) | |
tree | bd29e433f0fc7ecffe5d3eb1d24d2b0cb3740599 /ld | |
parent | 80dc29527ff9b5179741c360418e77e5064f2b69 (diff) | |
download | gdb-fb3365afbace3ddd562508db9e6f82fe9f258fd1.zip gdb-fb3365afbace3ddd562508db9e6f82fe9f258fd1.tar.gz gdb-fb3365afbace3ddd562508db9e6f82fe9f258fd1.tar.bz2 |
ld: regenerate
80dc29527ff9b5179741c360418e77e5064f2b69 contained some changes from
non-vanilla autoconf. Regenerate.
ChangeLog:
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/config.in | 7 | ||||
-rwxr-xr-x | ld/configure | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/ld/config.in b/ld/config.in index ed83846..2d7b640 100644 --- a/ld/config.in +++ b/ld/config.in @@ -53,6 +53,10 @@ default. */ #undef DEFAULT_LD_Z_MARK_PLT +/* Define to 1 if you want to enable -z memory_seal in ELF linker by default. + */ +#undef DEFAULT_LD_Z_MEMORY_SEAL + /* Define to 1 if you want to enable -z relro in ELF linker by default. */ #undef DEFAULT_LD_Z_RELRO @@ -60,9 +64,6 @@ default. */ #undef DEFAULT_LD_Z_SEPARATE_CODE -/* Define to 1 if you want to enable -z memory-seal in ELF linker by default. */ -#undef DEFAULT_LD_Z_MEMORY_SEAL - /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default. */ #undef DEFAULT_NEW_DTAGS diff --git a/ld/configure b/ld/configure index f34141b..6145931 100755 --- a/ld/configure +++ b/ld/configure @@ -15253,7 +15253,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15299,7 +15299,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15323,7 +15323,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15368,7 +15368,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -15392,7 +15392,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -18978,8 +18978,6 @@ main () if (*(data + i) != *(data3 + i)) return 14; close (fd); - free (data); - free (data3); return 0; } _ACEOF |