aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
2016-02-25Convert more variables to a constant form.Trevor Saunders1-3/+3
2016-01-13Remove spurious condition in test for closing parenthesis.Yoshinori Sato1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-1/+1
2015-08-12Remove trailing spaces in gasH.J. Lu1-25/+25
2015-06-04Fix compile time warning for tc-h8300.c when using gcc 5+.Nick Clifton1-1/+1
2015-02-23Add support for the h8300-linux target.Yoshinori Sato1-4/+107
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-03-21 * elf32-h8300 (h8_relax_section): Add new relaxation of movNick Clifton1-9/+24
2012-05-17 PR 14072Nick Clifton1-2/+1
2012-02-27 * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bitsAlan Modra1-12/+17
2011-01-20 PR gas/12384Nick Clifton1-1/+1
2010-05-19 * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the listNick Clifton1-1/+1
2010-01-13 * config/tc-h8300.c (h8300_elf_section): New function - issue aNick Clifton1-2/+54
2009-09-02update copyright datesAlan Modra1-1/+2
2009-07-24 PR 10437Nick Clifton1-2/+2
2009-04-07[bfd]DJ Delorie1-4/+17
2008-08-06* NEWS: Mention these changes.DJ Delorie1-1/+13
2008-07-21* config/tc-h8300.c (fix_operand_size): Use the default sizeDJ Delorie1-1/+6
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-54/+2
2007-10-11PR gas/5158Nick Clifton1-7/+7
2007-09-19* config/tc-h8300.c (md_apply_fix): Do not abort or handle 8 byte fixups.Nick Clifton1-0/+7
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-11-02 * config/tc-h8300.c (build_bytes): Fix const warning.Daniel Jacobowitz1-1/+1
2006-06-07remove some duplicate #include's.Alan Modra1-3/+1
2005-08-11 * README-vms: Delete.Alan Modra1-114/+1
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-3/+4
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-9/+0
2004-01-12Add support for relaxation of bit manipulation instructions.Nick Clifton1-4/+18
2003-12-10Remove redundant returns in void functions.Ben Elliston1-1/+0
2003-11-26Revert change to t01_mov test.Nick Clifton1-0/+1
2003-11-25 * config/tc-h8300.c (h8_exp): Remove.Kazu Hirata1-7/+0
2003-11-25 Catch illegal register pairings in ldm/stm instructions.Nick Clifton1-7/+30
2003-11-23 * config/tc-h8300.c (Hmode): Make it global.Kazu Hirata1-4/+4
2003-11-20 * config/tc-h8300.c: Make some functions and globalKazu Hirata1-20/+20
2003-11-20 * config/obj-ieee.c: Remove duplicate prototypes.Kazu Hirata1-1/+0
2003-11-20 * config/tc-h8300.c: Convert to ISO-C.Kazu Hirata1-137/+70
2003-10-17Fix normal operation for h8300-coff targetNick Clifton1-5/+12
2003-07-22* config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bcAlexandre Oliva1-2/+4
2003-07-22* config/tc-h8300.c (md_assemble): Make sure characters afterAlexandre Oliva1-1/+10
2003-07-07 * config/tc-h8300.c (h8300sxnmode): Add prototype.Richard Sandiford1-147/+92
2003-06-25include/opcode/Richard Sandiford1-0/+1
2003-06-10opcodes/Richard Sandiford1-14/+9
2003-06-10include/elf/Richard Sandiford1-0/+15
2003-06-052003-06-05 Michael Snyder <msnyder@redhat.com>Michael Snyder1-42/+91
2003-06-032003-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder1-222/+823