diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-26 19:07:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-26 19:07:06 +0000 |
commit | 58275724ffb8a6fd56793629209a379dc92e6cec (patch) | |
tree | 9b63245e3bb3b64e7a662df3c0f4f5f0dda41d77 | |
parent | c6d5c52650674e14ffa6c82bf00805fbb9c423b0 (diff) | |
download | gdb-58275724ffb8a6fd56793629209a379dc92e6cec.zip gdb-58275724ffb8a6fd56793629209a379dc92e6cec.tar.gz gdb-58275724ffb8a6fd56793629209a379dc92e6cec.tar.bz2 |
* ecoff.c (init_file): Initialize fMerge to 1.
(add_file): Restore old file merging code, but only merge files if
fMerge is set.
(ecoff_directive_loc): Clear fMerge field of current file.
(ecoff_generate_asm_lineno): Likewise.
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 75329b2..4df69af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Mon Aug 26 14:38:22 1996 Ian Lance Taylor <ian@cygnus.com> + + * ecoff.c (init_file): Initialize fMerge to 1. + (add_file): Restore old file merging code, but only merge files if + fMerge is set. + (ecoff_directive_loc): Clear fMerge field of current file. + (ecoff_generate_asm_lineno): Likewise. + start-sanitize-d10v Fri Aug 23 11:40:47 1996 Martin M. Hunt <hunt@pizza.cygnus.com> @@ -7,6 +15,9 @@ end-sanitize-d10v start-sanitize-v850 Fri Aug 23 10:41:32 1996 Jeffrey A Law (law@cygnus.com) + * config/tc-v850.c (md_assemble): Correct bit masking for + hi and lo expressions. + * config/tc-v850.c (md_assemble): Rough cut at demanding "ep" or "r30" in sst and sld instructions. (md_apply_fix3): Don't abort. Just warn that we don't |