public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] enable -Wwrite-strings for gas
@ 2016-03-30  1:08 tbsaunde+binutils
  2016-03-30  1:08 ` [PATCH 5/7] tc-i960.c: add some casts when assigning literals to args[i] tbsaunde+binutils
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: tbsaunde+binutils @ 2016-03-30  1:08 UTC (permalink / raw)
  To: binutils; +Cc: Trevor Saunders

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

Hi,

At this point I think we've fixed basically all the -Wwrite-strings issues in
gas that can be fixed reasonably without just adding casts.  So this series
adds a handful of casts in several patches that try to explain why those casts
are necessary, and then enables the warning for gas.

I built one target per tc-*.c and regtested x86_64-linux-gnu, ok?

Trev


Trevor Saunders (7):
  cast literal to char * when assigning to input_line_ptr
  work around get_symbol_name () in sparc and ia64
  cast to char * when assigning to optarg
  cast the arg to md_assemble () to char *
  tc-i960.c: add some casts when assigning literals to args[i]
  make xtensa_section_rename () take const char *
  enable -Wwrite-strings for gas

 bfd/configure          | 20 ++++++++++++++++++--
 bfd/warning.m4         |  4 ++++
 binutils/configure     | 20 ++++++++++++++++++--
 gas/Makefile.am        |  2 +-
 gas/Makefile.in        |  2 +-
 gas/as.c               |  2 +-
 gas/config/tc-i960.c   | 26 +++++++++++++-------------
 gas/config/tc-ia64.c   |  6 ++++--
 gas/config/tc-m32c.c   |  8 ++++----
 gas/config/tc-m32r.c   |  2 +-
 gas/config/tc-msp430.c |  2 +-
 gas/config/tc-nds32.c  | 10 +++++-----
 gas/config/tc-sparc.c  |  2 +-
 gas/config/tc-xtensa.c |  6 +++---
 gas/config/tc-xtensa.h |  2 +-
 gas/config/tc-z80.c    |  2 +-
 gas/configure          | 20 ++++++++++++++++++--
 gas/stabs.c            |  2 +-
 gold/configure         | 16 ++++++++++++++++
 gprof/configure        | 20 ++++++++++++++++++--
 ld/configure           | 20 ++++++++++++++++++--
 opcodes/configure      | 20 ++++++++++++++++++--
 22 files changed, 166 insertions(+), 48 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-05-03  8:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30  1:08 [PATCH 0/7] enable -Wwrite-strings for gas tbsaunde+binutils
2016-03-30  1:08 ` [PATCH 5/7] tc-i960.c: add some casts when assigning literals to args[i] tbsaunde+binutils
2016-03-30  1:08 ` [PATCH 7/7] enable -Wwrite-strings for gas tbsaunde+binutils
2016-04-01 11:22   ` Jiong Wang
2016-04-01 12:17     ` Trevor Saunders
2016-04-01 12:40     ` Alan Modra
2016-04-01 13:10       ` Trevor Saunders
2016-03-30  1:08 ` [PATCH 1/7] cast literal to char * when assigning to input_line_ptr tbsaunde+binutils
2016-03-30  1:08 ` [PATCH 3/7] cast to char * when assigning to optarg tbsaunde+binutils
2016-03-30  1:08 ` [PATCH 2/7] work around get_symbol_name () in sparc and ia64 tbsaunde+binutils
2016-03-30  1:14 ` [PATCH 4/7] cast the arg to md_assemble () to char * tbsaunde+binutils
2016-03-30  1:14 ` [PATCH 6/7] make xtensa_section_rename () take const " tbsaunde+binutils
2016-03-31 10:34 ` [PATCH 0/7] enable -Wwrite-strings for gas Alan Modra
2016-05-01 16:44 ` Andrew Pinski
2016-05-02 18:25   ` Trevor Saunders
2016-05-02 19:38     ` Andrew Pinski
2016-05-03  8:12       ` Nick Clifton

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).