Age | Commit message (Expand) | Author | Files | Lines |
1999-10-21 | * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New. | Gavin Romig-Koch | 2 | -127/+161 |
1999-10-21 | Fix assembler testsuite for ARM | Nick Clifton | 4 | -35/+41 |
1999-10-18 | Add md expression support; Cleanup alpha warnings | Michael Meissner | 4 | -38/+114 |
1999-10-17 | * config/tc-hppa.c (md_apply_fix): Make "fmt" an int. | Jeff Law | 2 | -1/+5 |
1999-10-12 | Nit fix. | Alan Modra | 2 | -1/+5 |
1999-10-11 | Added note about --fatal-warnings option. | Geoffrey Keating | 1 | -0/+2 |
1999-10-11 | * as.c (show_usage): Document new options. | Geoffrey Keating | 5 | -14/+74 |
1999-10-11 | * lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some | Geoffrey Keating | 5 | -8/+27 |
1999-10-10 | * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co', | Jeff Law | 2 | -70/+429 |
1999-10-07 | * config/tc-d30v.c (CHAR_BIT): Define. | Diego Novillo | 2 | -5/+25 |
1999-10-07 | Forgot to add these files in the previous commit. This is the | Diego Novillo | 3 | -0/+72 |
1999-10-07 | Added seven new instructions ld, ld2w, sac, sachi, slae, st and | Diego Novillo | 3 | -4/+25 |
1999-10-07 | * gas/mips/elf-rel.s: New file. | Geoffrey Keating | 8 | -1/+182 |
1999-10-05 | * gas/m32r/error.exp: New testcase driver. | Doug Evans | 11 | -0/+1054 |
1999-10-05 | add m32rx docs | Doug Evans | 1 | -1/+122 |
1999-10-05 | Add support for m32rx. | Doug Evans | 2 | -1/+618 |
1999-09-28 | * config/tc-mips.c (nopic_need_relax): Allow for the | Geoffrey Keating | 2 | -3/+12 |
1999-09-23 | Remove accidental case duplication. | Jeff Law | 1 | -18/+1 |
1999-09-23 | * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handling | Jeff Law | 2 | -32/+38 |
1999-09-23 | * config/tc-hppa.c (pa_ip): Add parens to silence compiler. | Jeff Law | 2 | -3/+6 |
1999-09-22 | * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization. | Jeff Law | 2 | -3/+13 |
1999-09-22 | Rename MULTI_SET_PSR to LDM_TYPE_2_OR_3 | Nick Clifton | 2 | -2/+6 |
1999-09-20 | * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanup | Jeff Law | 2 | -6/+11 |
1999-09-19 | 1999-09-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | Ian Lance Taylor | 2 | -3/+28 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc' | Jeff Law | 2 | -0/+77 |
1999-09-19 | * config/tc-hppa.c (pa_ip); Handle "fe", and 'cJ'. | Jeff Law | 2 | -2/+25 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'd', '#' and 'cq'. | Jeff Law | 2 | -2/+73 |
1999-09-19 | * config/tc-hppa.c (struct pa_it): New field "trunc". | Jeff Law | 2 | -0/+241 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'X' operand. | Jeff Law | 2 | -0/+65 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'B' operand. | Jeff Law | 2 | -0/+10 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands. | Jeff Law | 2 | -0/+20 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'l' operand. | Jeff Law | 2 | -0/+10 |
1999-09-19 | * config/tc-hppa.c (pa_ip): Handle 'g' operand. | Jeff Law | 2 | -0/+11 |
1999-09-18 | * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling. | Jeff Law | 2 | -6/+18 |
1999-09-18 | Really fix the typo. | Jeff Law | 1 | -1/+1 |
1999-09-18 | Fix typo in last change. | Jeff Law | 1 | -1/+1 |
1999-09-18 | Support 8 and 16-bit relocs for i386coff. Enable i386 gas testsuite tests | Alan Modra | 3 | -7/+12 |
1999-09-17 | * config/tc-hppa.c (pa_build_unwind_subspace): Do not build | Jeff Law | 2 | -0/+10 |
1999-09-15 | * config/tc-hppa.c (pa_ip): Move dwarf2 stuff from here. | Jeff Law | 2 | -12/+15 |
1999-09-15 | * config/tc-hppa.c: Include dwarf2dbg.h if OBJ_ELF. Declare | Jeff Law | 3 | -0/+51 |
1999-09-14 | Fix problem with going to automake 2.14 | Michael Meissner | 3 | -2/+9 |
1999-09-14 | 1999-09-14 Donn Terry <donn@interix.com> | Ian Lance Taylor | 2 | -0/+6 |
1999-09-13 | Hackery to handle ix86 "jmp constant" as a pc-relative jump to the given | Alan Modra | 2 | -105/+56 |
1999-09-13 | Changelog entry for tc-i386.c changes. | Alan Modra | 1 | -0/+5 |
1999-09-13 | Tidy jump handling code and comments. | Alan Modra | 1 | -44/+66 |
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 3 | -0/+7 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 2 | -0/+4 |
1999-09-12 | * config/tc-i386.c (md_apply_fix3): Add horrible adjustments to | Ian Lance Taylor | 2 | -2/+33 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 2 | -2/+8 |
1999-09-12 | * write.c (write_relocs): Call SET_SECTION_RELOCS if it is | Ian Lance Taylor | 5 | -0/+23 |