2012-01-12 Tristan Gingold <gingold@adacore.com>
[binutils.git] / gas / ChangeLog
blobd4f2e7acbd49d54379b6ffb54aec254b13b6b394
1 2012-01-12  Tristan Gingold  <gingold@adacore.com>
3         PR gas/13591
4         * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
6 2012-01-10  Tristan Gingold  <gingold@adacore.com>
8         * struc-symbol.h (struct symbol_flags): New struct, created from...
9         (struct symbol): ... this one.  Add sy_flags field, remove flag fields.
10         (struct local_symbol): Replace lsy_marker field by lsy_flags.
11         Adjust comment.
12         (local_symbol_resolved_p): Adjust.
13         (local_symbol_mark_resolved): Likewise.
14         * symbols.c (LOCAL_SYMBOL_CHECK): Adjust.
15         (local_symbol_make, local_symbol_convert, colon)
16         (symbol_clone_if_forward_ref, verify_symbol_chain)
17         (resolve_symbol_value, snapshot_symbol, S_GET_VALUE)
18         (S_IS_WEAKREFR, S_IS_WEAKREFD, S_IS_VOLATILE, S_IS_FORWARD_REF)
19         (S_SET_WEAKREFR, S_CLEAR_WEAKREFR, S_SET_WEAKREFD)
20         (S_CLEAR_WEAKREFD, S_SET_VOLATILE, S_CLEAR_VOLATILE)
21         (S_SET_FORWARD_REF, symbol_same_p, symbol_mark_used)
22         (symbol_clear_used, symbol_used_p, symbol_mark_used_in_reloc)
23         (symbol_clear_used_in_reloc, symbol_used_in_reloc_p)
24         (symbol_mark_mri_common, symbol_clear_mri_common)
25         (symbol_mri_common_p, symbol_mark_written, symbol_clear_written)
26         (symbol_written_p, symbol_mark_resolved, symbol_resolved_p)
27         (symbol_equated_reloc_p, dot_symbol_init)
28         (print_symbol_value_1): Adjust.
30 2012-01-09  Iain Sandoe  <idsandoe@googlemail.com>
32         * config/obj-macho.c (obj_mach_o_weak): Remove.
33         (obj_mach_o_common_parse): Set symbol qualifiers.
34         (LAZY, REFE): New macros.
35         (obj_mach_o_symbol_type): New enum.
36         (obj_mach_o_set_symbol_qualifier): New.
37         (obj_mach_o_sym_qual): New.
38         (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
39         a dummy function.
40         (obj_mach_o_type_for_symbol): New.
41         (obj_macho_frob_label): New.
42         (obj_macho_frob_symbol): New.
43         * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
44         (obj_frob_label, obj_macho_frob_label): Declare.
45         (obj_frob_symbol, obj_macho_frob_symbol): Declare.
47 2012-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
49         * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
51 2012-01-08  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
52             Richard Sandiford  <rdsandiford@googlemail.com>
54         * config/tc-mips.c (mips_move_labels): Take the list of labels and
55         textness as parameters.
56         (mips_move_text_labels): New function.
57         (append_insn): Use it instead of mips_move_labels.
58         (mips_emit_delays, start_noreorder): Likewise.
59         (mips_align): Take the labels rather than just one label.
60         Move all labels to after the .align.
61         (s_align): Change the last argument to mips_align.
62         (s_cons): Likewise.
63         (s_float_cons): Likewise.
64         (s_gpword): Likewise.
65         (s_gpdword): Likewise.
67 2012-01-06  Tristan Gingold  <gingold@adacore.com>
69         * config/tc-i386.c: Update copyright year.
70         (lex_got): Also defined for Mach-O.
71         Add a guard for non-ELF configuration.
72         (md_longopts): Also handle -64 for Mach-O.
73         (md_parse_option): Likewise.
74         (i386_target_format): Adjust for x86_64-darwin.
76 2012-01-04  Iain Sandoe  <idsandoe@googlemail.com>
78         * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
79         (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
80         (obj_mach_o_make_or_get_sect): Likewise.
81         (obj_mach_o_section): Split out the functionality shared with zerofill.
82         (obj_mach_o_zerofill): New.
83         (obj_mach_o_common_parse): Ensure whitespace is skipped.
84         (mach_o_pseudo_table): Add .zerofill.
86 2012-01-03  Iain Sandoe  <idsandoe@googlemail.com>
88         * config/obj-macho.c (obj_macho_process_stab): New.
89         * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
90         (obj_macho_process_stab): Declare.
92 For older changes see ChangeLog-2011
94 Local Variables:
95 mode: change-log
96 left-margin: 8
97 fill-column: 74
98 version-control: never
99 End: