aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-24 * config/tc-h8300.c (check_operand): Don't print a warningKazu Hirata1-0/+8
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-12/+7
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-4/+4
2001-09-05 * tc-h8300.c (tc_gen_reloc): Give an error if we try to take theJeff Law1-2/+12
2001-08-31 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation'sJeff Law1-2/+34
2001-08-31 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.Jeff Law1-18/+20
2001-08-30Nuts. Checked in wrong version of previous patch. Fixed.Jeff Law1-3/+4
2001-08-30Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Law1-0/+38
2001-08-29 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and defineJeff Law1-1/+17
2001-08-29 * config/tc-h8300.c (h8300hmode): Record the machine typeJeff Law1-0/+13
2001-03-08Fix copyright noticesNick Clifton1-2/+2
2000-07-07Fix comments.Nick Clifton1-6/+5
2000-06-25Assemble ldmac correctly.Nick Clifton1-1/+6
2000-06-23Kazu Hirata's formatting and comment typo fixes.Alan Modra1-122/+76
2000-06-21 * config/tc-h8300.c (parse_reg): Make the function static.Jeff Law1-3/+3
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-4/+2
2000-05-14Kazu Hirata's output reloc for mov.Alan Modra1-17/+15
2000-03-15 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.Jeff Law1-14/+14