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]

[PATCH 0/4] more const work


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

Hi,

Alan approved all these patches a couple days ago.  I fixed up his nits and
check they still build on x86_64-linux-gnu, epiphany-elf, and ip2k-elf.  Can
someone please apply them for me, or give me commit access to do so myself.

thanks!

Trev


Trevor Saunders (4):
  add const in more places
  split up epiphany's md_assemble ()
  allow targets to call do_alignment () directly
  add some const qualifiers in opcodes

 gas/config/tc-arc.c      |   2 +-
 gas/config/tc-epiphany.c | 156 ++++++++++++++++++++++-------------------------
 gas/config/tc-h8300.c    |   2 +-
 gas/config/tc-ia64.c     |   4 +-
 gas/config/tc-ip2k.c     |  21 +------
 gas/config/tc-msp430.c   |   2 +-
 gas/config/tc-nds32.c    |  50 +++++++--------
 gas/config/tc-s390.c     |   6 +-
 gas/config/tc-sh.c       |   2 +-
 gas/config/tc-tic30.c    |   2 +-
 gas/config/tc-tic4x.c    |  12 ++--
 gas/config/tc-vax.c      |   2 +-
 gas/config/tc-z80.c      |   4 +-
 gas/read.c               |   2 +-
 gas/read.h               |   2 +
 include/opcode/dlx.h     |   4 +-
 include/opcode/h8300.h   |   2 +-
 include/opcode/hppa.h    |   2 +-
 include/opcode/msp430.h  |   2 +-
 include/opcode/spu.h     |   2 +-
 include/opcode/tic30.h   |   8 +--
 include/opcode/tic4x.h   |   8 +--
 include/opcode/visium.h  |   6 +-
 opcodes/mcore-opc.h      |   2 +-
 opcodes/microblaze-opc.h |   2 +-
 opcodes/sh-opc.h         |   2 +-
 opcodes/tic4x-dis.c      |   8 +--
 27 files changed, 146 insertions(+), 171 deletions(-)

-- 
2.1.4


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