aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-rx.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Fix the RX assembler so that it can handle escaped double quote characters, i...Oleg Endo1-2/+5
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-20Improve handling of REPT pseudo op with a negative count.Nick Clifton1-1/+1
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-2/+2
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-2/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+2
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-1/+0
2016-05-26rx: make the type of a variable bfd_reloc_code_real_typeTrevor Saunders1-1/+4
2016-05-18rx: make field type enumTrevor Saunders1-1/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-2/+2
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-4/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-21/+21
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-02-25Convert more variables to a constant form.Trevor Saunders1-2/+2
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-5/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato1-15/+32
2015-12-09Fix compile time warning building RX target.Nick Clifton1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-11-02Fix the RX assembler's section alignment parameter to use multiples of N rath...Nick Clifton1-4/+4
2015-09-22Change 7-byte NOP instruction for RX target, so that it only takes 1 cycle to...Nick Clifton1-2/+2
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-06-08Fix RX GAS handling of integer bignums.Nick Clifton1-22/+29
2015-04-09Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton1-1/+16
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+0
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-3/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-12-18 * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' inNick Clifton1-11/+11
2013-07-18 * config/rx-defs.h: Add macros for RX100, RX200, RX600, andNick Clifton1-2/+22
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton1-1/+13
2012-05-15* config/tc-rx.c (rx_fetchalign): Declare.DJ Delorie1-3/+96
2011-10-05 * readelf.c (get_machine_dlags): Add support for RX's PID mode.Nick Clifton1-12/+65
2011-07-26 * config/tc-rx.c (md_convert_frag): Fix encoding of beq.aNick Clifton1-2/+2
2011-01-31 * write.c (write_contents): Include output file name and bfd errorNick Clifton1-10/+16
2011-01-27* config/tc-rx.c (md_convert_frag): If we can't compute the targetDJ Delorie1-6/+15
2011-01-05* reloc.c: Add BFD_RELOC_RX_OP_NEG.DJ Delorie1-0/+18
2010-12-17* reloc.c (BFD_RELOC_RX_ABS16_REV): Add.DJ Delorie1-4/+22
2010-07-16 * config/tc-rx.c (md_estimate_size_before_relax): Fix formatAlan Modra1-13/+23
2010-07-02* config/tc-rx.h (md_do_align): New.DJ Delorie1-0/+40
2010-07-02* config/tc-rx.c (rx_bytesT): Add grown/shrank counters forDJ Delorie1-0/+17
2009-12-14 PR gas/11089Nick Clifton1-2/+2
2009-09-29bfdNick Clifton1-0/+2394