This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [PATCH 00/13] more constification of strings


Hi Trevor,

> any way patches individually built and tested on x86_64-linux-gnu, I built one
> target per tc-*.c at the end of the series, and built one target per changed
> file in config/ after each commit touching config/.  Ok?

Personally I would have just preferred one large patch, but never mind.

>   gas/app.c                  |  2 +-
>   gas/as.h                   | 24 +++++++++++++-----------
>   gas/cond.c                 | 14 +++++++-------
>   gas/config/obj-coff.c      |  4 ++--
>   gas/config/obj-elf.c       |  4 ++--
>   gas/config/obj-som.c       |  5 +++--
>   gas/config/tc-aarch64.c    |  4 ++--
>   gas/config/tc-alpha.c      |  2 +-
>   gas/config/tc-arc.c        |  2 +-
>   gas/config/tc-d30v.c       |  2 +-
>   gas/config/tc-i370.c       |  2 +-
>   gas/config/tc-ia64.c       | 10 +++++-----
>   gas/config/tc-m68k.c       |  4 ++--
>   gas/config/tc-mcore.c      |  2 +-
>   gas/config/tc-microblaze.c |  6 +++---
>   gas/config/tc-mips.c       |  4 ++--
>   gas/config/tc-mmix.c       | 12 +++++-------
>   gas/config/tc-ppc.c        |  6 +++---
>   gas/config/tc-rx.c         | 10 +++++-----
>   gas/config/tc-s390.c       |  4 ++--
>   gas/config/tc-tic54x.c     |  7 +++----
>   gas/config/tc-tilegx.c     |  5 +++--
>   gas/config/tc-tilepro.c    |  2 +-
>   gas/config/tc-xtensa.c     | 32 +++++++++++++-------------------
>   gas/depend.c               | 14 +++++++-------
>   gas/dwarf2dbg.c            |  3 +--
>   gas/ecoff.c                |  9 +++------
>   gas/expr.c                 |  6 +++---
>   gas/expr.h                 |  2 +-
>   gas/frags.c                |  4 ++--
>   gas/frags.h                |  2 +-
>   gas/input-file.c           |  8 +++++---
>   gas/input-file.h           |  2 +-
>   gas/input-scrub.c          | 34 ++++++++++++++++------------------
>   gas/listing.c              |  6 +++---
>   gas/macro.c                |  2 +-
>   gas/macro.h                |  4 ++--
>   gas/messages.c             | 32 ++++++++++++++++----------------
>   gas/output-file.c          |  4 ++--
>   gas/output-file.h          |  4 ++--
>   gas/read.c                 | 12 +++++++-----
>   gas/stabs.c                | 19 +++++++++----------
>   gas/symbols.c              | 11 +++--------
>   gas/write.c                |  4 ++--
>   gas/write.h                |  4 ++--
>   45 files changed, 171 insertions(+), 184 deletions(-)

Patches (all 13) approved and applied.

Cheers
  Nick


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