Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • K KWIML
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Utils
  • KWIML
  • Merge requests
  • !4

abi.h: Add LoongArch64 support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Wu Xiaotian requested to merge yetist/kwiml:la64/master into master Apr 21, 2021
  • Overview 1
  • Commits 1
  • Changes 1

LoongArch is a new instruction set of Loongson 3A5000 CPU, currently in the development of the system, has completed the Loongarch 64bit version based on Debian 10.

We have started to submit patches to the community, such as binutils, autotools, meson, etc., and hope that kwiml can merge this patch as soon as possible, thank you.

More info about this patch:

$ uname -m
loongarch64
$ gcc -E -dM - < /dev/null|grep __loongarch64
#define __loongarch64 1
$ gcc -E -dM - < /dev/null|grep BYTE_ORDER
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__

Topic-rename: abi-la64

Edited Apr 21, 2021 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: la64/master