Age | Commit message (Expand) | Author | Files | Lines |
1996-08-07 | * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but | Ian Lance Taylor | 1 | -4/+8 |
1996-08-02 | * config/tc-mips.c (md_section_align): Don't change addr if | Ian Lance Taylor | 1 | -0/+4 |
1996-07-22 | * config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and | Ian Lance Taylor | 1 | -0/+2 |
1996-07-08 | * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or | Ian Lance Taylor | 1 | -7/+43 |
1996-07-03 | Based on patches from Tom Quiggle <quiggle@sgi.com>: | Ian Lance Taylor | 1 | -4/+16 |
1996-06-27 | remove debugging code | Ian Lance Taylor | 1 | -1/+0 |
1996-06-26 | Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 1 | -17/+36 |
1996-06-19 | * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set | Ian Lance Taylor | 1 | -13/+23 |
1996-06-02 | * config/tc-mips.c (md_parse_option): Check for a 64 bit format | Ian Lance Taylor | 1 | -1/+13 |
1996-05-31 | * config/tc-mips.c (md_begin): If -64, create a .MIPS.options | Ian Lance Taylor | 1 | -21/+73 |
1996-05-31 | * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32 | Ian Lance Taylor | 1 | -7/+9 |
1996-05-30 | * config/tc-mips.c (mips_64): New static variable. | Ian Lance Taylor | 1 | -8/+30 |
1996-05-29 | * config/tc-mips.c (macro): When passing X_add_number to | Ian Lance Taylor | 1 | -4/+4 |
1996-05-25 | * config/tc-mips.c (mips_ip): Mark sections created to hold | Ian Lance Taylor | 1 | -32/+49 |
1996-04-15 | * config/tc-mips.c (load_address): Cast X_add_number to valueT | Ian Lance Taylor | 1 | -5/+6 |
1996-03-28 | * config/tc-mips.h (tc_frob_file): Define. | Ian Lance Taylor | 1 | -21/+151 |
1996-02-14 | * config/tc-mips.c (mips_big_got): New static variable. | Ian Lance Taylor | 1 | -64/+624 |
1995-10-23 | Added command-line support for NEC VR4100, to allow support for | Jackie Smith Cashion | 1 | -22/+114 |
1995-07-11 | Tue Jul 11 14:28:55 1995 Jeff Spiegel <jeffs@lsil.com> | Ian Lance Taylor | 1 | -12/+57 |
1995-07-05 | Correct last change | Ian Lance Taylor | 1 | -12/+1 |
1995-07-05 | * ecoff.c (ecoff_debugging_seen): New global variable. | Ian Lance Taylor | 1 | -11/+67 |
1995-05-16 | Make Irix 5 configuration work again: | Ken Raeburn | 1 | -82/+71 |
1995-05-02 | * config/tc-mips.c: Use USE_STDARG and USE_VARARGS instead of NO_STDARG &c. | Ken Raeburn | 1 | -248/+199 |
1995-04-11 | Fix for PR6697: | Ken Raeburn | 1 | -115/+265 |
1995-02-24 | tweak previous patch | Ian Lance Taylor | 1 | -0/+1 |
1995-02-24 | * config/tc-mips.c (load_register): Correctly handle 32 bit values | Ian Lance Taylor | 1 | -4/+20 |
1995-02-23 | * config/tc-mips.c (append_insn): If listing_prev_line is called, | Ian Lance Taylor | 1 | -1/+12 |
1995-02-17 | * config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byte | Ian Lance Taylor | 1 | -0/+5 |
1995-02-15 | * config/tc-mips.c (md_apply_fix): Accept BFD_RELOC_16, for | Ian Lance Taylor | 1 | -1/+10 |
1995-02-15 | * config/tc-mips.c (macro): Handle M_U{L,S}D[_A] (unaligned double | Ian Lance Taylor | 1 | -85/+118 |
1995-02-15 | * config/tc-mips.c (macro): Don't use the target register as a | Ian Lance Taylor | 1 | -26/+88 |
1995-01-12 | Use new hex-value code in libiberty: | Ken Raeburn | 1 | -3/+1 |
1995-01-10 | * config/tc-mips.c (RELAX_RELOC1, RELAX_RELOC2): Cast values to bfd_vma before | Ken Raeburn | 1 | -2/+2 |
1995-01-08 | * config/tc-mips.c (mips_ip): Fix handling of floating point | Ian Lance Taylor | 1 | -6/+6 |
1994-12-20 | * frags.c (frag_init): Call obstack_begin on `frags'. | Ken Raeburn | 1 | -1/+1 |
1994-12-19 | * config/tc-mips.c (load_register): Rewrite to handle O_big 64 bit | Ian Lance Taylor | 1 | -52/+88 |
1994-11-01 | * config/tc-mips.c (s_change_sec): If not GPOPT, don't permit | Ian Lance Taylor | 1 | -0/+6 |
1994-10-25 | * config/tc-mips.c (macro): Ensure that mips2 case of M_LI_DD in | Ian Lance Taylor | 1 | -0/+6 |
1994-10-25 | * config/tc-mips.c (mips_cpu): Initialize to -1. | Ian Lance Taylor | 1 | -41/+29 |
1994-10-22 | * config/tc-mips.c (md_pseudo_table): If OBJ_ELF, handle .section. | Ian Lance Taylor | 1 | -5/+68 |
1994-09-28 | * config/tc-mips.c (md_apply_fix): Correct branch overflow test. | Ian Lance Taylor | 1 | -33/+18 |
1994-09-20 | * config/tc-mips.c (md_shortopts): Remove E. | Ian Lance Taylor | 1 | -27/+23 |
1994-09-13 | Use EXIT_SUCCESS and EXIT_FAILURE in all exit calls. | Ken Raeburn | 1 | -2/+1 |
1994-09-12 | * config/tc-mips.c (md_pseudo_table): Handle .globl and .global. | Ian Lance Taylor | 1 | -0/+42 |
1994-09-06 | * config/tc-mips.c (mips_cpu): New static variable. | Ian Lance Taylor | 1 | -20/+111 |
1994-08-09 | * config/tc-mips.c (md_parse_option): Accept -mcpu=4400, 4600, and | Ian Lance Taylor | 1 | -46/+77 |
1994-06-30 | * as.c (show_usage): Break long string into shorter ones. | Stan Shebs | 1 | -4/+6 |
1994-06-15 | * config/tc-mips.c (mips_ip): Permit non constant expressions in | Ian Lance Taylor | 1 | -3/+3 |
1994-06-06 | * config/tc-mips.c (RDATA_SECTION_NAME): Define. | Ian Lance Taylor | 1 | -18/+39 |
1994-06-03 | * as.c (show_usage), config/tc-alpha.c (md_show_usage), | David MacKenzie | 1 | -1/+0 |