summaryrefslogtreecommitdiff
path: root/gas/config/tc-rx.c
Commit message (Expand)AuthorAgeFilesLines
* [GAS] change of ELF flags initial value in rx-linuxGunther Nikl2020-05-051-7/+2
* ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato2020-04-301-1/+5
* ELF: Add support for unique section ID to assemblerH.J. Lu2020-02-021-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* RX Assembler: Ensure that the internal limit on the number of relaxation iter...Nick Clifton2019-04-191-6/+13
* Make frag fr_fix unsignedAlan Modra2019-04-161-2/+1
* RX: gas - Add RXv3 instruction support.Yoshinori Sato2019-01-051-13/+44
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-1/+0
* Fix the RX assembler so that it can handle escaped double quote characters, i...Oleg Endo2018-01-221-2/+5
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Improve handling of REPT pseudo op with a negative count.Nick Clifton2017-10-201-1/+1
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-2/+2
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-2/+2
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+2
* Don't include libbfd.h outside of bfd, part 1Alan Modra2016-07-161-1/+0
* rx: make the type of a variable bfd_reloc_code_real_typeTrevor Saunders2016-05-261-1/+4
* rx: make field type enumTrevor Saunders2016-05-181-1/+1
* use XNEW and related macros moreTrevor Saunders2016-05-131-2/+2
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-4/+1
* use XNEW and related macros moreTrevor Saunders2016-04-031-21/+21
* Constify moreAlan Modra2016-04-011-1/+1
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* Convert more variables to a constant form.Trevor Saunders2016-02-251-2/+2
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-5/+5
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add support for RX V2 Instruction SetYoshinori Sato2015-12-151-15/+32
* Fix compile time warning building RX target.Nick Clifton2015-12-091-1/+1
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* Fix the RX assembler's section alignment parameter to use multiples of N rath...Nick Clifton2015-11-021-4/+4
* Change 7-byte NOP instruction for RX target, so that it only takes 1 cycle to...Nick Clifton2015-09-221-2/+2
* Remove trailing spaces in gasH.J. Lu2015-08-121-1/+1
* Fix RX GAS handling of integer bignums.Nick Clifton2015-06-081-22/+29
* Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton2015-04-091-1/+16
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Prepare gas for 64-bit obstacksAlan Modra2014-07-261-1/+0
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-3/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' inNick Clifton2013-12-181-11/+11
* * config/rx-defs.h: Add macros for RX100, RX200, RX600, andNick Clifton2013-07-181-2/+22
* 2012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton2012-11-091-1/+13
* * config/tc-rx.c (rx_fetchalign): Declare.DJ Delorie2012-05-151-3/+96
* * readelf.c (get_machine_dlags): Add support for RX's PID mode.Nick Clifton2011-10-051-12/+65
* * config/tc-rx.c (md_convert_frag): Fix encoding of beq.aNick Clifton2011-07-261-2/+2
* * write.c (write_contents): Include output file name and bfd errorNick Clifton2011-01-311-10/+16
* * config/tc-rx.c (md_convert_frag): If we can't compute the targetDJ Delorie2011-01-271-6/+15
* * reloc.c: Add BFD_RELOC_RX_OP_NEG.DJ Delorie2011-01-051-0/+18