diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-27 21:04:59 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-27 21:04:59 +0000 |
commit | 03ea81db632f49ae89068671e0e394eea7fd8f0d (patch) | |
tree | 2781483682b817f688767a21c3e10244e63ec8aa /gas/ChangeLog | |
parent | 8680f6e1845c30a88057c582e47ac10e1bf38fdb (diff) | |
download | fsf-binutils-gdb-03ea81db632f49ae89068671e0e394eea7fd8f0d.zip fsf-binutils-gdb-03ea81db632f49ae89068671e0e394eea7fd8f0d.tar.gz fsf-binutils-gdb-03ea81db632f49ae89068671e0e394eea7fd8f0d.tar.bz2 |
* config/tc-mips.c (mips16_macro_build): Pass "args" by
reference rather than value.
(macro_build): Update accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a47c8be..eeb310f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,10 @@ -2010-07-26 Maciej W. Rozycki <macro@codesourcery.com> +2010-07-27 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (mips16_macro_build): Pass "args" by + reference rather than value. + (macro_build): Update accordingly. + +2010-07-27 Maciej W. Rozycki <macro@codesourcery.com> * config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create a fake label. |