Skip to content

Commit

Permalink
slightly tweak the release links generator script
Browse files Browse the repository at this point in the history
- removed referring to developer.arm.com, as we have moved all the legacy docs
here now
- moved some docs into the 64-bit section
  • Loading branch information
stuij committed Oct 15, 2024
1 parent a22eb56 commit 190e725
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tools/common/generate-release-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ cat <<EOF
- $(spec aadwarf64 "DWARF for the Arm 64-bit Architecture")
- $(spec cppabi64 "C++ ABI for the Arm 64-bit Architecture")
- $(spec vfabia64 "Vector Function ABI for the Arm 64-bit Architecture")
- $(spec atomicsabi64 "C/C++ Atomics Application Binary Interface Standard for the Arm 64-bit Architecture")
#### PAuth ABI Extension
- $(spec pauthabielf64 "PAuth ABI Extension to ELF for the Arm 64-bit Architecture")
- $(spec sysvabi64 "System V ABI for the Arm 64-bit Architecture")
- $(spec memtagabielf64 "Memtag Extension to ELF for the Arm 64-bit Architecture")
- $(spec atomicsabi64 "C/C++ Atomics Application Binary Interface Standard for the Arm 64-bit Architecture")
#### Morello Extension
- $(spec aapcs64-morello "Morello Extension to the Procedure Call Standard for the Arm 64-bit Architecture")
Expand All @@ -73,8 +73,5 @@ cat <<EOF
### download bundle
PDFs of all the above specifications have also been bundled in this [zip file](${URL}/releases/download/${RELEASE}/Arm-Architecture-ABI-rel-${RELEASE}.zip).
### other specifications
For other ABI specifications, please go to: https://developer.arm.com/architectures/system-architectures/software-standards/abi
EOF

0 comments on commit 190e725

Please sign in to comment.