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 libgcc/61152] Missing GCC Runtime Library Exception in some files that are included in libgcc


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

--- Comment #8 from sh at gcc dot gnu.org ---
Author: sh
Date: Wed Jul 26 08:31:09 2017
New Revision: 250558

URL: https://gcc.gnu.org/viewcvs?rev=250558&root=gcc&view=rev
Log:
[RTEMS] Add GCC Runtime Library Exception

gcc/
        PR libgcc/61152
        * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
        Format changes.
        * config/arm/rtems.h: Likewise.
        * config/bfin/rtems.h: Likewise.
        * config/i386/rtemself.h: Likewise.
        * config/lm32/rtems.h: Likewise.
        * config/m32c/rtems.h: Likewise.
        * config/m68k/rtemself.h: Likewise.
        * config/microblaze/rtems.h: Likewise.
        * config/mips/rtems.h: Likewise.
        * config/moxie/rtems.h: Likewise.
        * config/nios2/rtems.h: Likewise.
        * config/rs6000/rtems.h: Likewise.
        * config/rtems.h: Likewise.
        * config/sh/rtems.h: Likewise.
        * config/sh/rtemself.h: Likewise.
        * config/sparc/rtemself.h: Likewise.


Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/aarch64/rtems.h
    branches/gcc-7-branch/gcc/config/arm/rtems.h
    branches/gcc-7-branch/gcc/config/bfin/rtems.h
    branches/gcc-7-branch/gcc/config/i386/rtemself.h
    branches/gcc-7-branch/gcc/config/lm32/rtems.h
    branches/gcc-7-branch/gcc/config/m32c/rtems.h
    branches/gcc-7-branch/gcc/config/m68k/rtemself.h
    branches/gcc-7-branch/gcc/config/microblaze/rtems.h
    branches/gcc-7-branch/gcc/config/mips/rtems.h
    branches/gcc-7-branch/gcc/config/moxie/rtems.h
    branches/gcc-7-branch/gcc/config/nios2/rtems.h
    branches/gcc-7-branch/gcc/config/rs6000/rtems.h
    branches/gcc-7-branch/gcc/config/rtems.h
    branches/gcc-7-branch/gcc/config/sh/rtems.h
    branches/gcc-7-branch/gcc/config/sh/rtemself.h
    branches/gcc-7-branch/gcc/config/sparc/rtemself.h
    branches/gcc-7-branch/gcc/config/v850/rtems.h

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