diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-11-01 22:54:11 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-11-01 22:54:11 +0000 |
commit | ddaf2c41912338a19de6e60a1634e32569a2aa10 (patch) | |
tree | 8462b18cfd40008c0ac67f1db9cee5f70abf7916 /gas/ChangeLog | |
parent | e64af278469a4101a3fa515bda4d2d977051b8d4 (diff) | |
download | gdb-ddaf2c41912338a19de6e60a1634e32569a2aa10.zip gdb-ddaf2c41912338a19de6e60a1634e32569a2aa10.tar.gz gdb-ddaf2c41912338a19de6e60a1634e32569a2aa10.tar.bz2 |
gas/
* config/tc-mips.c (append_insn): Set fx_no_overflow for 16-bit
microMIPS branch relocations.
gas/testsuite/
* gas/mips/micromips-b16.d: New test.
* gas/mips/micromips-b16.s: New test source.
* gas/mips/mips.exp: Run the new test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 65fbfab..97be1d4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-11-01 Chao-ying Fu <fu@mips.com> + + * config/tc-mips.c (append_insn): Set fx_no_overflow for 16-bit + microMIPS branch relocations. + 2012-11-01 Maciej W. Rozycki <macro@codesourcery.com> * config/tc-mips.c (is_delay_slot_valid): Don't accept macros |