1d72c39c8d1f0147ab26633cc15317ed1d62d624
[platform/upstream/binutils.git] / gas / ChangeLog
1 2012-01-09  Iain Sandoe  <idsandoe@googlemail.com>
2
3         * config/obj-macho.c (obj_mach_o_weak): Remove.
4         (obj_mach_o_common_parse): Set symbol qualifiers.
5         (LAZY, REFE): New macros.
6         (obj_mach_o_symbol_type): New enum.
7         (obj_mach_o_set_symbol_qualifier): New.
8         (obj_mach_o_sym_qual): New.
9         (mach_o_pseudo_table): Add symbol qualifiers, set indirect_symbol to
10         a dummy function.
11         (obj_mach_o_type_for_symbol): New.
12         (obj_macho_frob_label): New.
13         (obj_macho_frob_symbol): New.
14         * config/obj-macho.h (S_SET_ALIGN): Amend temorary var name.
15         (obj_frob_label, obj_macho_frob_label): Declare.
16         (obj_frob_symbol, obj_macho_frob_symbol): Declare.
17
18 2012-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
19
20         * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
21
22 2012-01-08  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
23             Richard Sandiford  <rdsandiford@googlemail.com>
24
25         * config/tc-mips.c (mips_move_labels): Take the list of labels and
26         textness as parameters.
27         (mips_move_text_labels): New function.
28         (append_insn): Use it instead of mips_move_labels.
29         (mips_emit_delays, start_noreorder): Likewise.
30         (mips_align): Take the labels rather than just one label.
31         Move all labels to after the .align.
32         (s_align): Change the last argument to mips_align.
33         (s_cons): Likewise.
34         (s_float_cons): Likewise.
35         (s_gpword): Likewise.
36         (s_gpdword): Likewise.
37
38 2012-01-06  Tristan Gingold  <gingold@adacore.com>
39
40         * config/tc-i386.c: Update copyright year.
41         (lex_got): Also defined for Mach-O.
42         Add a guard for non-ELF configuration.
43         (md_longopts): Also handle -64 for Mach-O.
44         (md_parse_option): Likewise.
45         (i386_target_format): Adjust for x86_64-darwin.
46
47 2012-01-04  Iain Sandoe  <idsandoe@googlemail.com>
48
49         * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
50         (obj_mach_o_get_section_names): New (split from obj_mach_o_section).
51         (obj_mach_o_make_or_get_sect): Likewise.
52         (obj_mach_o_section): Split out the functionality shared with zerofill.
53         (obj_mach_o_zerofill): New.
54         (obj_mach_o_common_parse): Ensure whitespace is skipped.
55         (mach_o_pseudo_table): Add .zerofill.
56
57 2012-01-03  Iain Sandoe  <idsandoe@googlemail.com>
58
59         * config/obj-macho.c (obj_macho_process_stab): New.
60         * config/obj-macho.h (OBJ_PROCESS_STAB): Define.
61         (obj_macho_process_stab): Declare.
62
63 For older changes see ChangeLog-2011
64 \f
65 Local Variables:
66 mode: change-log
67 left-margin: 8
68 fill-column: 74
69 version-control: never
70 End: