Ping #1: [patch,arm] Add GCC runtime library exceptions to files that go into libgcc

2014-05-26 Thread Georg-Johann Lay
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:

Re: Ping #1: [patch,arm] Add GCC runtime library exceptions to files that go into libgcc

2014-05-26 Thread Ian Lance Taylor
Georg-Johann Lay a...@gjlay.de 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.

Re: [patch,arm] Add GCC runtime library exceptions to files that go into libgcc

2014-05-12 Thread Georg-Johann Lay
Am 05/10/2014 02:51 AM, schrieb Ian Lance Taylor: Georg-Johann Lay a...@jlay.de 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

[patch,arm] Add GCC runtime library exceptions to files that go into libgcc

2014-05-09 Thread Georg-Johann Lay
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.

Re: [patch,arm] Add GCC runtime library exceptions to files that go into libgcc

2014-05-09 Thread Ian Lance Taylor
Georg-Johann Lay a...@gjlay.de 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