Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-10 | fixup ARM documentation | Nick Clifton | 3 | -3/+24 | |
2000-01-10 | Add arm-conix target | Nick Clifton | 3 | -2/+11 | |
2000-01-03 | ELF visibility patch from Martin Loewis | Nick Clifton | 3 | -0/+93 | |
1999-12-27 | x86 indirect jump/call syntax fixes. Disassembly fix for lcall. | Alan Modra | 2 | -8/+14 | |
1999-12-22 | fix formatting | Nick Clifton | 1 | -6/+5 | |
1999-12-22 | Apply patch from Philip Blundell to allow .previous to work for arm-elf | Nick Clifton | 2 | -1/+15 | |
1999-12-14 | Add support for -marm720 command line switch | Nick Clifton | 2 | -0/+6 | |
1999-12-01 | Tue Nov 30 23:02:01 1999 Jeffrey A Law (law@cygnus.com) | Jeff Law | 10 | -0/+1230 | |
* gas/mn10300/{am33.s, am33_2.s, am33_3.s}: New test files. * gas/mn10300/{am33_4.s, am33_5.s, am33_6.s}: Likewise. * gas/mn10300/{am33_7.s, am33_8.s}: Likewise. * gas/mn10300/basic.exp: Run the am33 tests. | |||||
1999-12-01 | * config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op. | Jeff Law | 2 | -0/+356 | |
(r_registers, xr_registers): Define. (r_register_name, xr_register_name): New functions. (md_assemble): Handle new am33 operand types and instruction formats. (mn10300_insert_operand, check_operand): Likewise. | |||||
1999-11-29 | Fix .force_thumb | Nick Clifton | 2 | -5/+13 | |
1999-11-29 | Add support for !literal and !lituse_base | Michael Meissner | 3 | -105/+1079 | |
1999-11-25 | * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. Handle | Jeff Law | 2 | -0/+43 | |
'B' operand for PA2.0 bb instruction. | |||||
1999-11-18 | Fix generation of RVA relocs | Nick Clifton | 3 | -1/+17 | |
1999-11-16 | * config/tc-i386.c (i386_immediate): Disallow O_big immediates. | Alan Modra | 2 | -3/+19 | |
(i386_displacement): Disallow O_big displacements. | |||||
1999-11-16 | tc-arm.c: minor changes and support for upcoming V5E variant. | Donald Lindsay | 1 | -28/+75 | |
1999-11-16 | log entry for config/tc-arm.c change | Donald Lindsay | 1 | -0/+7 | |
1999-11-15 | * gas/mips/la.d: Adjust for new la macro expansion. | Gavin Romig-Koch | 4 | -1446/+1445 | |
Change matches for explicit addresses to matches for any address. * gas/mips/la-xgot.d: Same. * gas/mips/la-svr4pic.d: Same. | |||||
1999-11-12 | fix typo. | Nick Clifton | 1 | -1/+1 | |
1999-11-12 | do not look beyond the end of the buffer | Nick Clifton | 2 | -2/+7 | |
1999-11-11 | Look for seperator after TO and FROM tokens when exploring nested structures | Nick Clifton | 2 | -2/+9 | |
1999-11-09 | 1999-11-08 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -0/+22 | |
* app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters. | |||||
1999-11-08 | * config/tc-alpha.c (alpha_align): Check, don't assert, that | Richard Henderson | 2 | -3/+8 | |
the previous label was in the current section before playing with auto-alignment. | |||||
1999-11-06 | Do not attempt to fixup relocs relative to weak symbols | Nick Clifton | 2 | -18/+28 | |
1999-11-05 | Add more md operators | Michael Meissner | 3 | -16/+16 | |
1999-11-03 | * read.c (pseudo_set): Reject attempts to set the value of a | Ian Lance Taylor | 2 | -0/+5 | |
section symbol. | |||||
1999-11-03 | * config/obj-elf.c (obj_elf_ident): Call md_flush_pending_output | Ian Lance Taylor | 2 | -3/+21 | |
if it is defined. * config/obj-elf.c (elf_set_index): Add ATTRIBUTE_UNUSED. * config/obj-elf.c (elf_frob_file_after_relocs): Don't pass NULL to bfd_set_section_contents. | |||||
1999-11-03 | Change the default endianness to little. | Nick Clifton | 2 | -1/+6 | |
1999-11-01 | For include/opcode: | Gavin Romig-Koch | 2 | -56/+14 | |
* mips.h (OPCODE_IS_MEMBER): New. For gas: * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER. (mips_ip): Use OPCODE_IS_MEMBER. For opcodes: * mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER. | |||||
1999-11-01 | fixes for arm-aout.... | Nick Clifton | 3 | -6/+6 | |
1999-11-01 | Fix test results for arm-pe toolchain | Nick Clifton | 4 | -5/+15 | |
1999-10-28 | * config/tc-arm.c (reg_required_here): Improve comments. | Jeff Law | 2 | -2/+6 | |
1999-10-28 | * config/tc-arm.c (thumb_opcode): Add "variants" field. | Jeff Law | 2 | -58/+62 | |
(tinsns): Initialize variants field. | |||||
1999-10-27 | * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PC | Jeff Law | 2 | -76/+81 | |
respectively. | |||||
1999-10-27 | fix compile time warnings | Nick Clifton | 3 | -5/+13 | |
1999-10-25 | revert part of previous delta which had accidentally snarfed some experimental | Nick Clifton | 1 | -4/+2 | |
code. | |||||
1999-10-25 | revert previous delta | Nick Clifton | 2 | -70/+0 | |
1999-10-25 | Apply patch supplied for case 102229 to implement new insns psrclr and psrset. | Nick Clifton | 1 | -10/+74 | |
1999-10-25 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+6 | |
1999-10-21 | * tc_d10v.c (find_opcode): Allow ATSIGN to match expressions of the | Diego Novillo | 2 | -1/+6 | |
form @abs16, @(abs16) and @(abs16 + imm). | |||||
1999-10-21 | * config/tc-mips.c (ISA_HAS_COPROC_DELAYS) : New. | Gavin Romig-Koch | 2 | -127/+161 | |
(ISA_HAS_64_BIT_REGS) New. (gpr_interlocks,md_begin,reg_needs_delay,append_insn, mips_emit_delays,macro_build,load_register,load_addresss, macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify and/or use new ISA_xxx macros in expressions involving ISA, particularly mips_opts.isa. | |||||
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 | |
(parse_args): Add --no-warn, --warn, --fatal-warnings, which become 'W', OPTION_WARN, and OPTION_WARN_FATAL. (parse_args): Parse the new options. (main): If there were warnings, and --fatal-warnings was specified, print an error. * as.h: New variable, flag_fatal_warnings, for new option. | |||||
1999-10-11 | * lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some | Geoffrey Keating | 5 | -8/+27 | |
indeterminate number of extra lines here". * gas/elf/elf.exp: Remove XFAILs. * gas/elf/section0.d: Make pass on MIPS (and hopefully alpha). * gas/elf/section1.d: Likewise. | |||||
1999-10-10 | * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co', | Jeff Law | 2 | -70/+429 | |
'@'. Change autoincrement completers to fall through to cache control completers. * config/tc-hppa.c (pa_ip): Remove unused args. Add code to '?W' arg. (pa_parse_addb_64_cmpltr): New function. * config/tc-hppa.c (pa_ip): Change error message. (pa_ip,pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr) Fix '?N' and '?Q' args to allow falling through. * config/tc-hppa.c (pa_ip): Implement conditional codes "?N", "?Q". Remove unused conditional codes. (pa_parse_cmpb_64_cmpltr,pa_parse_cmpib_64_cmpltr): New. | |||||
1999-10-07 | * config/tc-d30v.c (CHAR_BIT): Define. | Diego Novillo | 2 | -5/+25 | |
(check_range): Fix bit operations to support integers bigger than 32 bits. | |||||
1999-10-07 | Forgot to add these files in the previous commit. This is the | Diego Novillo | 3 | -0/+72 | |
testsuite for the new instructions added to d10v gas. |