summaryrefslogtreecommitdiff
path: root/gas/config/tc-rx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * reloc.c (BFD_RELOC_RX_ABS16_REV): Add.DJ Delorie2010-12-171-4/+22
* * config/tc-rx.c (md_estimate_size_before_relax): Fix formatAlan Modra2010-07-161-13/+23
* * config/tc-rx.h (md_do_align): New.DJ Delorie2010-07-021-0/+40
* * config/tc-rx.c (rx_bytesT): Add grown/shrank counters forDJ Delorie2010-07-021-0/+17
* PR gas/11089Nick Clifton2009-12-141-2/+2
* bfdNick Clifton2009-09-291-0/+2394