diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-01 02:12:55 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-01 02:12:55 +0000 |
commit | c51ccfd50a4672eefaabfbdc34593edd9030674e (patch) | |
tree | 73bd98e4f907489721a9527e3811f6b02c16fda0 /gas | |
parent | 672786833c63ec2f9504a7eb0a75d99f0617c7b2 (diff) | |
download | gdb-c51ccfd50a4672eefaabfbdc34593edd9030674e.zip gdb-c51ccfd50a4672eefaabfbdc34593edd9030674e.tar.gz gdb-c51ccfd50a4672eefaabfbdc34593edd9030674e.tar.bz2 |
* configure.in (mips host): Accept "ultrix" with version number.
* expr.c (floating_constant): Separate "=-" to avoid confusing
ancient or broken compilers.
* config/tc-m68k.c (m68k_ip): Mismatch error could also indicate
processor/opcode mismatch, so reword the error message.
(md_assemble): If no CPU has been set (even if FPU/PMMU
characteristics have been), default to 68020. Don't need extra
quotes around error string.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dc35b54..933ddc2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com) + + * configure.in (mips host): Accept "ultrix" with version number. + + * expr.c (floating_constant): Separate "=-" to avoid confusing + ancient or broken compilers. + + * config/tc-m68k.c (m68k_ip): Mismatch error could also indicate + processor/opcode mismatch, so reword the error message. + (md_assemble): If no CPU has been set (even if FPU/PMMU + characteristics have been), default to 68020. Don't need extra + quotes around error string. + Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com) * read.c (potable): Revert sac's incorrect change made Jul 13. |