Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slightly tweak the release links generator script #280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading