aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-04 03:38:01 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-04 03:38:01 +0000
commit1fbfe10880b7782ec6d0f22f5bf3962bca03a853 (patch)
treef9176f1ab0d3cb8cea28b2a1354dfacdb8d904be /gas/ChangeLog
parentb11f2c1f7678e1339bc535d88a4caeb905677b9d (diff)
downloadgdb-1fbfe10880b7782ec6d0f22f5bf3962bca03a853.zip
gdb-1fbfe10880b7782ec6d0f22f5bf3962bca03a853.tar.gz
gdb-1fbfe10880b7782ec6d0f22f5bf3962bca03a853.tar.bz2
* read.c (emit_expr): Use memset to zero out memory, rather than
going through md_number_to_chars. This permits handling symbolic arguments when the size is larger than sizeof (valueT), if TC_CONS_FIX_NEW is prepared to handle the case (as it is on MIPS).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 17a53f5..472a0c3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 3 23:35:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * read.c (emit_expr): Use memset to zero out memory, rather than
+ going through md_number_to_chars. This permits handling symbolic
+ arguments when the size is larger than sizeof (valueT), if
+ TC_CONS_FIX_NEW is prepared to handle the case (as it is on MIPS).
+
Fri Jun 3 12:50:13 1994 David J. MacKenzie (djm@rtl.cygnus.com)
* as.c (show_usage), config/tc-alpha.c (md_show_usage),