Georg-Johann Lay writes:
> This is Ping #1 for
>
> https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00747.html
>
> an addendum that adds runtime library exception to two more files
> in the ARM backend (arm-opts.h, arm-cores.def) that are included in libgcc.
>
> Ok to apply?
This is OK. Sorry, I d
This is Ping #1 for
https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00747.html
an addendum that adds runtime library exception to two more files
in the ARM backend (arm-opts.h, arm-cores.def) that are included in libgcc.
Ok to apply?
Johann
Am 05/10/2014 02:51 AM, schrieb Ian Lance Taylor:
Ge
Am 05/10/2014 02:51 AM, schrieb Ian Lance Taylor:
Georg-Johann Lay writes:
This patch adds GCC Runtime Library Exception to files that go into
libgcc because libgcc2.c includes tm.h and libgcc_tm.h.
Most of these files contain much code, some used by libgcc, some
not. Some potential users of
Georg-Johann Lay writes:
> This patch adds GCC Runtime Library Exception to files that go into
> libgcc because libgcc2.c includes tm.h and libgcc_tm.h.
>
> Most of these files contain much code, some used by libgcc, some
> not. Some potential users of (lib)gcc have objections that missing RLE
>
This patch adds GCC Runtime Library Exception to files that go into libgcc
because libgcc2.c includes tm.h and libgcc_tm.h.
Most of these files contain much code, some used by libgcc, some not. Some
potential users of (lib)gcc have objections that missing RLE might "infect"
their target code.