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

[PATCH 0/7] More ifdef reduction


From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

Hi,

yet more of the same.

each individually bootstrapped + regtested on x86_64-linux-gnu, and made sure
config-list.mk was fine at the end.  I expect this stuff is all still
preapproved so committing to trunk.

Trev

Trevor Saunders (7):
  always define HAVE_lo_sum
  provide default for HAVE_mem_thread_fence
  always define HAVE_memory_barrier
  provide default for HAVE_mem_signal_fence
  add default for HAVE_load_multiple
  add default for HAVE_store_multiple
  add default for HAVE_tablejump

 gcc/ChangeLog         | 46 ++++++++++++++++++++++++++++++++
 gcc/combine.c         | 10 +++----
 gcc/config/darwin.c   |  3 +--
 gcc/defaults.h        | 60 ++++++++++++++++++++++++++++++++++++++++++
 gcc/expr.c            | 11 --------
 gcc/genconfig.c       |  2 ++
 gcc/lra-constraints.c | 72 +++++++++++++++++++++++++--------------------------
 gcc/optabs.c          | 14 ----------
 gcc/stmt.c            |  4 ---
 9 files changed, 148 insertions(+), 74 deletions(-)

-- 
2.4.0.78.g7c6ecbf


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