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