aboutsummaryrefslogtreecommitdiff
path: root/gas/makefile.vms
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-03-20 01:13:05 -0400
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-03-31 07:29:00 -0400
commitf854977c2364fb17ba20e6a505f5d78f2c645679 (patch)
treeb1119993e8d37e7a105940de422d6aa797ac3ce7 /gas/makefile.vms
parent97830986a14b00011755d26469889a6627378ced (diff)
downloadgdb-f854977c2364fb17ba20e6a505f5d78f2c645679.zip
gdb-f854977c2364fb17ba20e6a505f5d78f2c645679.tar.gz
gdb-f854977c2364fb17ba20e6a505f5d78f2c645679.tar.bz2
cast the arg to md_assemble () to char *
For these targets its not clear how md_assemble can usefully be split up so that part can take const char *. There is also a fair number of targets that need md_assemble () to take a char *, so we can't easily make the argument const. So since there isn't many callers it seems easiest to just add a couple of casts. gas/ChangeLog: 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to char *. (m32c_indirect_operand): Likewise. * config/tc-nds32.c (do_pseudo_b): Likewise. (do_pseudo_bal): Likewise. (do_pseudo_ls_bhw): Likewise.
Diffstat (limited to 'gas/makefile.vms')
0 files changed, 0 insertions, 0 deletions