de64cffdf8
* config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels. gas/testsuite/ * gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test. * gas/mips/mips.exp: Run it.
53 lines
1.7 KiB
Text
53 lines
1.7 KiB
Text
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
|
||
|
||
2012-01-08 Andrew Pinski <andrew.pinski@caviumnetworks.com>
|
||
Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* config/tc-mips.c (mips_move_labels): Take the list of labels and
|
||
textness as parameters.
|
||
(mips_move_text_labels): New function.
|
||
(append_insn): Use it instead of mips_move_labels.
|
||
(mips_emit_delays, start_noreorder): Likewise.
|
||
(mips_align): Take the labels rather than just one label.
|
||
Move all labels to after the .align.
|
||
(s_align): Change the last argument to mips_align.
|
||
(s_cons): Likewise.
|
||
(s_float_cons): Likewise.
|
||
(s_gpword): Likewise.
|
||
(s_gpdword): Likewise.
|
||
|
||
2012-01-06 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* config/tc-i386.c: Update copyright year.
|
||
(lex_got): Also defined for Mach-O.
|
||
Add a guard for non-ELF configuration.
|
||
(md_longopts): Also handle -64 for Mach-O.
|
||
(md_parse_option): Likewise.
|
||
(i386_target_format): Adjust for x86_64-darwin.
|
||
|
||
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
|
||
(obj_mach_o_get_section_names): New (split from obj_mach_o_section).
|
||
(obj_mach_o_make_or_get_sect): Likewise.
|
||
(obj_mach_o_section): Split out the functionality shared with zerofill.
|
||
(obj_mach_o_zerofill): New.
|
||
(obj_mach_o_common_parse): Ensure whitespace is skipped.
|
||
(mach_o_pseudo_table): Add .zerofill.
|
||
|
||
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* config/obj-macho.c (obj_macho_process_stab): New.
|
||
* config/obj-macho.h (OBJ_PROCESS_STAB): Define.
|
||
(obj_macho_process_stab): Declare.
|
||
|
||
For older changes see ChangeLog-2011
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|