diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-24 23:06:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-24 23:06:05 +0000 |
commit | 97f8e6ff762ae2ea0a6db0810883b06c925141ed (patch) | |
tree | 52f19ff504b2e81091ad469c4a64744d6abd221e | |
parent | 3547832c08a0ac0ff0e89abacd1d4adf09721bbf (diff) | |
download | gdb-97f8e6ff762ae2ea0a6db0810883b06c925141ed.zip gdb-97f8e6ff762ae2ea0a6db0810883b06c925141ed.tar.gz gdb-97f8e6ff762ae2ea0a6db0810883b06c925141ed.tar.bz2 |
* read.c (float_cons): Call md_flush_pending_output if it is
defined.
PR 10716.
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e40d542..2ad6e5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Tue Sep 24 19:05:08 1996 Ian Lance Taylor <ian@cygnus.com> + + * read.c (float_cons): Call md_flush_pending_output if it is + defined. + +start-sanitize-d10v +Tue Sep 24 12:22:18 1996 Martin M. Hunt <hunt@pizza.cygnus.com> + + * config/tc-d10v.c (md_operand): Created. Allows operands to + start with '#'. + * config/tc-d10v.h (md_operand): Undefined. + +end-sanitize-d10v Mon Sep 23 12:13:18 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'. |