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