]> Git Repo - binutils.git/blob - gas/ChangeLog
Add .d8 suffix support to x86 assembler
[binutils.git] / gas / ChangeLog
1 2012-01-20  H.J. Lu  <[email protected]>
2
3         * config/tc-i386.c (_i386_insn): Replace disp32_encoding with
4         disp_encoding.
5         (md_assemble): Updated.
6         (output_branch): Likewise.
7         (parse_insn): Support .d8 suffix.
8         (build_modrm_byte): Fake zero displacement for .d8 and .d32
9         suffixes.
10
11         * doc/c-i386.texi: Document .d8 suffix.
12
13 2012-01-17  Andrew Burgess  <[email protected]>
14
15         * write.c (fix_new_internal): Don't mark used parameter as unused.
16
17 2012-01-17  Alan Modra  <[email protected]>
18
19         * as.c (parse_args): Update copyright message year.
20
21 2012-01-13  H.J. Lu  <[email protected]>
22
23         * config/tc-i386.c (cpu_arch): Add ".vmfunc".
24
25         * doc/c-i386.texi: Document vmfunc.
26
27 2012-01-13  Tristan Gingold  <[email protected]>
28
29         * config/obj-macho.c (obj_mach_o_reorder_section_relocs): New.
30         * config/obj-macho.h (SET_SECTION_RELOCS): Define.
31         (obj_mach_o_reorder_section_relocs): Declare.
32
33 2012-01-13  Iain Sandoe  <[email protected]>
34
35         * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Handle
36         absolute indirect symbols.
37
38 2012-01-13  Iain Sandoe  <[email protected]>
39
40         * config/obj-macho.c (obj_mach_o_set_vma_data): New type.
41         (obj_mach_o_set_section_vma): New.
42         (obj_mach_o_post_relax_hook): New.
43         * config/obj-macho.h (md_post_relax_hook): Define.
44         (obj_mach_o_post_relax_hook): Declare.
45
46 2012-01-12  Iain Sandoe  <[email protected]>
47
48         * config/obj-macho.c (obj_mach_o_set_symbol_qualifier): Switch off
49         lazy when the symbol is private_extern.
50         (obj_mach_o_indirect_sym): New type.
51         (obj_mach_o_indirect_symbol): New.
52         (mach_o_pseudo_table): Use obj_mach_o_indirect_symbol.
53         (obj_macho_frob_label): Adjust to avoid adding bsyms for locals.
54         (obj_macho_frob_label): Likewise.  Adjust external and comm
55         symbol tests.
56         (obj_mach_o_set_indirect_symbols): New.
57         (obj_mach_o_frob_file_after_relocs): New.
58         *config/obj-macho.h (obj_frob_file_after_relocs): Define.
59         (obj_mach_o_frob_file_after_relocs): Declare.
60
61 2012-01-12  Tristan Gingold  <[email protected]>
62
63         PR gas/13591
64         * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
65
66 2012-01-10  Tristan Gingold  <[email protected]>
67
68         * struc-symbol.h (struct symbol_flags): New struct, created from...
69         (struct symbol): ... this one.  Add sy_flags field, remove flag fields.
70         (struct local_symbol): Replace lsy_marker field by lsy_flags.
71         Adjust comment.
72         (local_symbol_resolved_p): Adjust.
73         (local_symbol_mark_resolved): Likewise.
74         * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
75         (local_symbol_make, local_symbol_convert, colon)
76         (symbol_clone_if_forward_ref, verify_symbol_chain)
77         (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
78         (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
79         (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
80         (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
81         (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
82         (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
83         (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
84         (symbol_mark_mri_common, symbol_clear_mri_common)
85         (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
86         (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
87         (symbol_equated_reloc_p, dot_symbol_init)
88         (print_symbol_value_1): Adjust.
89
90 2012-01-09  Iain Sandoe  <[email protected]>
91
92         * config/obj-macho.c (obj_mach_o_weak): Remove.
93         (obj_mach_o_common_parse): Set symbol qualifiers.
94         (LAZY, REFE): New macros.
95         (obj_mach_o_symbol_type): New enum.
96         (obj_mach_o_set_symbol_qualifier): New.
97         (obj_mach_o_sym_qual): New.
98         (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
99         a dummy function.
100         (obj_mach_o_type_for_symbol): New.
101         (obj_macho_frob_label): New.
102         (obj_macho_frob_symbol): New.
103         * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
104         (obj_frob_label, obj_macho_frob_label): Declare.
105         (obj_frob_symbol, obj_macho_frob_symbol): Declare.
106
107 2012-01-08  Richard Sandiford  <[email protected]>
108
109         * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
110
111 2012-01-08  Andrew Pinski  <[email protected]>
112             Richard Sandiford  <[email protected]>
113
114         * config/tc-mips.c (mips_move_labels): Take the list of labels and
115         textness as parameters.
116         (mips_move_text_labels): New function.
117         (append_insn): Use it instead of mips_move_labels.
118         (mips_emit_delays, start_noreorder): Likewise.
119         (mips_align): Take the labels rather than just one label.
120         Move all labels to after the .align.
121         (s_align): Change the last argument to mips_align.
122         (s_cons): Likewise.
123         (s_float_cons): Likewise.
124         (s_gpword): Likewise.
125         (s_gpdword): Likewise.
126
127 2012-01-06  Tristan Gingold  <[email protected]>
128
129         * config/tc-i386.c: Update copyright year.
130         (lex_got): Also defined for Mach-O.
131         Add a guard for non-ELF configuration.
132         (md_longopts): Also handle -64 for Mach-O.
133         (md_parse_option): Likewise.
134         (i386_target_format): Adjust for x86_64-darwin.
135
136 2012-01-04  Iain Sandoe  <[email protected]>
137
138         * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
139         (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
140         (obj_mach_o_make_or_get_sect): Likewise.
141         (obj_mach_o_section): Split out the functionality shared with zerofill.
142         (obj_mach_o_zerofill): New.
143         (obj_mach_o_common_parse): Ensure whitespace is skipped.
144         (mach_o_pseudo_table): Add .zerofill.
145
146 2012-01-03  Iain Sandoe  <[email protected]>
147
148         * config/obj-macho.c (obj_macho_process_stab): New.
149         * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
150         (obj_macho_process_stab): Declare.
151
152 For older changes see ChangeLog-2011
153 \f
154 Local Variables:
155 mode: change-log
156 left-margin: 8
157 fill-column: 74
158 version-control: never
159 End:
This page took 0.033628 seconds and 4 git commands to generate.