diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-27 15:47:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-27 15:47:11 +0000 |
commit | 4fe45d22549373aba3a8b72242b5eb10c0dfba2c (patch) | |
tree | 0d10834a6f3b8c1ee98622391338dba702591295 /gas | |
parent | b31ca3decea5d9b9caada242783c77974082ff52 (diff) | |
download | gdb-4fe45d22549373aba3a8b72242b5eb10c0dfba2c.zip gdb-4fe45d22549373aba3a8b72242b5eb10c0dfba2c.tar.gz gdb-4fe45d22549373aba3a8b72242b5eb10c0dfba2c.tar.bz2 |
* config/tc-mips.c (mips_optimize): New static variable.
(append_insn): If ! mips_optimize, don't swap branches.
(md_parse_option): If -Ox, set mips_optimize accordingly.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9c22dca..de7c336 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 27 08:45:05 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/tc-mips.c (mips_optimize): New static variable. + (append_insn): If ! mips_optimize, don't swap branches. + (md_parse_option): If -Ox, set mips_optimize accordingly. + Mon Jul 26 18:02:43 1993 K. Richard Pixley (rich@sendai.cygnus.com) * Makefile.in (clean): if testsuite does not exist, then skip it. |