Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-09-09 | * config/tc-i386.c (i386_operand): Fix typo in last patch. | Richard Henderson | 1 | -0/+4 | |
1998-09-08 | Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com> | Catherine Moore | 2 | -2/+7 | |
* config/tc-arm.c (arm_adjust_symtab): Move #ifdef OBJ_COFF so that routine is defined for a.out format. | |||||
1998-09-08 | * config/tc-i386.c (i386_operand): Detect non-segment registers | Richard Henderson | 2 | -38/+55 | |
used as segment prefixes. | |||||
1998-09-06 | * ehopt.c (check_eh_frame): Check the size of the FDE, and don't | Ian Lance Taylor | 1 | -0/+3 | |
optimize across FDE boundaries. | |||||
1998-09-05 | * config/obj-coff.c (obj_coff_section): Preserve any link once | Ian Lance Taylor | 1 | -0/+5 | |
flags when setting the section flags. | |||||
1998-09-05 | Fixed generation of thumb function symbols. | Nick Clifton | 3 | -36/+23 | |
1998-09-04 | Fri Sep 4 13:57:43 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz> | Richard Henderson | 1 | -0/+5 | |
* config/tc-sparc.c (in_signed_range): Sign extend 32-bit words to the host width. | |||||
1998-09-02 | * frags.c (frag_grow): Include the size of the frag struct in the | Richard Henderson | 1 | -0/+8 | |
obstack chunk size. | |||||
1998-09-02 | * config/tc-sparc.c (sparc_ip): Allow all digits in an instruction | Richard Henderson | 2 | -10/+33 | |
to handle edge8 and edge16. | |||||
1998-09-01 | Keep them all. | Richard Henderson | 1 | -0/+46 | |
1998-09-01 | Keep vtable tests. | Richard Henderson | 1 | -0/+1 | |
1998-08-31 | * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching | Richard Henderson | 4 | -3/+8 | |
of whitespace for 64-bit hosts. | |||||
1998-08-31 | * gas/vtable/vtable.exp: New. | Richard Henderson | 10 | -0/+95 | |
* gas/vtable/{entry0.s,entry0.d}: New. * gas/vtable/{entry1.s,entry1.d}: New. * gas/vtable/{inherit0.s,inherit0.d}: New. * gas/vtable/{inherit1.s,inherit1.l}: New. | |||||
1998-08-31 | * config/obj-elf.c (obj_elf_vtable_inherit): Print error message | Richard Henderson | 2 | -30/+142 | |
before we clobber the symbol involved. | |||||
1998-08-31 | * config/tc-arm.c: Remove OBJ_ELF definitions for | Catherine Moore | 3 | -6/+45 | |
S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. Only use arm_adjust_symtab for OBJ_COFF. (armelf_adjust_symtab): New Routine. * config/tc-arm.h: Define obj_adjust_symtab to armelf_adjust_symtab for OBJ_ELF. | |||||
1998-08-30 | * configure.in: Make all i386-elf targets use bfd_gas. | Richard Henderson | 4 | -268/+421 | |
* config/tc-i386.c (tc_i386_force_relocation): New. (tc_i386_fix_adjustable): Don't fix vtable relocs. (md_apply_fix3): Likewise. (tc_gen_reloc): Handle them. * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling tc_i386_force_relocation. | |||||
1998-08-26 | remove armelf sanitization | Catherine Moore | 4 | -414/+274 | |
1998-08-24 | Improve formatting of --help output | Nick Clifton | 2 | -3/+8 | |
1998-08-21 | heh heh, too quick with cuttin-n-pastin. | Doug Evans | 1 | -0/+2 | |
Sanitize tc-dvp.c part of last entry. | |||||
1998-08-21 | Fix for PR15003 - copy prev_opcode over opcode after issuing first insn in | Nick Clifton | 1 | -0/+6 | |
a REVSEQ pair. | |||||
1998-08-21 | skip CVS when looking at sanitized files | Ian Lance Taylor | 1 | -1/+1 | |
1998-08-21 | * read.h (generate_lineno_debug): Add prototype. | Doug Evans | 1 | -0/+6 | |
* read.c (generate_lineno_debug): Make non-static. * config/tc-dvp.c (insert_mpg_marker): Call generate_lineno_debug. Part of fix for pr 16876. | |||||
1998-08-21 | * gas/i386/white.l: Revert patch of August 12. | Ian Lance Taylor | 1 | -0/+7 | |
1998-08-21 | Thu Aug 20 23:17:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 2 | -13/+37 | |
* config/tc-i386.c (md_assemble): Only warn for address/data size prefixes. | |||||
1998-08-20 | rework last patch | Ian Lance Taylor | 2 | -12/+23 | |
1998-08-20 | do not adjust relocations against thumb function names as the linker needs | Nick Clifton | 2 | -2/+30 | |
this information. | |||||
1998-08-20 | check for mentions of sanitized files | Ian Lance Taylor | 2 | -6/+27 | |
1998-08-20 | * expr.c (operand): Check also that there is no advance in operand | Vladimir Makarov | 1 | -9/+3 | |
after atof_generic in order to decide "is it label 0f or floating point number?". | |||||
1998-08-20 | * expr.c (operand): Check more correctly that there is no advance | Vladimir Makarov | 2 | -1/+7 | |
in operand after atof_generic in order to decide "is it label 0f or floating point number?". | |||||
1998-08-20 | * expr.c (operand): Check correctly that there is no advance in | Vladimir Makarov | 2 | -1/+24 | |
operand after atof_generic in order to decide "is it label 0f or floating point number". PR16670 | |||||
1998-08-19 | Add sanitization markers. | Catherine Moore | 2 | -2/+6 | |
1998-08-19 | Fix for PR 16412 - give M32R specific command line options a one dash prefix | Nick Clifton | 2 | -26/+20 | |
instead of two. | |||||
1998-08-18 | tc-arm.h: Define obj_fix_adjustable for OBJ_ELF. | Catherine Moore | 3 | -0/+25 | |
tc-arm.c (arm_fix_adjustable): New routine. | |||||
1998-08-13 | * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space, | Vladimir Makarov | 2 | -44/+55 | |
s_float_space, s_struct, cons_worker): Move ignore_rest_of_line or demand_empty_rest_of_line before mri_comment_end. (equals): Check garbage after expression before mri_comment_end in MRI mode. PR16551 | |||||
1998-08-13 | * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a | Ian Lance Taylor | 2 | -35/+48 | |
small immediate constant to use the constant itself rather than always using 1. | |||||
1998-08-13 | Keep udf.s | Jeff Law | 1 | -0/+1 | |
1998-08-12 | * config/tc-hppa.c (pa_enter): Call as_bad rather than abort. | Ian Lance Taylor | 1 | -0/+5 | |
(pa_leave): Likewise. | |||||
1998-08-12 | * gas/mn10300/udf.s: New test. | Jeff Law | 2 | -1/+203 | |
* gas/mn10300/basic.exp: Run it. | |||||
1998-08-12 | Document .req directive | Nick Clifton | 2 | -48/+58 | |
Improve error message when unrecognised register name is encountered. | |||||
1998-08-12 | Wed Aug 12 13:25:03 1998 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -0/+6 | |
* config/tc-i386.c (md_assemble): Emit a warning for stand-alone prefixes. (i386_operand): Fix an error message. | |||||
1998-08-12 | Wed Aug 12 13:25:38 1998 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -6/+17 | |
* gas/i386/white.l: Expect warning for stand-alone ss prefix. | |||||
1998-08-12 | sanitize-vr5400 -> sanitize-cygnus, for 98r2 | Ken Raeburn | 7 | -42/+6153 | |
1998-08-10 | Fix PR 15003 - always perform alignment requests | Nick Clifton | 1 | -0/+5 | |
1998-08-10 | Mon Aug 10 17:48:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -0/+5 | |
config/tc-i386.c (i386_operand): Size immediate constants by suffix (erroneously removed as part of July 7 change). | |||||
1998-08-10 | * config/obj-elf.h: Check for redefinition of obj_frob_symbol. | Catherine Moore | 1 | -0/+9 | |
* config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. (armelf_frob_symbol): New Routine. * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF. | |||||
1998-08-08 | * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms. | Richard Henderson | 2 | -1/+5 | |
1998-08-07 | add sanitization markers. | Catherine Moore | 1 | -0/+2 | |
1998-08-05 | Set BFD private flags based on command line switches. | Nick Clifton | 2 | -27/+39 | |
1998-08-03 | * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated. | Doug Evans | 1 | -0/+20 | |
(gas_cgen_opcode_desc): Declare. (gas_cgen_parse_operand): Declare. (*): Prepend gas_ to gas specific fns to denote them as such. All uses updated. * cgen.c (gas_cgen_opcode_desc): New global (gas_cgen_init_parse): Renamed from cgen_asm_init_parse. (queue_fixup): Renamed from cgen_queue_fixup. (*): Prepend gas_ to gas specific fns to denote them as such. All uses updated. (gas_cgen_md_apply_fix3): Update call to insert_operand. (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn. * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM. Open opcode table and initialize it. (make_parallel): Use gas_cgen_opcode_desc. (assemble_parallel_insn): Ditto. Remove use of CGEN_SYM. (md_assemble): Ditto. | |||||
1998-08-02 | add armelf. | Catherine Moore | 1 | -0/+28 | |