diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-01 20:05:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-01 20:05:32 +0000 |
commit | 4372b673222291cc81879e291c0233c6cc08a4d3 (patch) | |
tree | 25e1fe72333a5b5eb8a0cd24724df167adb9ba02 /gas/ChangeLog | |
parent | 0c92ba5f58ea1b2c2ee6401419899883b726b39e (diff) | |
download | binutils-4372b673222291cc81879e291c0233c6cc08a4d3.zip binutils-4372b673222291cc81879e291c0233c6cc08a4d3.tar.gz binutils-4372b673222291cc81879e291c0233c6cc08a4d3.tar.bz2 |
Improve MIPS32 support
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index caed5bc..9c8a3df 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -4,6 +4,15 @@ don't accept as constant the difference between the addresses of symbols in two different sections. + * config/tc-mips.c (macro_build): Add new 'U' and 'J' operand + specifiers. + (validate_mips_insn): Likewise. Also, update 'B' operand + specifier to use OP_*_CODE20 constants and delete 'm' operand + specifier. + (mips_ip): Remove 'm' operand specifier, add 'U' and 'J' + operand specifiers. Change warning generated by 'B' operand + specifier to reflect its new multi-purpose usage. + 2000-12-01 Joel Sherrill <joel@OARcorp.com> * configure.in (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*): |