aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2012-01-08 12:11:42 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2012-01-08 12:11:42 +0000
commit462427c4188dd69b535b4e5c4e058820bbb736d0 (patch)
tree3fb80b4fd2717e688f0ccbfc4c208a5000e3182c /gas/ChangeLog
parent49c57d84cdd203495286ff66f7ce485182ed166d (diff)
downloadgdb-462427c4188dd69b535b4e5c4e058820bbb736d0.zip
gdb-462427c4188dd69b535b4e5c4e058820bbb736d0.tar.gz
gdb-462427c4188dd69b535b4e5c4e058820bbb736d0.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3b896e5..9f9d5a0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+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.