X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=73398b3b5141b9433fa9a1fb0bff90aedb6596f9;hb=9306ca4a205ea71479693f53f777ab04f55b4d49;hp=5f6c4e7872536fc18cdc99fd4b8a358401f88917;hpb=40e7b7b9ef194e14ec5c2dee5e369c2ca6c9d5ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 5f6c4e7872..73398b3b51 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,124 @@ +2004-11-04 Jan Beulich + + * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when + intel syntax and no register prefix, allow $ in symbol names when + intel syntax. + (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX. + (intel_float_operand): Add fourth return value indicating math control + operations. Make classification more precise. + (md_assemble): Complain if memory operand of mov[sz]x has no size + specified. + (parse_insn): Translate word operands to floating point instructions + operating on integers as well as control instructions to short ones + as expected by AT&T syntax. Translate 'd' suffix to short one only for + floating point instructions operating on non-integer operands. + (match_template): Remove fldcw special case. Adjust q-suffix handling + to permit it on fild/fistp/fisttp in AT&T mode. + (process_suffix): Don't guess DefaultSize insns' suffix from + stackop_size for certain floating point control instructions. Guess + suffix for branch and [ls][gi]dt based on flag_code. Split error + messages for Intel and AT&T syntax, and make the condition more strict + for the former. Adjust suppressing of generation of operand size + overrides. + (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE, + OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add + more error checking. + * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR + SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines. + +2004-11-03 Hans-Peter Nilsson + + * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare + md_short_jump_size, md_long_jump_size. + * write.c [!WORKING_DOT_WORD]: Ditto. + * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const + qualifier. + * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't + declare. + * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop + const qualifier in these definitions. + * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c, + config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto. + +2004-11-02 Nick Clifton + + * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file + table before deciding to produce a .debug_line section to match up + with a user provided .debug_info section. + +2004-10-28 Tomer Levi + + * config/tc-crx.c (getreg_image): Bug fix, a return value was + mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases. + +2004-10-27 Tomer Levi + + * config/tc-crx.c: Remove global variable 'post_inc_mode'. + (get_flags): New function. + (get_number_of_bits): Edit comments, update numeric values to supported + sizes. + (process_label_constant): Don't support the colon format (SYMBOL:[s|m|l]). + (set_cons_rparams): Support argument type 'arg_rbase'. + (get_operandtype): Bug fix in 'rbase' operand type parsing. + (handle_LoadStor): Bug fix, first handle post-increment mode. + (getreg_image): Remove redundant code, update according to latest CRX spec. + (print_constant): Bug fix relate to 3-word instructions. + (assemble_insn): Bug fix, when matching instructions, verify also + instruction type (not only mnemonic). + Add various error checking. + (preprocess_reglist): Support HI/LO and user registers. + +2004-10-25 David Mosberger-Tang + + * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value + in an epilogue directive go negative. + +2004-10-25 H.J. Lu + + PR 474 + * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use + after reporting template error during manual bundling. Reported + by Michael Dupont, michaelx.dupont@intel.com. + +2004-10-25 Daniel Jacobowitz + + * Makefile.am: Run dep-am. + * aclocal.m4: Regenerate with automake 1.9.2. + * Makefile.in: Regenerate with automake 1.9.2. + * doc/Makefile.in: Likewise. + + * config/tc-arm.c: Include "dw2gencfi.h". + (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions): + New functions. + * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN) + (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum) + (tc_cfi_frame_initial_instructions): Define. + (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions): + Add prototypes. + +2004-10-21 Tomer Levi + + * config/tc-crx.c (assemble_insn): Check unsigned immediate + operands validity. + Update coprocessor id to be unsigned immediate. + +2004-10-18 Aaron W. LaFramboise + + * config/tc-i386.c (O_secrel): Delete. + (tc_pe_dwarf2_emit_offset): New function. + * config/tc-i386.h (O_secrel): Define as O_md1. + (TC_DWARF2_EMIT_OFFSET): Define. + +2004-10-18 Nick Clifton + + * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and + ignore @fptr() directives for 4-byte fixups. + +2004-10-15 Alan Modra + + * Makefile.am: Run "make dep-am" + * Makefile.in: Regenerate. + 2004-10-14 Bob Wilson * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):