Add assembler code for more architectures: powerpc, m68k, hppa (all big endian) #411
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the zsvjmp() code for a number big endian architectures:
The latter architecture did just require to remove the
.abiversion 2
, from its little endian code, as this is not really required.The code is taken from older IRAF versions and adopted with some help of Debian people: John David Anglin (HP-PA), Andreas Schwab (m68k) and Adam Sampson (m68k).
While this lets the code compile on these architectures, the tests fail, and so they remain unsupported. See #410 for details.
Also, the code will probably not run on PowerPC Macs; they originally used different code).
Compilation and testing was done on Debian experimental, see the build logs for iraf_2.18.1~rc1-3~5.