]> Git Repo - binutils.git/blame - gas/ChangeLog
PR ld/3852
[binutils.git] / gas / ChangeLog
CommitLineData
bf083c64
NC
12007-01-30 Nick Clifton <[email protected]>
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
4d456e3d
L
102076-01-28 H.J. Lu <[email protected]>
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
7bc4c13c
DD
172007-01-24 DJ Delorie <[email protected]>
18
19 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
20
48903831
NC
212007-01-22 Nick Clifton <[email protected]>
22
07302d31 23 PR gas/3871
48903831
NC
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
14119072
ML
292007-01-18 Mei Ligang <[email protected]>
30
07302d31 31 PR gas/3871
14119072
ML
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
99018f42
L
362007-01-13 H.J. Lu <[email protected]>
37
38 * config/tc-i386.c (build_modrm_byte): Check number of operands
39 when procssing memory/register operand.
40
465e5617
NC
412007-01-12 Nick Clifton <[email protected]>
42
43 PR gas/3856
44 * macro.c (expand_irp): Do not ignore spaces inside quoted
45 strings.
46
e8630bd7
AM
472007-01-12 Alan Modra <[email protected]>
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
1f5409bb
AM
562007-01-12 Alan Modra <[email protected]>
57
58 * input-file.c (input_file_open): Check fgets return.
59
dc4503c6
PB
602007-01-11 Paul Brook <[email protected]>
61
62 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
63
04f8d83b
NC
642007-01-11 Nick Clifton <[email protected]>
65
493cb6ef
NC
66 PR gas/3707
67 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
68 variable.
69
04f8d83b
NC
70 * config/tc-mcore.c (md_number_to_chars): Use
71 number_to_chars_{big|little}endian.
72
3bdcfdf4
KH
732007-01-08 Kazu Hirata <[email protected]>
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
42037fe5
NC
812007-01-08 Kai Tietz <[email protected]>
82
83 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
84
e4a3b5a4
L
852007-01-05 H.J. Lu <[email protected]>
86
87 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
88 depending on allow_naked_reg.
89
a028a6f5
PB
902007-01-04 Paul Brook <[email protected]>
91
92 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
93
2ca3ace5
L
942007-01-04 H.J. Lu <[email protected]>
95
44f9b8ac 96 PR gas/3830
2ca3ace5
L
97 * config/tc-i386.c (register_prefix): New.
98 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 99 prefix isn't needed.
2ca3ace5
L
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
627907b7
JB
1052006-01-04 Julian Brown <[email protected]>
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
92559b5b
PB
1132007-01-04 Paul Brook <[email protected]>
114
115 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
116 and vacle.
117
2ca3ace5
L
1182007-01-03 H.J. Lu <[email protected]>
119
120 * config/tc-i386.c (swap_operands): Remove branches.
121
4dc85607
L
1222007-01-03 H.J. Lu <[email protected]>
123
124 * config/tc-i386.c: Update copyright year.
125 * config/tc-i386.h: Likewise.
126
1509aa9a
L
1272007-01-03 H.J. Lu <[email protected]>
128
129 * config/tc-i386.c (smallest_imm_type): Return unsigned int
130 instead of int.
131
e3bb37b5
L
1322007-01-03 H.J. Lu <[email protected]>
133
134 * config/tc-i386.c: Convert to ISO C90 formatting
135 * config/tc-i386.h: Likewise.
136
d821e36b
DD
1372007-01-03 David Daney <[email protected]>
138
139 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
140 documentation.
141
44021fe5 142For older changes see ChangeLog-2006
08d56133
NC
143\f
144Local Variables:
145mode: change-log
146left-margin: 8
147fill-column: 74
148version-control: never
149End:
This page took 0.599241 seconds and 4 git commands to generate.