* as.c (main): Mark symbols created via the --defsym command line
[platform/upstream/binutils.git] / gas / ChangeLog
1 2007-01-30  Nick Clifton  <nickc@redhat.com>
2
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.
9
10 2076-01-28  H.J. Lu  <hongjiu.lu@intel.com>
11
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.
16
17 2007-01-24  DJ Delorie  <dj@redhat.com>
18
19         * config/tc-m32c.c (md_pseudo_table): Add .3byte.
20
21 2007-01-22  Nick Clifton  <nickc@redhat.com>
22
23         PR gas/3871
24         * tc-score.c: Remove unnecessary uses of _().
25         Make the err_msg[] a file level local array in order to save
26         storage space.
27         Remove unnecessary sprintf()s.
28
29 2007-01-18  Mei Ligang  <ligang@sunnorth.com.cn>
30
31         PR gas/3871
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.
35         
36 2007-01-13  H.J. Lu  <hongjiu.lu@intel.com>
37
38         * config/tc-i386.c (build_modrm_byte): Check number of operands
39         when procssing memory/register operand.
40
41 2007-01-12  Nick Clifton  <nickc@redhat.com>
42
43         PR gas/3856
44         * macro.c (expand_irp): Do not ignore spaces inside quoted
45         strings.
46
47 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
48
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.
55
56 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
57
58         * input-file.c (input_file_open): Check fgets return.
59
60 2007-01-11  Paul Brook  <paul@codesourcery.com>
61
62         * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
63
64 2007-01-11  Nick Clifton  <nickc@redhat.com>
65
66         PR gas/3707
67         * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
68         variable.
69
70         * config/tc-mcore.c (md_number_to_chars): Use
71         number_to_chars_{big|little}endian.
72
73 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
74
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
79         itself.
80
81 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
82
83         * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
84
85 2007-01-05  H.J. Lu  <hongjiu.lu@intel.com>
86
87         * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
88         depending on allow_naked_reg.
89
90 2007-01-04  Paul Brook  <paul@codesourcery.com>
91
92         * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
93
94 2007-01-04  H.J. Lu  <hongjiu.lu@intel.com>
95
96         PR gas/3830
97         * config/tc-i386.c (register_prefix): New.
98         (set_intel_syntax): Set set_intel_syntax to "" if register
99         prefix isn't needed.
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.
104
105 2006-01-04  Julian Brown  <julian@codesourcery.com>
106
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
110         v{q}shl-by-register.
111         (insns): Use do_neon_rshl for vrshl, vqrshl.
112
113 2007-01-04  Paul Brook  <paul@codesourcery.com>
114
115         * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
116         and vacle.
117
118 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
119
120         * config/tc-i386.c (swap_operands): Remove branches.
121
122 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
123
124         * config/tc-i386.c: Update copyright year.
125         * config/tc-i386.h: Likewise.
126
127 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
128
129         * config/tc-i386.c (smallest_imm_type): Return unsigned int
130         instead of int.
131
132 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
133
134         * config/tc-i386.c: Convert to ISO C90 formatting
135         * config/tc-i386.h: Likewise.
136
137 2007-01-03  David Daney  <ddaney@avtrex.com>
138
139         * config/tc-mips.c (md_show_usage):  Clean up -mno-shared
140         documentation.
141
142 For older changes see ChangeLog-2006
143 \f
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End: