diff options
author | Thiemo Seufer <ths@networkno.de> | 2004-01-21 23:25:38 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2004-01-21 23:25:38 +0000 |
commit | 048cdf861a99623019e47ad0681c076219771f88 (patch) | |
tree | 1b8afcc050df2e7ba056465a5477172675f36d2d /gas/ChangeLog | |
parent | a49d618c8c921275558d42aed7185f4d1c670b2f (diff) | |
download | gdb-048cdf861a99623019e47ad0681c076219771f88.zip gdb-048cdf861a99623019e47ad0681c076219771f88.tar.gz gdb-048cdf861a99623019e47ad0681c076219771f88.tar.bz2 |
* config/tc-mips.c (append_insn): Don't do r3900 interlock
optimization for -mtune=r3900, as this will break on other CPUs.
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 c855fcc..438ea36 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * config/tc-mips.c (append_insn): Don't do r3900 interlock + optimization for -mtune=r3900, as this will break on other CPUs. + 2004-01-11 Tom Rix <tcrix@worldnet.att.net> * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot |