Age | Commit message (Expand) | Author | Files | Lines |
1994-06-01 | * config/tc-mips.c (mips_ip): Force floating point values to be | Ian Lance Taylor | 1 | -5/+13 |
1994-04-21 | * config/tc-mips.c (append_insn): Permit branches to be switched | Ian Lance Taylor | 1 | -2/+0 |
1994-04-14 | Remove assertion that was not intended to be checked in. | Ian Lance Taylor | 1 | -1/+0 |
1994-04-14 | * config/tc-mips.h (DIFF_EXPR_OK): Define. | Ian Lance Taylor | 1 | -8/+112 |
1994-04-07 | * config/tc-mips.c (macro): Pass NULL for expression argument to | Ian Lance Taylor | 1 | -6/+36 |
1994-04-05 | * config/tc-mips.c (mips_ip): For case 'o', when generating | Ian Lance Taylor | 1 | -11/+44 |
1994-03-25 | * config/tc-mips.c (append_insn): If EMBEDDED_PIC, don't swap a | Ian Lance Taylor | 1 | -7/+59 |
1994-03-23 | Handle .gpword and .cpadd only for SVR4_PIC, not != NO_PIC. Still | Ian Lance Taylor | 1 | -2/+2 |
1994-03-22 | * config/tc-mips.c (enum mips_pic_level): New enum. | Ian Lance Taylor | 1 | -124/+326 |
1994-03-16 | * config/tc-mips.c (mips_align): Take new argument, label, and use | Ian Lance Taylor | 1 | -23/+32 |
1994-03-11 | * config/tc-mips.c (mips_ip): Accept numbers between 0x8000 and | Ian Lance Taylor | 1 | -1/+5 |
1994-03-07 | * config/tc-mips.c (load_address): When calling frag_grow, allow | Ian Lance Taylor | 1 | -56/+163 |
1994-02-04 | Revert last change. | Ian Lance Taylor | 1 | -8/+0 |
1994-02-04 | * config/tc-mips.c (md_apply_fix): If this is an undefined symbol, | Ian Lance Taylor | 1 | -0/+8 |
1994-02-02 | * config/tc-mips.c (file_mips_isa): New static variable. | Ian Lance Taylor | 1 | -1/+21 |
1994-02-01 | * config/tc-mips.c (mips_ip): Make an unsupported instruction a | Ian Lance Taylor | 1 | -2/+1 |
1994-01-25 | * tc-mips.c (g_switch_seen): New static variable. | Ian Lance Taylor | 1 | -0/+11 |
1994-01-20 | * config/tc-mips.c (md_pseudo_table): Add all data allocation | Ian Lance Taylor | 1 | -0/+7 |
1994-01-17 | Comment and whitespace changes. | Ian Lance Taylor | 1 | -5/+53 |
1994-01-11 | * config/tc-mips.c (macro): Corrected $at warnings in a couple of | Ian Lance Taylor | 1 | -2/+4 |
1994-01-11 | * listing.c (listing_prev_line): New function. | Ian Lance Taylor | 1 | -0/+2 |
1994-01-07 | Fri Jan 7 11:14:07 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -0/+45 |
1994-01-06 | * config/tc-mips.c (mips_ip): Warn about using $1 as well as $at | Ian Lance Taylor | 1 | -63/+9 |
1993-12-01 | * config/tc-mips.c (macro): From wilson@cygnus.com: for M_L_DAB, | Ian Lance Taylor | 1 | -1/+1 |
1993-12-01 | * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.d | Ian Lance Taylor | 1 | -1/+13 |
1993-11-18 | * config/tc-mips.c: Check ECOFF_DEBUGGING rather than | Ian Lance Taylor | 1 | -635/+1462 |
1993-11-08 | * config/tc-mips.c (mips_ip, printInsn): Handle 'k' (from Ted | Ian Lance Taylor | 1 | -108/+354 |
1993-10-27 | * config/tc-mips.c (macro_build): Handle '>' case (shift amount | Ian Lance Taylor | 1 | -0/+13 |
1993-10-24 | Add support for .dword pseudo op to mips port. | Jim Wilson | 1 | -2/+8 |
1993-10-14 | * config/tc-mips.c (md_pseudo_table): Ignore .livereg pseudo-op. | Ian Lance Taylor | 1 | -5/+19 |
1993-10-12 | * config/tc-mips.c: If OBJ_ELF, include elf/mips.h. | Ian Lance Taylor | 1 | -0/+51 |
1993-10-08 | * config/tc-mips.c (mips_gprmask, mips_cprmask): New variables to | Ian Lance Taylor | 1 | -37/+75 |
1993-10-08 | * config/tc-mips.h: Define TARGET_FORMAT if OBJ_ELF. | Ian Lance Taylor | 1 | -27/+60 |
1993-10-06 | * config/tc-mips.c (cons_fix_new_mips): New function. Turn | Ian Lance Taylor | 1 | -3/+39 |
1993-09-24 | * config/tc-mips.c (md_begin): Set BFD architecture and machine | Ian Lance Taylor | 1 | -0/+19 |
1993-09-13 | * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set. | Ian Lance Taylor | 1 | -20/+20 |
1993-09-10 | gcc lint. See ChangeLog for details. Also: | Ian Lance Taylor | 1 | -7/+9 |
1993-09-02 | Reverted previous change, and added this one instead: | Ian Lance Taylor | 1 | -12/+16 |
1993-09-02 | * config/tc-mips.c (macro): If $0 is destination of divide, just | Ian Lance Taylor | 1 | -0/+34 |
1993-08-23 | * config/tc-mips.c (set_at): Added unsignedp argument. Use | Ian Lance Taylor | 1 | -250/+299 |
1993-08-20 | * config/tc-mips.c (mips_isa): New static variable. | Ian Lance Taylor | 1 | -148/+672 |
1993-08-18 | * config/tc-mips.c (append_insn): Don't swap branch instructions | Ian Lance Taylor | 1 | -32/+136 |
1993-08-12 | * config/tc-mips.c (mips_ip): Suggested by | Ian Lance Taylor | 1 | -46/+82 |
1993-07-27 | * config/tc-mips.c (mips_optimize): New static variable. | Ian Lance Taylor | 1 | -3/+49 |
1993-07-21 | * Extensive changes to permit symbols to contain any expression | Ian Lance Taylor | 1 | -50/+32 |
1993-07-16 | * config/tc-hppa.h (tc_frob_label): Define. | Ian Lance Taylor | 1 | -123/+558 |
1993-07-12 | * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch if | Ian Lance Taylor | 1 | -2/+12 |
1993-07-07 | * config/mips-opcode.h: Moved to opcode/mips.h. | Ian Lance Taylor | 1 | -21/+36 |
1993-05-27 | * app.c (do_scrub_begin): Let line_comment_chars override | Ian Lance Taylor | 1 | -79/+124 |
1993-04-01 | * subsegs.c (subseg_new): Set output_section of new section. | Ian Lance Taylor | 1 | -1813/+2208 |