public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Deleted branch 'azanella/clang'
Date: Fri, 13 May 2022 14:13:53 +0000 (GMT)	[thread overview]
Message-ID: <20220513141353.2EE3D384A876@sourceware.org> (raw)

The branch 'azanella/clang' was deleted.
It previously pointed to:

 4176e28cef... elf: Disable tst-dlopen-nodelete-reloc if compiler does not

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  4176e28... elf: Disable tst-dlopen-nodelete-reloc if compiler does not
  e74f9f0... elf: Do not assume relocation ordering to check for output
  5c31629... elf: Fix _startup_fatal on clang
  3c9c183... misc: Suppress clang warnings on syslog
  2a91361... benchtests: Fix clang float128 constants
  ff43561... benchtest: Fix clang issues on benchmarks build
  2f364d0... benchtest: Link bench-malloc-thread with libm
  3e5728f... elf: Use volatile to set __rseq_size and __rseq_offset
  9bf649e... conform: Do not use __SIG_ATOMIC_TYPE__
  d94d428... stdio: Fix tst-vfprintf-user-type on clang
  af8d048... math: Do not use __builtin_isinf on clang
  5ce9090... math: Do not use __builtin_isnan on clang
  2a8bbb5... math: Do not use __builtin_fpclassify on clang
  16b6df8... math: Fix isgreater* and isless* for clang
  bf2eb63... Handle abort call for -fexceptions call
  7f989b6... math: Handle internal fabsf128 alias on clang
  e70b457... math: Add math-use-builtins-fabs (BZ#29027)
  aa68a56... sparc32 localplt.data
  da906e7... string: mempcy and stpcpy builtins internally
  ff09b33... Use __feof_unlocked instead of feof_unlocked
  08a63f0... inet: Use __ferror_unlocked
  910bc17... stdlib: Handle bcrypt internal alias for !__USE_EXTERN_INLI
  62fd950... ctype: Handle ctype.h internal alias for !__USE_EXTERN_INLI
  7f94906... misc: Handle sysmacros.h internal alias for !__USE_EXTERN_I
  cc5803f... x86: Use bool for C++ on x86.h
  cf07256... malloc: Disable malloc builtins on tests
  39a5b2e... elf: Remove -fno-tree-loop-distribute-patterns usage on dl-
  37ca76b... conform: Replace _Static_assert with macro
  b6f1aa2... conform: Use -dD instead of -dN on compiler invocation
  0a86de2... elf: Only build tst-unique{1,2} if compiler supports gnu_un
  c642260... elf: Use libsupport on unload4 test
  b6c7ed6... localedata: Use hexadecimal character escape on tests
  e26c512... Undef attribute_relro on internal tests that include tls.h
  3a8ce0a... aarch64: Define .variant_pcs after .global definition
  f3b707a... elf: Do not case TLS_DTV_UNALLOCATED to void
  3a702a3... Only use -finput-charset=ascii iff compiler supports it
  543b859... linux: Adequate tst-clone3 to c11 atomics
  9cd9eb7... support: Suppress clang warning on tst-timespec
  f9fe4d7... posix: Suppress clang warning on bug-regex24
  0f8a790... misc: Disable some atomic tests on clang
  66d209e... elf: Suppress clang warning on tst-unique4
  ad07b80... elf: Suppress clang warning on tst-unique3
  54c4f93... dirent: Remove variable lenght array structure
  21a41c3... Handle pragma GCC optimize for clang (fix)
  cbe4d27... malloc: Suppress clang warning on tst-memalign
  0f3a202... malloc: Only enable -Waggressive-loop-optimizations suppres
  b2e3db3... Use check tests with trampolines iff compiler supports it
  0d87997... string: Suppress clang -Wsuspicious-bzero on tester
  03086ab... libio: Handle pragma GCC optimize for clang
  82999b9... libio: Handle -Wno-restrict with libc-diag.h
  6339740... stdio: Fix clang warnings for tst-unlockedio
  9c91127... stdio: Add DIAG_IGNORE_NEEDS_COMMENT_WFORMAT
  d833195... stdio: Disable attribute (optimize) if compiler does not su
  4652500... stdio: Disable clang warning on scanf13 test
  ff3088a... stdio: Disable bug23-3 on clang
  da4f69f... stdlib: Avoid internal definitions for tst-strtod5i
  600318a... math: Fix test-totalorderl-ldbl-96 exponent setting
  e6fa48c... And defines to __attribute__ (__noclone__) iff compiler sup
  5a088f8... x86: Use -mfpmath=387 iff compiler supports it
  520db61... math: Only check for _Complex __int128 iff compiler support
  d715772... x86: Fix test-double-vlen include-next
  32db351... math: Define CMPLX(F,L) for clang
  9095cc0... Use -ffloat-store iff compiler supports it
  4eb64b0... math: Fix clang warnings on bug-tgmath1.c
  eec787c... resolv: Handle -Wsometimes-uninitialized on getaddrinfo
  ed220fb... socket: Use internal alias for __cmsg_nxthdr
  265dad6... localedata: Fix clang warnings on tests
  ae91502... math: Fix clang warnings for math/test-tgmath-ret.c
  1c8c306... powerpc: Replace AC_LANG_PROGRAM with AC_TRY_COMMAND
  ff311d7... aarch64: Use 64-bit variable to access the special register
  384b36a... Use -frounding-math iff compiler supports it
  3582522... posix: Use unsigned to check for _POSIX_VDISABLE
  486b92f... nptl: Use hidden_proto3 for __nptl_threads_events,
  1cc186a... string: Use asm alias instead of symbol redirections for st
  d193af2... x86: Remove unened __strstr_sse2 prototype
  2a482fe... libio: Refactor internal aliases
  caf20cf... socket: Remove ununsed __cmsg_nxthdr internal alias
  b35f897... stdlib: Remove ununsed internal aliases for atoi and bsearc
  b2c6aa5... stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unl
  b5639e3... libio: Use __libc_ferror_unlocked instead of __ferror_unloc
  751eff8... libio: Use __libc_feof_unlocked instead of __feof_unlocked
  d5b8ae5... libio: Use __libc_getdelim instead of __getdelim
  ccf36b6... Refactor internal alias for internal function
  e4253ad... configure: Use -Wno-ignored-attributes if compiler warns ab
  66903da... math: Use -fexcess-precision=standard iff compiler supports
  60d156e... support: Use CHAR_MAX as maximum value
  669db4f... timezone: Fix clang operator precedence warning
  45b719d... configure: Use -Wno-maybe-uninitialized iff compiler suppor
  2bd7fb1... x86: Use -msse2avx iff compiler supports it
  0ff9de1... math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc
  92ccd60... math: Suppress clang warning on math_check_force_underflow
  0b4789c... iconvdata: Remove use of GNU old-style field designator ext
  e23f6bc... resolv: Make __gai_create_helper_thread static
  d3b6fc8... iconvdata: Suppress warning on clang
  cc87ca7... locale: Fix type
  7ab8639... elf: Suppress warning on clang
  30a3792... configure: Check -fno-tree-loop-distribute-patterns
  ba11076... elf: Initialize variable to pacify clang
  e172546... sunrpc: Remove extra parenthesis on comparison
  0de9b02... sunrpc: Suppress clang warning on struct cmessage
  0b4b01d... nss: Suppress nss_module.c warning on clang
  fa488af... Fix inhibit_stack_protector for clang
  3e9c336... nptl: Fix Wincompatible-pointer-types on clang
  09e7210... stdio: Fix -Wtautological-constant-out-of-range-compare on 
  af1f0dc... Add DIAG_IGNORE_NEEDS_COMMENT_GCC
  1e1c691... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1
  97c75e6... Rework not-cancel function prototypes
  f651d4a... Rewrite find_cxx_header config configure.ac
  65a5033... Remove libc_hidden_proto (confstr)
  71379a2... Disable use of -fsignaling-nans if compiler does not suppor
  1eca7a9... Disable __USE_EXTERN_INLINES for clang
  07b03a3... configure: remove overly restrictive check for clang
  97f8214... Remove __LDBL_REDIR macros
  1800839... Remove stdlib-ldbl.h
  31a6f89... Remove monetary-ldbl.h
  ace101f... Remove printf-ldbl.h
  6cf4935... Remove syslog-ldbl.h
  1ea823b... Remove error-ldbl.h
  ae819cb... Remove err-ldbl.h
  0d4f2dc... Use __REDIRECT_LDBL_COMPAT for _IO_vfscanf
  402caee... Remove argp-ldbl.h
  cdcfe84... Remove wchar-ldbl.h
  c010fa1... Remove stdio-ldbl.h
  36d23ba... Remove include/*.h install rule
  9cc980a... ctype: Remove internal lower/toupper alias
  e2e4b26... x86: Remove .tfloat usage
  c8ad6d1... stdlib: Move attribute_hidden definition to function protot
  9beb4f9... nis: Fix nis_print_directory
  10069b0... math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm
  6387f48... math: use fabs on __ieee754_lgamma_r
  efcf72e... catgets: Remove catgets/config.h
  8ac4a07... malloc: Use C11 atomics on memusage
  f3ebe55... elf: Use C11 atomics on _dl_mcount
  90df273... Use '%z' instead of '%Z' on printf functions
  e358346... linux: Use same type for MMAP2_PAGE_UNIT
  1c15b38... posix: Fix macro expansion producing 'defined' has undefine
  ac1305d... linux: Avoid shifting a negative signed on POSIX timer inte
  6743d32... stdlib: Fix macro expansion producing 'defined' has undefin
  4da0eee... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver
  4cfddc1... stdlib: Remove GCC pragma diagnostic
  a426d4e... nptl: x86_64: Use __builtin_frame_address for CURRENT_STACK
  1058382... Replace internal usage of strtol and wcstol for internal al
  6d9d59d... stdlib: Remove extra whitespace on Makefile
  b2d99af... Remove configure fno_unit_at_a_time
  bd432ad... stdio: Remove the usage of $(fno-unit-at-a-time) for siglis
  f87bd8b... stdio: Remove the usage of $(fno-unit-at-a-time) for errlis
  b83db18... Add declare_object_symbol_alias for assembly codes (BZ #281


             reply	other threads:[~2022-05-13 14:13 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 14:13 Adhemerval Zanella [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 20:03 Adhemerval Zanella
2024-04-02 15:49 Adhemerval Zanella
2024-02-09 17:26 Adhemerval Zanella
2024-02-07 14:02 Adhemerval Zanella
2024-01-29 17:52 Adhemerval Zanella
2023-12-21 18:48 Adhemerval Zanella
2023-09-28 17:48 Adhemerval Zanella
2023-08-30 12:32 Adhemerval Zanella
2023-02-09 19:44 Adhemerval Zanella
2022-10-28 17:36 Adhemerval Zanella
2022-10-04 12:54 Adhemerval Zanella
2022-06-09 21:14 Adhemerval Zanella
2022-06-09 13:10 Adhemerval Zanella
2022-06-03 13:59 Adhemerval Zanella
2022-05-12 19:27 Adhemerval Zanella
2022-05-10 18:17 Adhemerval Zanella
2022-04-29 13:50 Adhemerval Zanella
2022-04-04 12:47 Adhemerval Zanella
2022-03-31 18:45 Adhemerval Zanella
2022-03-25 19:42 Adhemerval Zanella
2022-03-16 17:57 Adhemerval Zanella
2022-03-15 18:34 Adhemerval Zanella
2022-03-11 17:17 Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220513141353.2EE3D384A876@sourceware.org \
    --to=azanella@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).