ffba5c5ae31077a60bf300366b6aa674431d50ee
[external/binutils.git] / gas / ChangeLog
1 2076-01-28  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * config/tc-i386.c (swap_imm_operands): Renamed to ...
4         (swap_2_operands): This.  Take 2 ints.
5         (md_assemble): Updated.
6         (swap_operands): Call swap_2_operands to swap 2 operands.
7
8 2007-01-24  DJ Delorie  <dj@redhat.com>
9
10         * config/tc-m32c.c (md_pseudo_table): Add .3byte.
11
12 2007-01-22  Nick Clifton  <nickc@redhat.com>
13
14         PR gas/3871
15         * tc-score.c: Remove unnecessary uses of _().
16         Make the err_msg[] a file level local array in order to save
17         storage space.
18         Remove unnecessary sprintf()s.
19
20 2007-01-18  Mei Ligang  <ligang@sunnorth.com.cn>
21
22         PR gas/3871
23         * config/tc-score.c : Using _() for const string.
24         Do not assign inst.error with a local string pointer.
25         (md_section_align): Pad section.
26         
27 2007-01-13  H.J. Lu  <hongjiu.lu@intel.com>
28
29         * config/tc-i386.c (build_modrm_byte): Check number of operands
30         when procssing memory/register operand.
31
32 2007-01-12  Nick Clifton  <nickc@redhat.com>
33
34         PR gas/3856
35         * macro.c (expand_irp): Do not ignore spaces inside quoted
36         strings.
37
38 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
39
40         * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
41         * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
42         * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
43         (TC_FORCE_RELOCATION): Define.
44         (TC_FORCE_RELOCATION_LOCAL): Define.
45         * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
46
47 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
48
49         * input-file.c (input_file_open): Check fgets return.
50
51 2007-01-11  Paul Brook  <paul@codesourcery.com>
52
53         * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
54
55 2007-01-11  Nick Clifton  <nickc@redhat.com>
56
57         PR gas/3707
58         * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
59         variable.
60
61         * config/tc-mcore.c (md_number_to_chars): Use
62         number_to_chars_{big|little}endian.
63
64 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
65
66         * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
67         architecture by itself.
68         (m68k_ip): Don't issue a warning for tbl instructions on fido.
69         (m68k_elf_final_processing): Treat Fido as an architecture by
70         itself.
71
72 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
73
74         * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
75
76 2007-01-05  H.J. Lu  <hongjiu.lu@intel.com>
77
78         * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
79         depending on allow_naked_reg.
80
81 2007-01-04  Paul Brook  <paul@codesourcery.com>
82
83         * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
84
85 2007-01-04  H.J. Lu  <hongjiu.lu@intel.com>
86
87         PR gas/3830
88         * config/tc-i386.c (register_prefix): New.
89         (set_intel_syntax): Set set_intel_syntax to "" if register
90         prefix isn't needed.
91         (check_byte_reg): Use register_prefix for error message.
92         (check_long_reg): Likewise.
93         (check_qword_reg): Likewise.
94         (check_word_reg): Likewise.
95
96 2006-01-04  Julian Brown  <julian@codesourcery.com>
97
98         * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
99         (do_neon_qshl_imm): Likewise.
100         (do_neon_rshl): New function. Handle rounding variants of
101         v{q}shl-by-register.
102         (insns): Use do_neon_rshl for vrshl, vqrshl.
103
104 2007-01-04  Paul Brook  <paul@codesourcery.com>
105
106         * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
107         and vacle.
108
109 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
110
111         * config/tc-i386.c (swap_operands): Remove branches.
112
113 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
114
115         * config/tc-i386.c: Update copyright year.
116         * config/tc-i386.h: Likewise.
117
118 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
119
120         * config/tc-i386.c (smallest_imm_type): Return unsigned int
121         instead of int.
122
123 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
124
125         * config/tc-i386.c: Convert to ISO C90 formatting
126         * config/tc-i386.h: Likewise.
127
128 2007-01-03  David Daney  <ddaney@avtrex.com>
129
130         * config/tc-mips.c (md_show_usage):  Clean up -mno-shared
131         documentation.
132
133 For older changes see ChangeLog-2006
134 \f
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End: