X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ChangeLog;h=a23bdf29bdab202b31478e296a13127eb16ed03a;hb=bae8cf0e930d82133e96c4e2547548ed53938de1;hp=6b7f19a1f3c4d66ba49b112c5e669dac9f1f2d54;hpb=333221862ecbebde60dd16e7ca17d26444e62f50;p=thirdparty%2Fglibc.git diff --git a/ChangeLog b/ChangeLog index 6b7f19a1f3c..a23bdf29bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2019-04-17 Mike Gerow + + * stdlib/tst-secure-getenv.c (choose_gid): Remove 64 supplemental + groups limit. + +2019-04-11 Florian Weimer + + * resolv/nss_dns/dns-network.c (getanswer_r): Do not replace root + domain with empty string. + * resolv/nss_dns/dns-host.c (getanswer_r): Likewise. + +2019-04-11 Florian Weimer + + * include/alloc_buffer.h (alloc_buffer_alloc_bytes): Update + comment. + (alloc_buffer_next): Change return type to non-const. Update + comment. + +2019-04-10 TAMUKI Shoichi + + * manual/time.texi (Formatting Calendar Time): Add missing percent + sign to conversion specifier. + +2019-04-09 Carlos O'Donell + Kwok Cheung Yeung + + [BZ #16573] + * malloc/mtrace.c: Define prototypes for all hooks. + (set_default_hooks): New function. + (set_trace_hooks): Likewise. + (save_default_hooks): Likewise. + (tr_freehook): Use new s*_hooks functions. + (tr_mallochook): Likewise. + (tr_reallochook): Likewise. + (tr_memalignhook): Likewise. + (mtrace): Likewise. + (muntrace): Likewise. + +2019-04-09 Wilco Dijkstra + + * benchtests/bench-stpcpy.c (SIMPLE_STPCPY): Remove function. + (generic_stpcpy): New function. + * benchtests/bench-stpncpy.c (SIMPLE_STPNCPY): Remove function. + (generic_stpncpy): New function. + * benchtests/bench-strcat.c (SIMPLE_STRCAT): Remove function. + (generic_strcat): New function. + * benchtests/bench-strcpy.c (SIMPLE_STRCPY): Remove function. + (generic_strcpy): New function. + * benchtests/bench-strncat.c (SIMPLE_STRNCAT): Remove function. + (STUPID_STRNCAT): Remove function. + (generic_strncat): New function. + * benchtests/bench-strncpy.c (SIMPLE_STRNCPY): Remove function. + (STUPID_STRNCPY): Remove function. + (generic_strncpy): New function. + * benchtests/bench-strnlen.c (SIMPLE_STRNLEN): Remove function. + (generic_strnlen): New function. + (memchr_strnlen): New function. + * benchtests/bench-strlen.c (generic_strlen): Define for WIDE. + (memchr_strlen): Likewise. + +2019-04-09 Wilco Dijkstra + + * benchtests/bench-strstr.c (input): Add realistic input text. + (stupid_strstr): Remove function. + (basic_strstr): Add function. + (twoway_strstr): Add function. + (do_one_test): Add result checking. + (do_test): Use new input text. Remove accidental early matches. + (test_main): Improve range of tests, reduce unaligned cases. + +2019-04-09 Wilco Dijkstra + + * benchtests/bench-memmem.c (simple_memmem): Remove function. + (basic_memmem): Add function. + (twoway_memmem): Add function. + +2019-04-09 Wilco Dijkstra + + * benchtests/bench-malloc-simple.c: Remove TIMING_INIT. + * benchtests/bench-malloc-thread.c: Likewise. + * benchtests/bench-skeleton.c: Likewise. + * benchtests/bench-strtod.c: Likewise. + * benchtests/bench-timing.h: Likewise. + 2019-04-08 Florian Weimer * resolv/resolv.h (RES_INSECURE1, RES_INSECURE2): Remove @@ -44,7 +128,7 @@ RES_USE_INET6 flag. (gaih_inet): Do not disable RES_USE_INET6 flag. -2019-04-05 Anton Youdkevitch +2019-04-05 Anton Youdkevitch * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: Cleanup branching and remove redundant code. @@ -179,7 +263,7 @@ * time/tst-strftime3.c: New. * time/Makefile (tests): Add tst-strftime3. -2019-04-01 Uros Bizjak +2019-04-01 Uros Bizjak * sysdeps/alpha/divqu.S (__divqu): Move save of $f0 and excb after conditional branch to DIVBYZERO. Fix unwind info. @@ -1223,8 +1307,8 @@ 2019-02-21 Patsy Griffin Franklin - [BZ #21915] - * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file. + [BZ #21915] + * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file. 2019-02-21 Gabriel F. T. Gomes @@ -1386,7 +1470,7 @@ * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)). -2019-02-14 Jan Kratochvil +2019-02-14 Jan Kratochvil * scripts/test_printers_common.py: Set TERM to a known harmless value. @@ -2320,18 +2404,18 @@ 2019-01-16 Zack Weinberg - * support/xsignal.h (xalloc_sigstack, xfree_sigstack) - (xget_sigstack_location): New test support functions. - * support/xsigstack.c: New file, implementing them. - * support/tst-xsigstack.c: New test for them. - * support/Makefile: Update. + * support/xsignal.h (xalloc_sigstack, xfree_sigstack) + (xget_sigstack_location): New test support functions. + * support/xsigstack.c: New file, implementing them. + * support/tst-xsigstack.c: New test for them. + * support/Makefile: Update. - * signal/tst-minsigstksz-1.c - * signal/tst-minsigstksz-2.c - * signal/tst-minsigstksz-3.c - * signal/tst-minsigstksz-3a.c - * signal/tst-minsigstksz-4.c: New tests. - * signal/Makefile: Run them. + * signal/tst-minsigstksz-1.c + * signal/tst-minsigstksz-2.c + * signal/tst-minsigstksz-3.c + * signal/tst-minsigstksz-3a.c + * signal/tst-minsigstksz-4.c: New tests. + * signal/Makefile: Run them. 2019-01-16 Siddhesh Poyarekar @@ -2972,7 +3056,7 @@ * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.20. -2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de> +2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de> * hurd/lookup-retry: Include . (__hurd_file_name_lookup_retry): Keep a ref on last result in `lastdir'. @@ -3155,7 +3239,7 @@ 2018-12-27 Wilco Dijkstra * benchtests/bench-strlen.c (generic_strlen): New function. - (memchr_strlen): New function. + (memchr_strlen): New function. 2018-12-26 H.J. Lu @@ -3220,11 +3304,11 @@ version. * INSTALL: Regenerated. -2018-12-21 Istvan Kurucsai +2018-12-21 Istvan Kurucsai * malloc/malloc.c (munmap_chunk): Verify chunk alignment. -2018-12-20 Istvan Kurucsai +2018-12-20 Istvan Kurucsai * malloc/malloc.c (mremap_chunk): Additional checks. @@ -3354,7 +3438,7 @@ * sysdeps/unix/sysv/linux/csky/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/csky/sysdep.h: Likewise. -2018-12-18 Albert ARIBAUD +2018-12-18 Albert ARIBAUD * include/time.h (__difftime64): Add. * time/difftime.c (subtract): convert to 64-bit time. @@ -3439,7 +3523,7 @@ * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd' values in the 64bit value cases. -2018-12-18 Albert ARIBAUD +2018-12-18 Albert ARIBAUD * include/time.h (__ctime64_r): Add. @@ -4385,7 +4469,7 @@ [BZ #23995] * localedata/locales/bi_VU: Remove executable bit from file. -2018-12-17 Albert ARIBAUD +2018-12-17 Albert ARIBAUD * include/time.h (__localtime64): Add. @@ -4606,10 +4690,10 @@ [BZ #19767] * sysdeps/unix/sysv/linux/mips/init-first.c: Remove #ifdef SHARED. - * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED. - * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define + * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED. + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define ALWAYS_USE_VSYSCALL. - * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define ALWAYS_USE_VSYSCALL. * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Define ALWAYS_USE_VSYSCALL. @@ -5171,7 +5255,7 @@ * wcsmbs/isoc99_vwscanf.c: Likewise. * wcsmbs/isoc99_wscanf.c: Likewise. -2018-12-05 Albert ARIBAUD +2018-12-05 Albert ARIBAUD * include/time.h (__tz_compute): Replace time_t with __time64_t. @@ -6368,7 +6452,7 @@ * elf/Makefile (tests): Add tst-unwind-main. (CFLAGS-tst-unwind-main.c): Define. -2018-10-29 Sergi Almacellas Abellana +2018-10-29 Sergi Almacellas Abellana [BZ #23791] * localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and @@ -6471,7 +6555,7 @@ requirement for Python to build manual. * INSTALL: Regenerated. -2018-10-24 Albert ARIBAUD +2018-10-24 Albert ARIBAUD * bits/time64.h: New file. * include/time.h: Replace internal_time_t with __time64_t. @@ -6511,7 +6595,7 @@ format cache. * elf/cache.c (print_cache): Likewise. -2018-10-24 Albert ARIBAUD +2018-10-24 Albert ARIBAUD * bits/timesize.h: New file. * stdlib/Makefile (headers): Add bits/timesize.h. @@ -6528,9 +6612,9 @@ * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise. * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h - (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise. - * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h - (__MSQ_PAD_BEFORE_TIME): Likewise. + (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h + (__MSQ_PAD_BEFORE_TIME): Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h (__SEM_PAD_BEFORE_TIME): Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h @@ -6837,7 +6921,7 @@ * time/tst-ftime.c (TIMEOUT): Likewise. * timezone/tst-tzset.c (TIMEOUT): Likewise. -2018-10-16 Anton Youdkevitch +2018-10-16 Anton Youdkevitch * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Remove thunderx2 code. * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New implementation @@ -8451,8 +8535,8 @@ * sysdeps/powerpc/math-tests.h: Remove file. * sysdeps/powerpc/fpu/math-tests-trap-force.h: New file. -2018-08-27 Martin Kuchta - Torvald Riegel +2018-08-27 Martin Kuchta + Torvald Riegel [BZ #23538] * nptl/pthread_cond_common.c (__condvar_quiesce_and_switch_g1): @@ -8489,9 +8573,9 @@ 2018-08-24 Paul Pluzhnikov - [BZ #23400] - * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't - create temporary files in source tree. + [BZ #23400] + * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't + create temporary files in source tree. 2018-08-24 Joseph Myers @@ -9140,7 +9224,7 @@ (FEATURE_INDEX_1): Likewise. (RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET): Updated. -2018-08-02 Carlos O'Donell +2018-08-02 Carlos O'Donell * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Remove. (INSTALL-SUPPORTED-LOCALE-ARCHIVE): Define. @@ -9418,7 +9502,7 @@ * htl/lockfile.c (flockfile, funlockfile, ftrylockfile): Use weak aliases for symbols not in the implementation namespace. -2018-07-25 Carlos O'Donell +2018-07-25 Carlos O'Donell [BZ #23393] * localedata/locales/iso14651_t1_common: Deinterlace uppercase and @@ -9610,7 +9694,7 @@ * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX): Undefine. Suggested by Romain Naour . -2018-07-24 Rical Jasan +2018-07-24 Rical Jasan Adhemerval Zanella Juan Manuel Torres Palma @@ -10139,7 +10223,7 @@ 2018-07-16 H.J. Lu - [BZ #21598] + [BZ #21598] * configure.ac: Add --enable-cet. * configure: Regenerated. * elf/Makefille (all-built-dso): Add a comment. @@ -10826,7 +10910,7 @@ 2018-06-28 Rajalakshmi Srinivasaraghavan * sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128, - __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l. + __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l. * sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file. * sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file. * sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file. @@ -10843,8 +10927,8 @@ 2018-06-27 Florian Weimer [BZ #18023] - * include/alloca.h (stackinfo_alloca_round, extend_alloca) - (extend_alloca_account): Remove. + * include/alloca.h (stackinfo_alloca_round, extend_alloca) + (extend_alloca_account): Remove. * manual/stdio.texi (Variable Arguments Output): Update comment. 2018-06-27 Joseph Myers @@ -11441,7 +11525,7 @@ 2018-06-12 Carlos O'Donell Andreas Schwab Dmitry V. Levin - Florian Weimer + Florian Weimer [BZ #23102] [BZ #21942] @@ -11468,11 +11552,11 @@ * csu/check_fds.c (check_one_fd) * sysdeps/posix/fdopendir.c (__fdopendir) * sysdeps/posix/opendir.c (__alloc_dir): Use __fcntl_nocancel - instead of __fcntl and/or __libc_fcntl. + instead of __fcntl and/or __libc_fcntl. * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np) * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np) - * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): + * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Use __open64_nocancel instead of __open_nocancel. * sysdeps/unix/sysv/linux/not-cancel.h: Move all of the @@ -11483,18 +11567,18 @@ open_nocancel, open64_nocancel, openat_nocancel, pause_nocancel, read_nocancel, waitpid_nocancel, write_nocancel. - * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl, - __fcntl_nocancel, __open64_nocancel, __write_nocancel. - * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel. + * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl, + __fcntl_nocancel, __open64_nocancel, __write_nocancel. + * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel. - * nptl/pt-fcntl.c: New file. - * nptl/Makefile (pthread-compat-wrappers): Remove fcntl. - (libpthread-routines): Add pt-fcntl. - * include/fcntl.h (__fcntl_nocancel_adjusted): New function. - (__libc_fcntl): Remove attribute_hidden. + * nptl/pt-fcntl.c: New file. + * nptl/Makefile (pthread-compat-wrappers): Remove fcntl. + (libpthread-routines): Add pt-fcntl. + * include/fcntl.h (__fcntl_nocancel_adjusted): New function. + (__libc_fcntl): Remove attribute_hidden. * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call __fcntl_nocancel_adjusted, not fcntl_common. - (__fcntl_nocancel): Move to new file fcntl_nocancel.c. + (__fcntl_nocancel): Move to new file fcntl_nocancel.c. (fcntl_common): Rename to __fcntl_nocancel_adjusted; also move to fcntl_nocancel.c. * sysdeps/unix/sysv/linux/fcntl_nocancel.c: New file. @@ -11523,14 +11607,14 @@ * sysdeps/unix/sysv/linux/write.c: Move __write_nocancel to... * sysdeps/unix/sysv/linux/write_nocancel.c: ...this new file. - * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override - libpthread-routines. - * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which - defines nothing. + * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override + libpthread-routines. + * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which + defines nothing. - * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of - __libc_read, and __write instead of __libc_write. Define - __open64 in addition to __open. + * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of + __libc_read, and __write instead of __libc_write. Define + __open64 in addition to __open. 2018-06-12 H.J. Lu @@ -13306,7 +13390,7 @@ * math/w_expl_compat.c: Likewise. * math/w_exp_template.c: Likewise. Remove hidden_def_x. -2018-04-30 Raymond Nicholson +2018-04-30 Raymond Nicholson * manual/startup.texi (Aborting a Program): Remove inappropriate joke. @@ -13594,7 +13678,7 @@ * elf/elf.h (NT_PPC_PKEY): New macro. -2018-04-23 Dragan Stanojevic - Nevidljivi +2018-04-23 Dragan Stanojevic - Nevidljivi [BZ #23094] * localedata/locales/hr_HR: fix thousands_sep and @@ -13649,7 +13733,7 @@ * sysdeps/unix/sysv/linux/alpha/getdents.c: Add comments with alpha requirements. - (_DIRENT_MATCHES_DIRENT64): Undef + (_DIRENT_MATCHES_DIRENT64): Undef * sysdeps/unix/sysv/linux/alpha/getdents64.c: Likewise. * sysdeps/unix/sysv/linux/arm/getdents64.c: Remove file. * sysdeps/unix/sysv/linux/generic/getdents.c: Likewise. @@ -13833,7 +13917,7 @@ [BZ #19527] * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases. -2018-04-15 Patrick McGehearty +2018-04-15 Patrick McGehearty * sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp() * sysdeps/ieee754/dbl-64/eexp.tbl: New file for e_exp.c @@ -13888,7 +13972,7 @@ * manual/charset.texi (Converting a Character): Fix typo. -2018-04-05 Adhemerval Zanella +2018-04-05 Adhemerval Zanella * sysdeps/sparc/fpu/libm-test-ulps: Update. @@ -14034,7 +14118,7 @@ * misc/tst-preadvwritev2-common.c (RWF_APPEND): New. (RWF_SUPPORTED): Add RWF_APPEND. -2018-04-03 Adhemerval Zanella +2018-04-03 Adhemerval Zanella [BZ #22391] * nptl/sigaction.c (__sigaction): Use __is_internal_signal to @@ -14560,17 +14644,17 @@ * sysdeps/mach/hurd/localplt.data: New file. 2018-04-02 Agustina Arzille - Amos Jeffries - David Michael - Marco Gerards - Marcus Brinkmann - Neal H. Walfield - Pino Toscano - Richard Braun - Roland McGrath - Samuel Thibault - Thomas DiModica - Thomas Schwinge + Amos Jeffries + David Michael + Marco Gerards + Marcus Brinkmann + Neal H. Walfield + Pino Toscano + Richard Braun + Roland McGrath + Samuel Thibault + Thomas DiModica + Thomas Schwinge * htl: New directory. * sysdeps/htl: New directory. @@ -15366,7 +15450,7 @@ * po/pt_BR.po: Update translations. -2018-03-12 David Michael +2018-03-12 David Michael * sysdeps/mach/hurd/reboot.c: Include (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to @@ -16064,7 +16148,7 @@ * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call __is_internal_signal instead of __nptl_is_internal_signal. -2018-02-22 Andrew Waterman +2018-02-22 Andrew Waterman [BZ # 22884] * sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly. @@ -17010,7 +17094,7 @@ * sysdeps/unix/sysv/linux/sys/quota.h (dqoff): Use __loff_t instead of loff_t. -2018-02-06 Florian Weimer +2018-02-06 Florian Weimer [BZ #18023] * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): @@ -19044,7 +19128,7 @@ (slowexp_p32): Likewise. 2017-12-19 Adhemerval Zanella - James Clarke + James Clarke [BZ #22603] * sysdeps/ia64/memchr.S (__memchr): Avoid overflow in pointer @@ -20365,7 +20449,7 @@ 2017-12-05 Rogerio A. Cardoso Paul E. Murphy - Carlos O'Donnell + Carlos O'Donnell * elf/dl-tunables.list: Add elision parameters. * manual/tunables.texi: Add entries about elision tunable. @@ -20805,7 +20889,7 @@ * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_VSYSCALL_CALL, CLOBBER_0, CLOBBER_1, CLOBBER_2, - CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6, + CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Remove. * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise. @@ -25556,7 +25640,7 @@ (do_check_malloc_state): Add assert that checks arena->top. (malloc_consolidate): Remove initialization. (int_mallinfo): Remove call to malloc_consolidate. - (__libc_mallopt): Clarify why malloc_consolidate is needed. + (__libc_mallopt): Clarify why malloc_consolidate is needed. 2017-10-17 Wilco Dijkstra @@ -28305,8 +28389,8 @@ * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise. 2017-09-20 Paul Pluzhnikov - Ricky Zhou - Anoop V Chakkalakkal + Ricky Zhou + Anoop V Chakkalakkal [BZ #14333] * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock. @@ -29270,7 +29354,7 @@ (readdir_result_type, readdir_result_skip_entry): New functions, replacing ... (readdir_result_might_be_symlink, readdir_result_might_be_dir): - these functions, which were removed. This makes the callers + these functions, which were removed. This makes the callers easier to read. All callers changed. (D_INO_TO_RESULT): Now empty if there is no d_ino. (size_add_wrapv, glob_use_alloca): New static functions. @@ -29826,7 +29910,7 @@ (gaih_inet): Likewise. 2017-08-31 Steve Ellcey - Richard Henderson + Richard Henderson * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro. * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise. @@ -29846,7 +29930,7 @@ set FE_INVALID. * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE): Initialize if not already set. - (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE. + (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE. 2017-08-31 Adhemerval Zanella @@ -30909,7 +30993,7 @@ syscall definitions and replace __builtin_expect with __glibc_likely. * sysdeps/unix/syscall-template.S: Update comment about cancellable syscall. - (SYSCALL_CANCELLABLE): Removedefinition + (SYSCALL_CANCELLABLE): Removedefinition * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove definition. (PSEUDO_END): Likewise.