X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=4132c388c702340d21278677baec621e7ef74a69;hb=b90891398c81588f7c04558f4191819b2f690d8b;hp=357d0d15cd65e4787eb9e6d2c543ae4082ae60ce;hpb=54af55918bf3417f5d60e98bb1a213e186a462ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 357d0d15cd..4132c388c7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,115 @@ +Tue Sep 1 15:01:33 1998 Jakub Jelinek + + * config/tc-sparc.c (sparc_ip): Allow all digits in an instruction + to handle edge8 and edge16. + +Mon Aug 31 09:51:14 1998 Richard Henderson + + * config/obj-elf.c (obj_elf_vtable_inherit): Print error message + before we clobber the symbol involved. + +Mon Aug 31 10:58:06 1998 Catherine Moore + + * config/tc-arm.c: Remove OBJ_ELF definitions for + 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. + +Sat Aug 29 22:18:51 1998 Richard Henderson + + * configure.in: Make all i386-elf targets use bfd_gas. + * 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. + +Mon Aug 24 13:40:21 1998 Nick Clifton + + * config/tc-arm.c (md_show_usage): Improve formatting of --help output. + +Fri Aug 21 18:43:48 1998 Nick Clifton + + * config/tc-d30v.c (md_assemble): Copy previous opcode over + current opcode after writing the first insturction of a reverse + sequential pair. + +Fri Aug 21 07:30:35 1998 Doug Evans + + * read.h (generate_lineno_debug): Add prototype. + * read.c (generate_lineno_debug): Make non-static. +start-sanitize-sky + * config/tc-dvp.c (insert_mpg_marker): Call generate_lineno_debug. +end-sanitize-sky + +Thu Aug 20 23:17:04 1998 Alan Modra + + * config/tc-i386.c (md_assemble): Only warn for address/data size + prefixes. + +Thu Aug 20 14:45:08 1998 Nick Clifton + + * config/tc-arm.c (arm_fix_adjustable): Do not adjust relocations + against Thumb function names, as the linker needs this information. + +1998-08-20 Vladimir N. Makarov + + * expr.c (operand): Check also that there is no advance in operand + after atof_generic in order to decide "is it label 0f or floating + point number?". + +Wed Aug 19 09:30:16 1998 Nick Clifton + + * config/tc-m32r.c: Replace double dash prefix to M32R specific + command line options with a single dash. + * doc/c-m32r.texi: Replace double dash prefix with a single dash. + +Tue Aug 18 11:59:43 1998 Catherine Moore + + * tc-arm.h: Define obj_fix_adjustable for OBJ_ELF. + * tc-arm.c (arm_fix_adjustable): New routine. + +1998-08-13 Vladimir N. Makarov + + * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space, + 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. + +Thu Aug 13 15:08:42 1998 Ian Lance Taylor + + * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a + small immediate constant to use the constant itself rather than + always using 1. + +Wed Aug 12 18:47:38 1998 Ian Lance Taylor + + * config/tc-hppa.c (pa_enter): Call as_bad rather than abort. + (pa_leave): Likewise. + +Wed Aug 12 13:25:03 1998 Alan Modra + + * config/tc-i386.c (md_assemble): Emit a warning for stand-alone + prefixes. + (i386_operand): Fix an error message. + +Tue Aug 11 14:44:32 1998 Nick Clifton + + * doc/c-arm.texi (ARM Directives): Document .req directive. + + * config/tc-arm.c (reg_required_here): Display erroneous string if + the register name could not be decoded. + Do not set inst.instruction if the sift is -1. + +Mon Aug 10 15:39:56 1998 Richard Henderson + + * config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as + we do for EXTERN. + Mon Aug 10 15:06:18 1998 Nick Clifton * config/tc-d30v.c (d30v_align): Always perform alignment request, @@ -8,7 +120,6 @@ Mon Aug 10 17:48:09 1998 Alan Modra config/tc-i386.c (i386_operand): Size immediate constants by suffix (erroneously removed as part of July 7 change). -start-sanitize-armelf Sun Aug 9 20:45:32 1998 Catherine Moore * config/obj-elf.h: Check for redefinition of obj_frob_symbol. @@ -16,18 +127,15 @@ Sun Aug 9 20:45:32 1998 Catherine Moore (armelf_frob_symbol): New Routine. * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF. -end-sanitize-armelf Sat Aug 8 15:21:28 1998 Richard Henderson * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms. -start-sanitize-armelf Wed Aug 5 15:54:14 1998 Nick Clifton * config/tc-arm.c (md_begin): Set BFD private flags depending upon command line switches passed to assembler. -end-sanitize-armelf Mon Aug 3 14:02:52 1998 Doug Evans * cgen.h (GAS_CGEN_MAX_FIXUPS): GAS_ prepended, all uses updated. @@ -81,7 +189,6 @@ Fri Jul 31 16:45:54 1998 Ron Unrau * config/tc-mips.c (s_ent): set BSF_FUNCTION * stabs.c (s_stab_generic): flush frag -start-sanitize-armelf Fri Jul 31 16:14:45 1998 Catherine Moore * configure.in: (arm-*-elf): Handle. @@ -95,7 +202,6 @@ Fri Jul 31 16:14:45 1998 Catherine Moore (tc_gen_reloc): Always set the reloc addend to fixp->fx_offset for OBJ_ELF. -end-sanitize-armelf Thu Jul 30 21:38:43 1998 Frank Ch. Eigler * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables. @@ -1489,12 +1595,12 @@ Wed Apr 15 10:35:59 1998 Frank Ch. Eigler VCALLMSR instruction. end-sanitize-r5900 -start-sanitize-vr5400 +start-sanitize-cygnus Wed Apr 15 07:06:04 1998 Catherine Moore * config/tc-mips.c (hilo_interlocks): Remove VR5400. -end-sanitize-vr5400 +end-sanitize-cygnus Wed Apr 15 07:06:04 1998 Catherine Moore * config/tc-mips.c (hilo_interlocks): Remove 4300.