This is the mail archive of the gcc-cvs@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]

r223220 - in /trunk/libgcc: ChangeLog config/ar...


Author: ramana
Date: Fri May 15 16:57:10 2015
New Revision: 223220

URL: https://gcc.gnu.org/viewcvs?rev=223220&root=gcc&view=rev
Log:
Add support for CFI directives in fp emulation routines for ARM.


2015-05-15  Martin Galvan  <martin.galvan@tallertechnologies.com>

        * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION):
        New macros.
        * config/arm/ieee754-df.S: Add CFI directives.
        * config/arm/ieee754-sf.S: Add CFI directives.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/ieee754-df.S
    trunk/libgcc/config/arm/ieee754-sf.S
    trunk/libgcc/config/arm/lib1funcs.S


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