aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
AgeCommit message (Expand)AuthorFilesLines
1994-12-20* frags.c (frag_init): Call obstack_begin on `frags'.Ken Raeburn1-1/+1
1994-12-19 * config/tc-mips.c (load_register): Rewrite to handle O_big 64 bitIan Lance Taylor1-52/+88
1994-11-01 * config/tc-mips.c (s_change_sec): If not GPOPT, don't permitIan Lance Taylor1-0/+6
1994-10-25 * config/tc-mips.c (macro): Ensure that mips2 case of M_LI_DD inIan Lance Taylor1-0/+6
1994-10-25 * config/tc-mips.c (mips_cpu): Initialize to -1.Ian Lance Taylor1-41/+29
1994-10-22 * config/tc-mips.c (md_pseudo_table): If OBJ_ELF, handle .section.Ian Lance Taylor1-5/+68
1994-09-28 * config/tc-mips.c (md_apply_fix): Correct branch overflow test.Ian Lance Taylor1-33/+18
1994-09-20 * config/tc-mips.c (md_shortopts): Remove E.Ian Lance Taylor1-27/+23
1994-09-13Use EXIT_SUCCESS and EXIT_FAILURE in all exit calls.Ken Raeburn1-2/+1
1994-09-12 * config/tc-mips.c (md_pseudo_table): Handle .globl and .global.Ian Lance Taylor1-0/+42
1994-09-06 * config/tc-mips.c (mips_cpu): New static variable.Ian Lance Taylor1-20/+111
1994-08-09 * config/tc-mips.c (md_parse_option): Accept -mcpu=4400, 4600, andIan Lance Taylor1-46/+77
1994-06-30 * as.c (show_usage): Break long string into shorter ones.Stan Shebs1-4/+6
1994-06-15 * config/tc-mips.c (mips_ip): Permit non constant expressions inIan Lance Taylor1-3/+3
1994-06-06 * config/tc-mips.c (RDATA_SECTION_NAME): Define.Ian Lance Taylor1-18/+39
1994-06-03 * as.c (show_usage), config/tc-alpha.c (md_show_usage),David MacKenzie1-1/+0
1994-06-03 * as.h: Replace flagseen with separate variables.David MacKenzie1-1/+1
1994-06-03 * as.c (show_usage): Remove target specific messages;David MacKenzie1-145/+172
1994-06-01 * config/tc-mips.c (mips_ip): Force floating point values to beIan Lance Taylor1-5/+13
1994-04-21 * config/tc-mips.c (append_insn): Permit branches to be switchedIan Lance Taylor1-2/+0
1994-04-14Remove assertion that was not intended to be checked in.Ian Lance Taylor1-1/+0
1994-04-14 * config/tc-mips.h (DIFF_EXPR_OK): Define.Ian Lance Taylor1-8/+112
1994-04-07 * config/tc-mips.c (macro): Pass NULL for expression argument toIan Lance Taylor1-6/+36
1994-04-05 * config/tc-mips.c (mips_ip): For case 'o', when generatingIan Lance Taylor1-11/+44
1994-03-25 * config/tc-mips.c (append_insn): If EMBEDDED_PIC, don't swap aIan Lance Taylor1-7/+59
1994-03-23Handle .gpword and .cpadd only for SVR4_PIC, not != NO_PIC. StillIan Lance Taylor1-2/+2
1994-03-22 * config/tc-mips.c (enum mips_pic_level): New enum.Ian Lance Taylor1-124/+326
1994-03-16 * config/tc-mips.c (mips_align): Take new argument, label, and useIan Lance Taylor1-23/+32
1994-03-11 * config/tc-mips.c (mips_ip): Accept numbers between 0x8000 andIan Lance Taylor1-1/+5
1994-03-07 * config/tc-mips.c (load_address): When calling frag_grow, allowIan Lance Taylor1-56/+163
1994-02-04Revert last change.Ian Lance Taylor1-8/+0
1994-02-04 * config/tc-mips.c (md_apply_fix): If this is an undefined symbol,Ian Lance Taylor1-0/+8
1994-02-02 * config/tc-mips.c (file_mips_isa): New static variable.Ian Lance Taylor1-1/+21
1994-02-01 * config/tc-mips.c (mips_ip): Make an unsupported instruction aIan Lance Taylor1-2/+1
1994-01-25 * tc-mips.c (g_switch_seen): New static variable.Ian Lance Taylor1-0/+11
1994-01-20 * config/tc-mips.c (md_pseudo_table): Add all data allocationIan Lance Taylor1-0/+7
1994-01-17Comment and whitespace changes.Ian Lance Taylor1-5/+53
1994-01-11 * config/tc-mips.c (macro): Corrected $at warnings in a couple ofIan Lance Taylor1-2/+4
1994-01-11 * listing.c (listing_prev_line): New function.Ian Lance Taylor1-0/+2
1994-01-07Fri Jan 7 11:14:07 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+45
1994-01-06 * config/tc-mips.c (mips_ip): Warn about using $1 as well as $atIan Lance Taylor1-63/+9
1993-12-01 * config/tc-mips.c (macro): From wilson@cygnus.com: for M_L_DAB,Ian Lance Taylor1-1/+1
1993-12-01 * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.dIan Lance Taylor1-1/+13
1993-11-18 * config/tc-mips.c: Check ECOFF_DEBUGGING rather thanIan Lance Taylor1-635/+1462
1993-11-08 * config/tc-mips.c (mips_ip, printInsn): Handle 'k' (from TedIan Lance Taylor1-108/+354
1993-10-27 * config/tc-mips.c (macro_build): Handle '>' case (shift amountIan Lance Taylor1-0/+13
1993-10-24Add support for .dword pseudo op to mips port.Jim Wilson1-2/+8
1993-10-14 * config/tc-mips.c (md_pseudo_table): Ignore .livereg pseudo-op.Ian Lance Taylor1-5/+19
1993-10-12 * config/tc-mips.c: If OBJ_ELF, include elf/mips.h.Ian Lance Taylor1-0/+51
1993-10-08 * config/tc-mips.c (mips_gprmask, mips_cprmask): New variables toIan Lance Taylor1-37/+75