OSDN Git Service

gas/
authorrsandifo <rsandifo>
Sun, 8 Jan 2012 12:11:39 +0000 (12:11 +0000)
committerrsandifo <rsandifo>
Sun, 8 Jan 2012 12:11:39 +0000 (12:11 +0000)
commit61efd155861270d49334625e48c24df9a096e507
treecd9bc6a81c69faa64cbd432cd6526c18cdd35b86
parented73e6dfe401a4a64d7b013b2af32b4dcca0f840
gas/
2011-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.

gas/testsuite/
* gas/mips/align3.s, gas/mips/align3.d: New testcase.
* gas/mips/mips.exp: Run it.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/align3.d [new file with mode: 0644]
gas/testsuite/gas/mips/align3.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp