aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 14:45:37 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 14:45:37 +0000
commit933fbc29d65808323354fd325f0589ca07f5fedf (patch)
treede4761b63a014590185db0994dd3d83a2387c69e /gas/ChangeLog
parentbd1ea41b84b00f2c19fa066a648878fdb8494a88 (diff)
downloadgdb-933fbc29d65808323354fd325f0589ca07f5fedf.zip
gdb-933fbc29d65808323354fd325f0589ca07f5fedf.tar.gz
gdb-933fbc29d65808323354fd325f0589ca07f5fedf.tar.bz2
* config/tc-s390.c (md_parse_option): Add cpu type z990.
(md_begin): Add minimal cpu type logic for instructions with different binary format depending on the cpu. (md_assemble): Remove check for minimal cpu. (s390_insert_operand): Add support for long displacements. (md_gather_operands): Likewise. (tc_s390_fix_adjustable): Likewise. (tc_s390_force_relocation): Likewise. (md_apply_fix3): Likewise.
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 e97f705..e425bd4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+ * config/tc-s390.c (md_parse_option): Add cpu type z990.
+ (md_begin): Add minimal cpu type logic for instructions with different
+ binary format depending on the cpu.
+ (md_assemble): Remove check for minimal cpu.
+ (s390_insert_operand): Add support for long displacements.
+ (md_gather_operands): Likewise.
+ (tc_s390_fix_adjustable): Likewise.
+ (tc_s390_force_relocation): Likewise.
+ (md_apply_fix3): Likewise.
+
2003-06-30 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (s_mipsset): Implement -march= handling