Implement Intel Transactional Synchronization Extensions
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
42164a71
L
12012-02-08 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (HLE_PREFIX): New.
4 (check_hle): Likewise.
5 (_i386_insn): Add have_hle.
6 (cpu_arch): Add .hle and .rtm.
7 (md_assemble): Call check_hle if i.have_hle isn't zero.
8 (parse_insn): Set i.have_hle to 1 for HLE prefix.
9 (output_jump): Support up to 2 byte opcode.
10
11 * doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
12
facf03f2
TG
132012-02-02 Tristan Gingold <gingold@adacore.com>
14
15 * config/obj-macho.c (obj_mach_o_zerofill): Silent
16 uninitialized variable warning.
17
f6616a06
NC
182012-02-02 Nick Clifton <nickc@redhat.com>
19
20 PR gas/13224
21 * config/obj-elf.c (obj_elf_parse_section_letters): Rename 'clone'
22 to 'is_clone' to avoid shadowing a gloabl.
23 (obj_elf_section): Likewise.
24
bac03263 252012-01-31 Paul Brook <paul@codesourcery.com>
f6616a06 26
bac03263
PB
27 * doc/c-tic6x.c: Fix typo.
28
f8819316
NC
292012-01-26 Alexey Makhalov <makhaloff@gmail.com>
30
31 PR gas/13624
32 * app.c (app_push): Set 'add_newlines' to zero after saving.
33
21abe33a
DD
342012-01-24 DJ Delorie <dj@redhat.com>
35
36 * config/rl78-parse.y (NOT1): Add.
37
8d63c93e
RM
382012-01-23 Roland McGrath <mcgrathr@google.com>
39
40 * configure.tgt (i386-*-nacl*): Match it.
41 * config/te-nacl.h: New file.
42 * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case.
43 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
44 Use TE_GNU et al case for TE_NACL too.
45
a501d77e
L
462012-01-20 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
49 disp_encoding.
50 (md_assemble): Updated.
51 (output_branch): Likewise.
52 (parse_insn): Support .d8 suffix.
53 (build_modrm_byte): Fake zero displacement for .d8 and .d32
54 suffixes.
55
56 * doc/c-i386.texi: Document .d8 suffix.
57
032fbb7a
AM
582012-01-17 Andrew Burgess <aburgess@broadcom.com>
59
60 * write.c (fix_new_internal): Don't mark used parameter as unused.
61
576477a6
AM
622012-01-17 Alan Modra <amodra@gmail.com>
63
64 * as.c (parse_args): Update copyright message year.
65
8729a6f6
L
662012-01-13 H.J. Lu <hongjiu.lu@intel.com>
67
68 * config/tc-i386.c (cpu_arch): Add ".vmfunc".
69
70 * doc/c-i386.texi: Document vmfunc.
71
34dd18bc
IS
722012-01-13 Tristan Gingold <gingold@adacore.com>
73
74 * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
75 * config/obj-macho.h (SET_SECTION_RELOCS): Define.
76 (obj_mach_o_reorder_section_relocs): Declare.
77
687be931
IS
782012-01-13 Iain Sandoe <idsandoe@googlemail.com>
79
80 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
81 absolute indirect symbols.
82
c3402d20
IS
832012-01-13 Iain Sandoe <idsandoe@googlemail.com>
84
85 * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
86 (obj_mach_o_set_section_vma): New.
87 (obj_mach_o_post_relax_hook): New.
88 * config/obj-macho.h (md_post_relax_hook): Define.
89 (obj_mach_o_post_relax_hook): Declare.
90
50d10658
IS
912012-01-12 Iain Sandoe <idsandoe@googlemail.com>
92
93 * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
94 lazy when the symbol is private_extern.
95 (obj_mach_o_indirect_sym): New type.
96 (obj_mach_o_indirect_symbol): New.
97 (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
98 (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
99 (obj_macho_frob_label): Likewise. Adjust external and comm
100 symbol tests.
101 (obj_mach_o_set_indirect_symbols): New.
102 (obj_mach_o_frob_file_after_relocs): New.
103 *config/obj-macho.h (obj_frob_file_after_relocs): Define.
104 (obj_mach_o_frob_file_after_relocs): Declare.
105
0a4734dc
TG
1062012-01-12 Tristan Gingold <gingold@adacore.com>
107
108 PR gas/13591
109 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
110
158184ac
TG
1112012-01-10 Tristan Gingold <gingold@adacore.com>
112
113 * struc-symbol.h (struct symbol_flags): New struct, created from...
114 (struct symbol): ... this one. Add sy_flags field, remove flag fields.
115 (struct local_symbol): Replace lsy_marker field by lsy_flags.
116 Adjust comment.
117 (local_symbol_resolved_p): Adjust.
118 (local_symbol_mark_resolved): Likewise.
119 * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
120 (local_symbol_make, local_symbol_convert, colon)
121 (symbol_clone_if_forward_ref, verify_symbol_chain)
122 (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
123 (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
124 (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
125 (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
126 (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
127 (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
128 (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
129 (symbol_mark_mri_common, symbol_clear_mri_common)
130 (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
131 (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
132 (symbol_equated_reloc_p, dot_symbol_init)
133 (print_symbol_value_1): Adjust.
134
b22161d6
IS
1352012-01-09 Iain Sandoe <idsandoe@googlemail.com>
136
137 * config/obj-macho.c (obj_mach_o_weak): Remove.
138 (obj_mach_o_common_parse): Set symbol qualifiers.
139 (LAZY, REFE): New macros.
140 (obj_mach_o_symbol_type): New enum.
141 (obj_mach_o_set_symbol_qualifier): New.
142 (obj_mach_o_sym_qual): New.
143 (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
144 a dummy function.
145 (obj_mach_o_type_for_symbol): New.
146 (obj_macho_frob_label): New.
147 (obj_macho_frob_symbol): New.
148 * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
149 (obj_frob_label, obj_macho_frob_label): Declare.
150 (obj_frob_symbol, obj_macho_frob_symbol): Declare.
151
de64cffd
RS
1522012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
153
154 * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
155
462427c4
RS
1562012-01-08 Andrew Pinski <andrew.pinski@caviumnetworks.com>
157 Richard Sandiford <rdsandiford@googlemail.com>
158
159 * config/tc-mips.c (mips_move_labels): Take the list of labels and
160 textness as parameters.
161 (mips_move_text_labels): New function.
162 (append_insn): Use it instead of mips_move_labels.
163 (mips_emit_delays, start_noreorder): Likewise.
164 (mips_align): Take the labels rather than just one label.
165 Move all labels to after the .align.
166 (s_align): Change the last argument to mips_align.
167 (s_cons): Likewise.
168 (s_float_cons): Likewise.
169 (s_gpword): Likewise.
170 (s_gpdword): Likewise.
171
d382c579
TG
1722012-01-06 Tristan Gingold <gingold@adacore.com>
173
174 * config/tc-i386.c: Update copyright year.
175 (lex_got): Also defined for Mach-O.
176 Add a guard for non-ELF configuration.
177 (md_longopts): Also handle -64 for Mach-O.
178 (md_parse_option): Likewise.
179 (i386_target_format): Adjust for x86_64-darwin.
180
8cf6e084
IS
1812012-01-04 Iain Sandoe <idsandoe@googlemail.com>
182
183 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
184 (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
185 (obj_mach_o_make_or_get_sect): Likewise.
186 (obj_mach_o_section): Split out the functionality shared with zerofill.
187 (obj_mach_o_zerofill): New.
188 (obj_mach_o_common_parse): Ensure whitespace is skipped.
189 (mach_o_pseudo_table): Add .zerofill.
190
68588f95
IS
1912012-01-03 Iain Sandoe <idsandoe@googlemail.com>
192
193 * config/obj-macho.c (obj_macho_process_stab): New.
194 * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
195 (obj_macho_process_stab): Declare.
196
23e1d329 197For older changes see ChangeLog-2011
08d56133
NC
198\f
199Local Variables:
200mode: change-log
201left-margin: 8
202fill-column: 74
203version-control: never
204End:
This page took 0.567166 seconds and 4 git commands to generate.