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 ada/67205] eliminate No_Implicit_Dynamic_Code restriction violations


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

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Tue Feb 21 08:42:54 2017
New Revision: 245621

URL: https://gcc.gnu.org/viewcvs?rev=245621&root=gcc&view=rev
Log:
        PR ada/67205
        * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
        (arm_function_ok_for_sibcall): Return false for an indirect call by
        descriptor if all the argument registers are used.
        (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
        alignment of the function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c

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