Age | Commit message (Expand) | Author | Files | Lines |
2005-02-23 | * cgen.c: Warning fixes. | Alan Modra | 1 | -3/+4 |
2005-01-31 | * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c, | Ben Elliston | 1 | -9/+0 |
2004-01-12 | Add support for relaxation of bit manipulation instructions. | Nick Clifton | 1 | -4/+18 |
2003-12-10 | Remove redundant returns in void functions. | Ben Elliston | 1 | -1/+0 |
2003-11-26 | Revert change to t01_mov test. | Nick Clifton | 1 | -0/+1 |
2003-11-25 | * config/tc-h8300.c (h8_exp): Remove. | Kazu Hirata | 1 | -7/+0 |
2003-11-25 | Catch illegal register pairings in ldm/stm instructions. | Nick Clifton | 1 | -7/+30 |
2003-11-23 | * config/tc-h8300.c (Hmode): Make it global. | Kazu Hirata | 1 | -4/+4 |
2003-11-20 | * config/tc-h8300.c: Make some functions and global | Kazu Hirata | 1 | -20/+20 |
2003-11-20 | * config/obj-ieee.c: Remove duplicate prototypes. | Kazu Hirata | 1 | -1/+0 |
2003-11-20 | * config/tc-h8300.c: Convert to ISO-C. | Kazu Hirata | 1 | -137/+70 |
2003-10-17 | Fix normal operation for h8300-coff target | Nick Clifton | 1 | -5/+12 |
2003-07-22 | * config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bc | Alexandre Oliva | 1 | -2/+4 |
2003-07-22 | * config/tc-h8300.c (md_assemble): Make sure characters after | Alexandre Oliva | 1 | -1/+10 |
2003-07-07 | * config/tc-h8300.c (h8300sxnmode): Add prototype. | Richard Sandiford | 1 | -147/+92 |
2003-06-25 | include/opcode/ | Richard Sandiford | 1 | -0/+1 |
2003-06-10 | opcodes/ | Richard Sandiford | 1 | -14/+9 |
2003-06-10 | include/elf/ | Richard Sandiford | 1 | -0/+15 |
2003-06-05 | 2003-06-05 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -42/+91 |
2003-06-03 | 2003-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -222/+823 |
2003-05-21 | Move .file and .loc pseudo ops into obj-elf.c | Nick Clifton | 1 | -5/+0 |
2003-04-24 | Add support for dwarf2 debug information. | Nick Clifton | 1 | -0/+14 |
2003-04-24 | Add support for h8300hn and h8300sn | Nick Clifton | 1 | -0/+31 |
2003-04-15 | Replace occurrances of 'Hitachi' with 'Renesas'. | Nick Clifton | 1 | -3/+3 |
2002-11-19 | 2002-11-19 Klee Dienes <kdienes@apple.com> | Klee Dienes | 1 | -55/+82 |
2002-09-05 | gas reloc rewrite. | Alan Modra | 1 | -1/+1 |
2002-06-08 | * as.c: Replace CONST with const. | Alan Modra | 1 | -1/+1 |
2002-05-31 | Allow stm.l and ldm.l insns to accept parentheses enclosed register lists. | Nick Clifton | 1 | -81/+88 |
2002-05-09 | * config/obj-coff.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2002-01-24 | * config/tc-h8300.c (check_operand): Don't print a warning | Kazu Hirata | 1 | -0/+8 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -12/+7 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -4/+4 |
2001-09-05 | * tc-h8300.c (tc_gen_reloc): Give an error if we try to take the | Jeff Law | 1 | -2/+12 |
2001-08-31 | * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation's | Jeff Law | 1 | -2/+34 |
2001-08-31 | * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h. | Jeff Law | 1 | -18/+20 |
2001-08-30 | Nuts. Checked in wrong version of previous patch. Fixed. | Jeff Law | 1 | -3/+4 |
2001-08-30 | Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com> | Jeff Law | 1 | -0/+38 |
2001-08-29 | * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and define | Jeff Law | 1 | -1/+17 |
2001-08-29 | * config/tc-h8300.c (h8300hmode): Record the machine type | Jeff Law | 1 | -0/+13 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -2/+2 |
2000-07-07 | Fix comments. | Nick Clifton | 1 | -6/+5 |
2000-06-25 | Assemble ldmac correctly. | Nick Clifton | 1 | -1/+6 |
2000-06-23 | Kazu Hirata's formatting and comment typo fixes. | Alan Modra | 1 | -122/+76 |
2000-06-21 | * config/tc-h8300.c (parse_reg): Make the function static. | Jeff Law | 1 | -3/+3 |
2000-06-09 | Don't treat `;' as a line separator by default. | Alan Modra | 1 | -4/+2 |
2000-05-14 | Kazu Hirata's output reloc for mov. | Alan Modra | 1 | -17/+15 |
2000-03-15 | * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate. | Jeff Law | 1 | -14/+14 |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+1595 |