diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8bbf177..c3abe80 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,19 @@ 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. + +2012-09-23 Richard Sandiford <rdsandiford@googlemail.com> * config/tc-mips.c (SEXT_16BIT): New macro. (mips16_immed): Take the reloc type as a parameter. Do not impose |