aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-rx.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Use bool in gasAlan Modra1-19/+19
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-05-05[GAS] change of ELF flags initial value in rx-linuxGunther Nikl1-7/+2
2020-04-30ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato1-1/+5
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-04-19RX Assembler: Ensure that the internal limit on the number of relaxation iter...Nick Clifton1-6/+13
2019-04-16Make frag fr_fix unsignedAlan Modra1-2/+1
2019-01-05RX: gas - Add RXv3 instruction support.Yoshinori Sato1-13/+44
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-1/+0
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