1 2007-01-30 Nick Clifton <nickc@redhat.com>
3 * as.c (main): Mark symbols created via the --defsym command line
4 option as volatile so that they can be overridden later on by a
5 .set directive. This maintains compatibility with the behaviour
6 of earlier versions of the assembler.
7 * doc/as.texinfo (--defsym): Document that the defined symbol's
8 value can be overridden via a .set directive.
10 2076-01-28 H.J. Lu <hongjiu.lu@intel.com>
12 * config/tc-i386.c (swap_imm_operands): Renamed to ...
13 (swap_2_operands): This. Take 2 ints.
14 (md_assemble): Updated.
15 (swap_operands): Call swap_2_operands to swap 2 operands.
17 2007-01-24 DJ Delorie <dj@redhat.com>
19 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
21 2007-01-22 Nick Clifton <nickc@redhat.com>
24 * tc-score.c: Remove unnecessary uses of _().
25 Make the err_msg[] a file level local array in order to save
27 Remove unnecessary sprintf()s.
29 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
32 * config/tc-score.c : Using _() for const string.
33 Do not assign inst.error with a local string pointer.
34 (md_section_align): Pad section.
36 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
38 * config/tc-i386.c (build_modrm_byte): Check number of operands
39 when procssing memory/register operand.
41 2007-01-12 Nick Clifton <nickc@redhat.com>
44 * macro.c (expand_irp): Do not ignore spaces inside quoted
47 2007-01-12 Alan Modra <amodra@bigpond.net.au>
49 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
50 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
51 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
52 (TC_FORCE_RELOCATION): Define.
53 (TC_FORCE_RELOCATION_LOCAL): Define.
54 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
56 2007-01-12 Alan Modra <amodra@bigpond.net.au>
58 * input-file.c (input_file_open): Check fgets return.
60 2007-01-11 Paul Brook <paul@codesourcery.com>
62 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
64 2007-01-11 Nick Clifton <nickc@redhat.com>
67 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
70 * config/tc-mcore.c (md_number_to_chars): Use
71 number_to_chars_{big|little}endian.
73 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
75 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
76 architecture by itself.
77 (m68k_ip): Don't issue a warning for tbl instructions on fido.
78 (m68k_elf_final_processing): Treat Fido as an architecture by
81 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
83 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
85 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
87 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
88 depending on allow_naked_reg.
90 2007-01-04 Paul Brook <paul@codesourcery.com>
92 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
94 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
97 * config/tc-i386.c (register_prefix): New.
98 (set_intel_syntax): Set set_intel_syntax to "" if register
100 (check_byte_reg): Use register_prefix for error message.
101 (check_long_reg): Likewise.
102 (check_qword_reg): Likewise.
103 (check_word_reg): Likewise.
105 2006-01-04 Julian Brown <julian@codesourcery.com>
107 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
108 (do_neon_qshl_imm): Likewise.
109 (do_neon_rshl): New function. Handle rounding variants of
111 (insns): Use do_neon_rshl for vrshl, vqrshl.
113 2007-01-04 Paul Brook <paul@codesourcery.com>
115 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
118 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
120 * config/tc-i386.c (swap_operands): Remove branches.
122 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
124 * config/tc-i386.c: Update copyright year.
125 * config/tc-i386.h: Likewise.
127 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
129 * config/tc-i386.c (smallest_imm_type): Return unsigned int
132 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
134 * config/tc-i386.c: Convert to ISO C90 formatting
135 * config/tc-i386.h: Likewise.
137 2007-01-03 David Daney <ddaney@avtrex.com>
139 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
142 For older changes see ChangeLog-2006
148 version-control: never