diff options
author | K. Richard Pixley <rich@cygnus> | 1993-07-27 01:05:23 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-07-27 01:05:23 +0000 |
commit | de9310b92b832e72fbc23ef5f7601edff4739dd2 (patch) | |
tree | a6d7b5799d5ceae95fc03b8626c5a3dccb2548d2 /gas | |
parent | 333355f33f1001987f15fdcb14f1d5c783c2f25c (diff) | |
download | gdb-de9310b92b832e72fbc23ef5f7601edff4739dd2.zip gdb-de9310b92b832e72fbc23ef5f7601edff4739dd2.tar.gz gdb-de9310b92b832e72fbc23ef5f7601edff4739dd2.tar.bz2 |
* Makefile.in (clean): if testsuite does not exist, then skip it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a4bbe43..9c22dca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +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. + +Fri Jul 23 14:13:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (prev_insn_unreordered, + prev_prev_insn_unreordered): New static variables. + (append_insn): Don't swap branch instruction if + prev_prev_insn_unreordered (see comment). + (mips_no_prev_insn): Clear the unreordered variables. + (s_mipsset): When turning on reordering, set the unreordered + variables. + Fri Jul 23 13:09:44 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * config/obj-elf.c (obj_elf_section): Sections ".init" and ".fini" |