This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/84168] Please backport "Avoid assembler warnings from AArch64 constructor/destructor priorities."


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84168

--- Comment #5 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue Jul 17 12:43:43 2018
New Revision: 262821

URL: https://gcc.gnu.org/viewcvs?rev=262821&root=gcc&view=rev
Log:
Avoid assembler warnings from AArch64 constructor/destructor priorities

2018-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

        Backport from mainline
        PR target/84168
        2017-09-28  Joseph Myers  <joseph@codesourcery.com>

        * config/aarch64/aarch64.c (aarch64_elf_asm_constructor)
        (aarch64_elf_asm_destructor): Pass SECTION_NOTYPE to get_section
        when creating .init_array and .fini_array sections with priority
        specified.

Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/aarch64/aarch64.c

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