diff options
author | Ken Raeburn <raeburn@cygnus> | 1996-01-30 18:12:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1996-01-30 18:12:41 +0000 |
commit | 0e6f2f82d2ff41c6cd97b811c586842ac3945a28 (patch) | |
tree | d4230949c93a2ec1e2eb07bc6456723f1dd0833e /gas/ChangeLog | |
parent | a8763553e45e8340a9067f77e32c620ca0c4baca (diff) | |
download | gdb-0e6f2f82d2ff41c6cd97b811c586842ac3945a28.zip gdb-0e6f2f82d2ff41c6cd97b811c586842ac3945a28.tar.gz gdb-0e6f2f82d2ff41c6cd97b811c586842ac3945a28.tar.bz2 |
* config/tc-i960.c (parse_memop): In MRI mode, don't use implicit scaling of
index.
* expr.c (operand): Accept 0x hex constants in MRI mode if not on m68k.
(PR 8836)
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3a28f27..a06347b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com> + + * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit + scaling of index. + + * expr.c (operand): Accept 0x hex constants in MRI mode if not on + m68k. + Mon Jan 29 12:21:30 1996 Ian Lance Taylor <ian@cygnus.com> * config/obj-elf.c (obj_elf_type): Set BSF_OBJECT flag for a type |