Age | Commit message (Expand) | Author | Files | Lines |
1999-08-03 | * config/tc-mips.c (append_insn): Correct INSN_SYNC test. From | Ian Lance Taylor | 1 | -1/+1 |
1999-08-03 | Rationalize some of the i386 intel mode code. | Alan Modra | 1 | -944/+877 |
1999-08-03 | * config/tc-i386.c: Add INFER_ADDR_PREFIX code. Fix 16 bit mode nop. | Alan Modra | 1 | -395/+427 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -0/+143 |
1999-07-30 | Fix up vtable entry relocs | Catherine Moore | 1 | -0/+5 |
1999-07-28 | Fix an overflow checking bug uncovered when a 32 bit target is compiled | Alan Modra | 1 | -2/+2 |
1999-07-28 | * config/tc-hppa.c (pa_ip): Add 'J' and 'K' code | Jeff Law | 1 | -0/+24 |
1999-07-27 | * config/tc-sparc.h (tc_fix_adjustable): Don't adjust GOT, PLT, or | Ian Lance Taylor | 1 | -0/+6 |
1999-07-22 | 1999-07-21 Mark Elbrecht <snowball3@bigfoot.com> | Ian Lance Taylor | 1 | -0/+2 |
1999-07-22 | From Mark Elbrecht: | Ian Lance Taylor | 1 | -93/+0 |
1999-07-16 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 2 | -6/+55 |
1999-07-16 | * gas/config/tc-i386.c: Fix for immediates and displacements in 16-bit | Alan Modra | 1 | -48/+56 |
1999-07-15 | d | Jeff Law | 1 | -1/+2 |
1999-07-15 | Apply patch from Philip Blundell <pb@nexus.co.uk> | Nick Clifton | 2 | -33/+7 |
1999-07-12 | * config/tc-m68k.c: Add some ATTRIBUTE_UNUSED. | Andreas Schwab | 1 | -29/+29 |
1999-07-11 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 2 | -31/+36 |
1999-07-09 | * config/tc-ppc.h (tc_fix_adjustable) [OBJ_ELF]: Call S_IS_LOCAL | Ian Lance Taylor | 2 | -4/+2 |
1999-07-07 | Use symbol_get_obj() rather than accessing symbolP directly. | Nick Clifton | 1 | -2/+2 |
1999-07-06 | h | Jeff Law | 1 | -1/+2 |
1999-07-05 | Add support for armv5 architecture | Nick Clifton | 1 | -31/+188 |
1999-07-01 | h | Jeff Law | 1 | -8/+6 |
1999-06-26 | 1999-06-26 Mumit Khan <khan@xraylith.wisc.edu> | Ian Lance Taylor | 1 | -1/+1 |
1999-06-23 | ooops - omitted from previous delta. | Nick Clifton | 1 | -0/+3 |
1999-06-23 | Make the mcore even more paranoid about section switching | Nick Clifton | 2 | -22/+57 |
1999-06-22 | * config/tc-alpha.c: More use of symbol accessor functions. | Ian Lance Taylor | 10 | -36/+38 |
1999-06-22 | * config/tc-arc.c (get_arc_exp_reloc_type): Change uses of | Ian Lance Taylor | 4 | -11/+12 |
1999-06-22 | reformat copyright paragraph | Ian Lance Taylor | 1 | -3/+4 |
1999-06-22 | add a couple of if/else/endif comments | Ian Lance Taylor | 1 | -2/+2 |
1999-06-22 | * config/obj-ecoff.c (obj_ecoff_set_ext): Change uses of bsym to | Ian Lance Taylor | 3 | -5/+7 |
1999-06-22 | 1999-06-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | Ian Lance Taylor | 9 | -23/+29 |
1999-06-21 | d | Jeff Law | 2 | -4/+11 |
1999-06-21 | * config/tc-arm.c (ldst_extend): Add parentheses to avoid | Ian Lance Taylor | 1 | -10/+15 |
1999-06-21 | Use symbol_get_bfdsym() macro | Nick Clifton | 1 | -2/+1 |
1999-06-21 | Include struc-symbol.h so that symbol structure definition is available. | Nick Clifton | 1 | -1/+2 |
1999-06-19 | * config/tc-ppc.c: Update for symbol handling changes. | Ian Lance Taylor | 2 | -190/+208 |
1999-06-18 | * tc-hppa.c: General cleanups of ELF support. No more spaces | Jeff Law | 1 | -128/+186 |
1999-06-18 | Patches for eCos: Dump literal pool on section change. Mark thumb function | Nick Clifton | 1 | -30/+162 |
1999-06-17 | Fix -Wuh and -Wnhu options so that they work. | Nick Clifton | 1 | -4/+8 |
1999-06-17 | Detect illegal use of hash symbols in assembler mnemonics. | Nick Clifton | 1 | -3/+21 |
1999-06-13 | (tc_gen_reloc): Fix handling of GOTPC relocs. | Ulrich Drepper | 1 | -1/+4 |
1999-06-12 | * subsegs.c (subseg_text_p): New function. | Ian Lance Taylor | 5 | -19/+10 |
1999-06-11 | * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER. | Ian Lance Taylor | 1 | -1/+1 |
1999-06-11 | * config/tc-i386.c (i386_immediate): Remove unused label | Ian Lance Taylor | 1 | -1/+0 |
1999-06-11 | 1999-06-11 Martin Dorey <mdorey@madge.com> | Ian Lance Taylor | 1 | -22/+3 |
1999-06-10 | * config/tc-i386.c (md_apply_fix3): Add default case to switch. | Ian Lance Taylor | 1 | -0/+3 |
1999-06-10 | * config/tc-sparc.c (md_pseudo_table): Remove pushsection and | Ian Lance Taylor | 1 | -2/+0 |
1999-06-10 | * config/tc-sparc.c (sparc_ip): Add default case to reloc switch. | Ian Lance Taylor | 1 | -0/+3 |
1999-06-10 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 1 | -304/+334 |
1999-06-10 | Based on patches from John W. Woznack <jwoznack@concentric.net>: | Ian Lance Taylor | 1 | -8/+7 |
1999-06-10 | Add support for ARM920 and ARM920t | Nick Clifton | 1 | -1/+7 |