diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 10:41:24 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 10:41:24 +0000 |
commit | e1b47bd5c755ede061cc2ce0c608255ac9c8ce88 (patch) | |
tree | 7b1d88b2d84c49ac68aa8679adfaf949cc754a45 /gas/testsuite/ChangeLog | |
parent | c150d1d2f5ebe12d8de3205efa547becdc56fddb (diff) | |
download | gdb-e1b47bd5c755ede061cc2ce0c608255ac9c8ce88.zip gdb-e1b47bd5c755ede061cc2ce0c608255ac9c8ce88.tar.gz gdb-e1b47bd5c755ede061cc2ce0c608255ac9c8ce88.tar.bz2 |
gas/
2012-09-23 Richard Sandiford <rdsandiford@googlemail.com>
Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.h (mips_record_label): Delete.
(mips_add_dot_label): Declare.
(tc_new_dot_label): Use it.
* config/tc-mips.c (mips_assembling_insn): New variable.
(md_assemble): Call mips_mark_labels. Set mips_assembling_insn
while the main part of the function is executing.
(mips_compressed_mark_label): New function, split out from...
(mips_compressed_mark_labels): ...here.
(append_insn): Don't call mips_mark_labels here.
(mips_record_label): Make local.
(mips_add_dot_label): New function.
gas/testsuite/
* gas/mips/dot-1.s, gas/mips/dot-1.d, gas/mips/micromips@dot-1.d,
gas/mips/mips16@dot-1.d: New test.
* gas/mips/mips.exp: Run it.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 47baaff..fe5da58 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-09-23 Richard Sandiford <rdsandiford@googlemail.com> + + * gas/mips/dot-1.s, gas/mips/dot-1.d, gas/mips/micromips@dot-1.d, + gas/mips/mips16@dot-1.d: New test. + * gas/mips/mips.exp: Run it. + 2012-09-20 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run x86-64-arch-2-1 and x86-64-arch-2-2. |