public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@polymtl.ca>
To: gdb-patches@sourceware.org,	binutils@sourceware.org
Cc: Nick Clifton <nickc@redhat.com>,	Alan Modra <amodra@gmail.com>,
	Joseph Myers <joseph@codesourcery.com>,
	Simon Marchi <simon.marchi@polymtl.ca>
Subject: [PATCH 0/4] Sync a few directories with GCC
Date: Sat, 16 Jun 2018 03:08:00 -0000	[thread overview]
Message-ID: <20180616030744.12913-1-simon.marchi@polymtl.ca> (raw)

In preparation for the autotools version update [1], this patch series
makes sure the directories shared with GCC are up to date.

[1] https://sourceware.org/ml/binutils/2018-06/msg00166.html

Simon Marchi (4):
  config: Sync with GCC
  libiberty: Sync with GCC
  zlib: Sync with GCC
  libdecnumber: Sync with GCC

 config/acx.m4                                 |    2 +-
 config/ax_pthread.m4                          |  485 ++++++++
 config/bootstrap-cet.mk                       |    7 +-
 config/bootstrap-lto-noplugin.mk              |    1 +
 config/bootstrap-lto.mk                       |    2 +
 config/bootstrap-mpx.mk                       |    9 -
 config/bootstrap-ubsan.mk                     |    6 +-
 config/cet.m4                                 |    8 +-
 configure                                     |    2 +-
 include/simple-object.h                       |    5 +-
 libdecnumber/ChangeLog                        |   50 +
 libdecnumber/ChangeLog.jit                    |   22 +
 libdecnumber/Makefile.in                      |    6 +-
 libdecnumber/aclocal.m4                       |    5 +-
 libdecnumber/bid/bid-dpd.h                    |    2 +-
 libdecnumber/bid/bid2dpd_dpd2bid.c            |  275 ++--
 libdecnumber/bid/bid2dpd_dpd2bid.h            |    2 +-
 libdecnumber/bid/decimal128.c                 |    2 +-
 libdecnumber/bid/decimal32.c                  |    2 +-
 libdecnumber/bid/decimal64.c                  |    2 +-
 libdecnumber/bid/host-ieee128.c               |    2 +-
 libdecnumber/bid/host-ieee32.c                |    2 +-
 libdecnumber/bid/host-ieee64.c                |    2 +-
 libdecnumber/configure                        |   59 +
 libdecnumber/configure.ac                     |    4 +-
 libdecnumber/dconfig.h                        |    2 +-
 libdecnumber/decBasic.c                       |    2 +-
 libdecnumber/decCommon.c                      |    4 +-
 libdecnumber/decContext.c                     |    2 +-
 libdecnumber/decContext.h                     |    2 +-
 libdecnumber/decDPD.h                         |    2 +-
 libdecnumber/decDouble.c                      |    2 +-
 libdecnumber/decDouble.h                      |    2 +-
 libdecnumber/decExcept.c                      |    2 +-
 libdecnumber/decExcept.h                      |    2 +-
 libdecnumber/decLibrary.c                     |    2 +-
 libdecnumber/decNumber.c                      |   10 +-
 libdecnumber/decNumber.h                      |    2 +-
 libdecnumber/decNumberLocal.h                 |    2 +-
 libdecnumber/decPacked.c                      |    2 +-
 libdecnumber/decPacked.h                      |    2 +-
 libdecnumber/decQuad.c                        |    2 +-
 libdecnumber/decQuad.h                        |    2 +-
 libdecnumber/decRound.c                       |    2 +-
 libdecnumber/decRound.h                       |    2 +-
 libdecnumber/decSingle.c                      |    2 +-
 libdecnumber/decSingle.h                      |    2 +-
 libdecnumber/dpd/decimal128.c                 |    2 +-
 libdecnumber/dpd/decimal128.h                 |    2 +-
 libdecnumber/dpd/decimal128Local.h            |    2 +-
 libdecnumber/dpd/decimal32.c                  |    2 +-
 libdecnumber/dpd/decimal32.h                  |    2 +-
 libdecnumber/dpd/decimal64.c                  |    2 +-
 libdecnumber/dpd/decimal64.h                  |    2 +-
 libiberty/ChangeLog                           |    7 +
 libiberty/simple-object.c                     |   45 +-
 sim/aarch64/configure                         |   32 +-
 sim/arm/configure                             |   32 +-
 sim/avr/configure                             |   32 +-
 sim/bfin/configure                            |   32 +-
 sim/configure                                 |    3 +-
 sim/cr16/configure                            |   32 +-
 sim/cris/configure                            |   32 +-
 sim/d10v/configure                            |   32 +-
 sim/erc32/configure                           |   32 +-
 sim/frv/configure                             |   32 +-
 sim/ft32/configure                            |   32 +-
 sim/h8300/configure                           |   32 +-
 sim/igen/configure                            |    6 +
 sim/iq2000/configure                          |   32 +-
 sim/lm32/configure                            |   32 +-
 sim/m32c/configure                            |   32 +-
 sim/m32r/configure                            |   32 +-
 sim/m68hc11/configure                         |   32 +-
 sim/mcore/configure                           |   32 +-
 sim/microblaze/configure                      |   32 +-
 sim/mips/configure                            |   34 +-
 sim/mn10300/configure                         |   32 +-
 sim/moxie/configure                           |   32 +-
 sim/msp430/configure                          |   32 +-
 sim/or1k/configure                            | 1105 ++++++++---------
 sim/ppc/configure                             |   30 +-
 sim/rl78/configure                            |   32 +-
 sim/rx/configure                              |   32 +-
 sim/sh/configure                              |   32 +-
 sim/sh64/configure                            |   32 +-
 sim/testsuite/configure                       |    1 -
 sim/v850/configure                            |   32 +-
 zlib/ChangeLog.gcj                            |    7 +
 zlib/configure                                |    8 +-
 zlib/configure.ac                             |    4 +-
 .../contrib/vstudio/vc14/miniunz.vcxproj.user |    4 -
 .../contrib/vstudio/vc14/minizip.vcxproj.user |    4 -
 .../vstudio/vc14/testzlib.vcxproj.user        |    4 -
 .../vstudio/vc14/testzlibdll.vcxproj.user     |    4 -
 .../vstudio/vc14/zlibstat.vcxproj.user        |    4 -
 zlib/contrib/vstudio/vc14/zlibvc.vcxproj.user |    4 -
 zlib/gzguts.h                                 |    2 +-
 zlib/win32/zlib.def                           |    1 -
 zlib/zlib.h                                   |    2 +-
 100 files changed, 1904 insertions(+), 1239 deletions(-)
 create mode 100644 config/ax_pthread.m4
 delete mode 100644 config/bootstrap-mpx.mk
 create mode 100644 libdecnumber/ChangeLog.jit
 delete mode 100644 zlib/contrib/vstudio/vc14/miniunz.vcxproj.user
 delete mode 100644 zlib/contrib/vstudio/vc14/minizip.vcxproj.user
 delete mode 100644 zlib/contrib/vstudio/vc14/testzlib.vcxproj.user
 delete mode 100644 zlib/contrib/vstudio/vc14/testzlibdll.vcxproj.user
 delete mode 100644 zlib/contrib/vstudio/vc14/zlibstat.vcxproj.user
 delete mode 100644 zlib/contrib/vstudio/vc14/zlibvc.vcxproj.user

-- 
2.17.1

             reply	other threads:[~2018-06-16  3:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-16  3:08 Simon Marchi [this message]
2018-06-16  3:07 ` [PATCH 2/4] libiberty: Sync " Simon Marchi
2018-06-18  9:25   ` Nick Clifton
2018-06-16  3:08 ` [PATCH 4/4] libdecnumber: " Simon Marchi
2018-06-18  9:38   ` Nick Clifton
2018-06-16  3:08 ` [PATCH 3/4] zlib: " Simon Marchi
2018-06-16  7:28   ` Andreas Schwab
2018-06-16 11:34     ` Simon Marchi
2018-06-18  9:37       ` Nick Clifton
2018-06-16  3:27 ` [PATCH 1/4] config: " Simon Marchi
2018-06-18  9:23   ` Nick Clifton
2018-06-17  0:50 ` [PATCH 5/4] configure.ac: " Simon Marchi
2018-06-18  9:39   ` Nick Clifton
2018-06-18 13:40 ` [PATCH 0/4] Sync a few directories " Simon Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180616030744.12913-1-simon.marchi@polymtl.ca \
    --to=simon.marchi@polymtl.ca \
    --cc=amodra@gmail.com \
    --cc=binutils@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    --cc=joseph@codesourcery.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).