Age | Commit message (Expand) | Author | Files | Lines |
2000-03-15 | * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate. | Jeff Law | 2 | -14/+18 |
2000-03-13 | * expr.c (operand) [case 'f']: When testing if '0f' can start a | Hans-Peter Nilsson | 2 | -1/+7 |
2000-03-13 | * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition. | Hans-Peter Nilsson | 4 | -16/+41 |
2000-03-11 | In bfd/: | Geoffrey Keating | 10 | -26/+457 |
2000-03-09 | * config/tc-m32r.c (m32r_fix_adjustable): Look up the | Catherine Moore | 2 | -2/+19 |
2000-03-09 | 2000-03-08 H.J. Lu (hjl@gnu.org) | H.J. Lu | 3 | -2/+8 |
2000-03-07 | Document new -m32r command line switch | Nick Clifton | 5 | -0/+17 |
2000-03-06 | treat -m32r as a seperate, specific command line switch. | Nick Clifton | 2 | -9/+21 |
2000-03-02 | fix sign extension problem with d30v | Michael Meissner | 2 | -4/+5 |
2000-03-02 | 2000-03-02 H.J. Lu (hjl@gnu.org) | H.J. Lu | 3 | -166/+219 |
2000-03-01 | Remove bigus .align check | Nick Clifton | 2 | -5/+4 |
2000-02-28 | 2000-02-27 Thomas de Lellis <tdel@windriver.com> | Ian Lance Taylor | 2 | -3/+11 |
2000-02-28 | 2000-02-27 Hans-Peter Nilsson <hp@axis.com> | Ian Lance Taylor | 2 | -14/+31 |
2000-02-28 | 2000-02-27 Jakub Jelinek <jakub@redhat.com> | Ian Lance Taylor | 2 | -1/+17 |
2000-02-28 | * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an | Ian Lance Taylor | 2 | -1/+7 |
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 6 | -2487/+2389 |
2000-02-26 | Catch some more cases where we can represent a 16 bit immediate operand as | Alan Modra | 2 | -15/+82 |
2000-02-26 | * doc/c-mips.texi (MIPS Opts): Fix typo in last patch. | Jeff Law | 2 | -1/+5 |
2000-02-26 | 2000-02-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+6 |
2000-02-25 | Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLog | Alan Modra | 2 | -4/+5 |
2000-02-25 | Extend the i386 gas testsuite to do some tests for intel_syntax. Fix all | Alan Modra | 8 | -188/+1385 |
2000-02-24 | Add support for WinCE targeted toolchains. | Nick Clifton | 10 | -8/+105 |
2000-02-24 | Yet more .intel_syntax fixes. | Alan Modra | 2 | -12/+52 |
2000-02-24 | * config/obj-som.c (obj_pseudo_table): Add "weak". | Catherine Moore | 2 | -2/+39 |
2000-02-24 | Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid | Alan Modra | 2 | -19/+28 |
2000-02-24 | config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs into | Alan Modra | 3 | -156/+110 |
2000-02-24 | Remove dead code when not TC_M68K. | Alan Modra | 9 | -40/+88 |
2000-02-24 | Mention IBM 370 support | Alan Modra | 1 | -0/+2 |
2000-02-24 | * config/tc-i386.c (md_assemble): When swapping operands for | Richard Henderson | 2 | -15/+21 |
2000-02-23 | Add new feature notices for changes made on 2/8 and 2/10/00. | Timothy Wall | 1 | -0/+4 |
2000-02-23 | Add IBM 370 support. | Alan Modra | 14 | -172/+3488 |
2000-02-22 | * config/tc-d30v.c (parallel_ok): Use FLAG_NOT_WITH_ADDSUBppp to | Chandra Chavva | 2 | -4/+10 |
2000-02-22 | 2000-02-22 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -0/+17 |
2000-02-22 | 1999-12-30 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -2/+40 |
2000-02-22 | 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | Ian Lance Taylor | 2 | -3/+8 |
2000-02-22 | From Brad Lucier <lucier@math.purdue.edu>: | Ian Lance Taylor | 2 | -2/+9 |
2000-02-21 | * config/tc-mips.c (MF_HILO_INSN): Define. | Catherine Moore | 3 | -0/+67 |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 3 | -31/+45 |
2000-02-18 | Add a symbol's value to the computed frag offset, rather than overwriting it. | Nick Clifton | 2 | -1/+6 |
2000-02-17 | bfd: | Joern Rennecke | 3 | -38/+625 |
2000-02-11 | * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create | Jeff Law | 2 | -3/+9 |
2000-02-10 | Add support for M340 | Nick Clifton | 3 | -6/+198 |
2000-02-10 | Check label validity with TC_START_LABEL_WITHOUT_COLON if defined. | Timothy Wall | 2 | -1/+11 |
2000-02-10 | New preprocessor options. | Timothy Wall | 3 | -3/+53 |
2000-02-08 | NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid | Timothy Wall | 1 | -1/+1 |
2000-02-08 | Remove redundant code for checking numbers with suffixes. Add | Timothy Wall | 4 | -28/+53 |
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 |