GithubHelp home page GithubHelp logo

la-abi-specs's People

Contributors

chenghuaxu avatar scylaac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

la-abi-specs's Issues

R_LARCH_DELETE probably shouldn't be exposed

We currently expose R_LARCH_DELETE in our specs but it could be hard to properly use: for producers of object code, why emit the code at all, if you plan to stick this reloc to it right away to have the code removed by another program later?

For reference, the similar R_RISCV_DELETE is exclusively an internal concept only for BFD's relaxation pass:

// bfd/elfnn-riscv.c

/* Internal relocations used exclusively by the relaxation pass.  */
#define R_RISCV_DELETE (R_RISCV_max + 1)

And LLVM doesn't define it at all.

So I suggest removing this reloc in a future revision of the ELF psABI document, making it reserved in the meantime. No program would consciously write this reloc kind to object files so compatibility would be preserved.

find discriptive error

8.1. The registers
...
The registers that can be used for passing arguments and returning values are the argument registers,
which include:
• GARs: 8 general-purpose registers $a0 - $a7, where $a0 and $a1 are also used for integral values.
• FARs: 8 floating-point registers $fa0 - $fa7, where $fa0 and $fa1 are also used for returning values.
...

Should it be the word returning like FARs rather than integral?

Herbceptions ABI for loongarch

https://github.com/loongson/la-abi-specs/blob/release/lapcs.adoc

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0709r4.pdf
https://www.open-std.org/JTC1/SC22/WG14/www/docs/n2429.pdf

According to C and C++ standard, there is a proposal on defining a new exception handling system. It runs by returning 2 registers + a boolean discriminant.

I suggest to define the ABI now by using r12 register as the register for storing that boolean discriminant flag to indicate the function throws an exception or not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.