aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1996-09-04 13:15:28 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1996-09-04 13:15:28 +0000
commit1b68deb5993b35cb830dd32b75e91b3766002c4a (patch)
tree5e20811337b95fb664fcffea457eaabe0fd188fd /gas/ChangeLog
parent8719be26c4add30495893b3064cc422cd033046e (diff)
downloadgdb-1b68deb5993b35cb830dd32b75e91b3766002c4a.zip
gdb-1b68deb5993b35cb830dd32b75e91b3766002c4a.tar.gz
gdb-1b68deb5993b35cb830dd32b75e91b3766002c4a.tar.bz2
Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-mips.c (load_register): Remove unnecessary code that was causing the high 32bits of 64bit constants to be lost. Fixes PR10503. The compiler was producing the assembler code: dli $3,0xfffffffffffff when constructing the softfloat library. Unfortunately it was being incorrectly assembled.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d1150b0..d83345d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
+
+ * config/tc-mips.c (load_register): Remove unnecessary code that
+ was causing the high 32bits of 64bit constants to be lost.
+
+start-sanitize-d10v
+Tue Sep 3 13:52:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
+
+ * config/tc-d10v.c: Added changes to support function
+ pointers and "@word" syntax.
+
+end-sanitize-d10v
start-sanitize-v850
Tue Sep 3 11:57:18 1996 Jeffrey A Law (law@cygnus.com)