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