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