Skip to content

Commit

Permalink
Merge pull request #1100 from redstar/systemz
Browse files Browse the repository at this point in the history
Introduce SystemZ version identifier and deprecate S390X.
  • Loading branch information
dnadlinger committed Sep 19, 2015
2 parents a0f2a40 + 3b50a4c commit ab22c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version.dd
Expand Up @@ -279,7 +279,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
$(TROW $(ARGS $(D SPARC_HardFloat)) , $(ARGS The SPARC hard float ABI))
$(TROW $(ARGS $(D SPARC64)) , $(ARGS The SPARC architecture, 64-bit))
$(TROW $(ARGS $(D S390)) , $(ARGS The System/390 architecture, 32-bit))
$(TROW $(ARGS $(D S390X)) , $(ARGS The System/390X architecture, 64-bit))
$(TROW $(ARGS $(D SystemZ)) , $(ARGS The System Z architecture, 64-bit))
$(TROW $(ARGS $(D HPPA)) , $(ARGS The HP PA-RISC architecture, 32-bit))
$(TROW $(ARGS $(D HPPA64)) , $(ARGS The HP PA-RISC architecture, 64-bit))
$(TROW $(ARGS $(D SH)) , $(ARGS The SuperH architecture, 32-bit))
Expand Down Expand Up @@ -314,6 +314,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
$(THEAD Version Identifier, Description)
$(TROW $(D darwin), The Darwin operating system; use $(D OSX) instead)
$(TROW $(D Thumb), ARM in Thumb mode; use $(D ARM_Thumb) instead)
$(TROW $(D S390X), The System/390X architecture, 64-bit; use $(D SystemZ) instead)
)

$(P Others will be added as they make sense and new implementations appear.
Expand Down

0 comments on commit ab22c6e

Please sign in to comment.