aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-07 21:14:39 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-07 21:14:39 +0000
commitc3591adb285de34983bcc8263bd242a3e5469fbd (patch)
treee2c4277a7d1ee8272ddc2402876e56dc1d4051ad /gas/ChangeLog
parent34de45f9a6d0bdd3b6c3096514af4f9a1268a146 (diff)
downloadgdb-c3591adb285de34983bcc8263bd242a3e5469fbd.zip
gdb-c3591adb285de34983bcc8263bd242a3e5469fbd.tar.gz
gdb-c3591adb285de34983bcc8263bd242a3e5469fbd.tar.bz2
configure.in, tc-alpha, atof-generic changes
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 13d0a92..6d6d716 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,9 +1,21 @@
-Mon Feb 7 03:56:05 1994 Ken Raeburn (raeburn@cambridge.cygnus.com)
+Mon Feb 7 16:07:35 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * configure.in (target alpha-*-osf*): Don't set "dev=yes" any
+ more.
+
+ * config/tc-alpha.c (load_expression): Parenthesize operations in
+ range checking, to avoid precedence questions.
- * atof-generic.c (atof_generic): Calculate maximum number of
- useful digits in integer arithmetic, to eliminate only source of
- dependence on floating point support, which doesn't work yet on
- the Alpha.
+ * config/tc-alpha.c (addr32): New static variable.
+ (md_parse_option): Set it for "-32addr".
+ (load_symbol_address): If addr32 is set, use ldl instead of ldq.
+
+ * atof-generic.c (atof_generic): Calculate maximum_useful_digits
+ and more_than_enough_bits_for_digits in integer arithmetic, to
+ eliminate the only sources of dependence on floating point
+ support, which doesn't work yet on the Alpha.
+
+Mon Feb 7 03:56:05 1994 Ken Raeburn (raeburn@cambridge.cygnus.com)
* ecoff.c (ecoff_build_debug) [TC_ALPHA]: Specify version stamp as
0x30b for Alpha for now, until ".verstamp" is handled.