Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-08 | NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid | Timothy Wall | 1 | -1/+1 | |
when the 0x prefix is used. | |||||
2000-02-08 | Remove redundant code for checking numbers with suffixes. Add | Timothy Wall | 4 | -28/+53 | |
functionality to break out of assembler loops. | |||||
2000-02-08 | Add handling for numbers with suffixed radix. | Timothy Wall | 4 | -8/+47 | |
2000-02-08 | changelog for elseif addition | Timothy Wall | 1 | -0/+7 | |
2000-02-08 | New elseif directive has been added. | Timothy Wall | 5 | -0/+97 | |
2000-02-04 | Remove conditionals causing a bug in listings. | Timothy Wall | 2 | -14/+5 | |
2000-02-03 | octets vs bytes changes for GAS | Timothy Wall | 8 | -43/+120 | |
2000-02-02 | Fix bug in stabs filename encoding where backslashes are present. | Timothy Wall | 2 | -2/+27 | |
2000-01-31 | Add ATPCS register naming support | Nick Clifton | 5 | -33/+54 | |
2000-01-31 | * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if | Geoffrey Keating | 4 | -6/+31 | |
already defined. * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES): New macro. * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag of a symbol when we really care about its value. | |||||
2000-01-31 | Cathc unwanted text after instructions | Nick Clifton | 2 | -7/+29 | |
2000-01-27 | Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions when | Nick Clifton | 2 | -5/+14 | |
bounded by non-function labels. | |||||
2000-01-26 | Make copyright date lists comply with GNU requirement | Alan Modra | 2 | -22/+23 | |
2000-01-26 | This set of patches add support for aout emulation on the x86 | Alan Modra | 22 | -688/+1133 | |
assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message. | |||||
2000-01-21 | Fix gas x86 testsuite for a.out | Alan Modra | 4 | -7/+13 | |
2000-01-21 | gas/testsuite/ChangeLog | Alan Modra | 8 | -187/+175 | |
* gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here * gas/i386/jump16.{s,d}: To here. * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call tests in general.s so that objdump is exercised. * gas/i386/i386.exp: Call new tests. | |||||
2000-01-15 | Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp and | Alan Modra | 6 | -62/+224 | |
call tests + tweak intel mode far call and jmp. | |||||
2000-01-15 | Add jmp and call tests to prevent intel mode lossage creeping in again. | Alan Modra | 3 | -2/+87 | |
2000-01-14 | 2000-01-13 Clinton Popetz <cpopetz@cygnus.com> | Clinton Popetz | 3 | -0/+38 | |
* config/tc-mips.c (mips_do_align): New function. * config/tc-mips.h (md_do_align): Define. | |||||
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 | |