aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-5/+0
2003-04-24Add support for dwarf2 debug information.Nick Clifton1-0/+14
2003-04-24Add support for h8300hn and h8300snNick Clifton1-0/+31
2003-04-15Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton1-3/+3
2002-11-192002-11-19 Klee Dienes <kdienes@apple.com>Klee Dienes1-55/+82
2002-09-05gas reloc rewrite.Alan Modra1-1/+1
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-1/+1
2002-05-31Allow stm.l and ldm.l insns to accept parentheses enclosed register lists.Nick Clifton1-81/+88
2002-05-09 * config/obj-coff.c: Fix formatting.Kazu Hirata1-3/+3