diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-10 14:25:05 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-10 14:25:05 +0000 |
commit | 3ae8dd8d5191ffbedfc70e15e20d8f1c03f6f294 (patch) | |
tree | 29ea7335bd50cab976c79539746a5311d836ea64 /gas/ChangeLog | |
parent | 89a1e9c36d4f27f6afdd7024ec3bf29859365125 (diff) | |
download | gdb-3ae8dd8d5191ffbedfc70e15e20d8f1c03f6f294.zip gdb-3ae8dd8d5191ffbedfc70e15e20d8f1c03f6f294.tar.gz gdb-3ae8dd8d5191ffbedfc70e15e20d8f1c03f6f294.tar.bz2 |
* config/tc-mips.h (TC_ADDRESS_BYTES): New macro.
(mips_address_bytes): New prototype.
* config/tc-mips.c (mips_address_bytes): New function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 996c53d..ae54fca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-12-10 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.h (TC_ADDRESS_BYTES): New macro. + (mips_address_bytes): New prototype. + * config/tc-mips.c (mips_address_bytes): New function. + 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> * config/tc-mips.c (mips_ip): Remove dead format specifier code. |