This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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: Remove configure test for assembler .text directive


On Mon, Oct 26, 2015 at 10:36 AM, Joseph Myers <joseph@codesourcery.com> wrote:
> There is a configure test for assembler support for the .text
> directive.
>
> I suppose this test must have been aimed at some non-ELF platform or
> non-GNU assembler.  Certainly the GNU assembler has had ELF-specific
> architecture-independent handling for .text since version 2.2, and
> generic non-ELF-specific support predates that.
>
> This patch removes this test as obsolete.
>
> Tested for x86_64 and x86 (testsuite, and that installed shared
> libraries are unchanged by the patch).
>
> 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
>
>         * configure.ac (libc_cv_dot_text): Remove configure test.
>         (libc_cv_asm_set_directive): Use .text instead of
>         ${libc_cv_dot_text} in configure test.
>         * configure: Regenerated.
>

Looks good to me.

Thanks.

-- 
H.J.


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