This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix Alpha e_sqrt.c with gcc 3.1


Jakub Jelinek <jakub@redhat.com> writes:

> a) fixes e_sqrt.c with -O3 -finline-limit=2000 (the latter option is
>    necessary ATM because glibc relies on inlining some functions in the
>    dynamic linker) - without __attribute__((used)) gcc 3.1 -O3 will happily
>    not emit __full_ieee754_sqrt at all
> b) kills some multi-line string literals are deprecated warnings

Haven't heard from rth so I assume it's fine.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]