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

Add QNX NTO platform support #3815

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Commits on Aug 13, 2024

  1. Modify QNX NTO platform support

    Modify QNX NTO `dl_iterate_phdr` to toke `* mut`
    All other platforms use `* mut`, and while this is technically a breaking change, most likely noone is using it directly.
    
    NTO does not define last four fields of the `dl_phdr_info`, so might as well exclude them for cleanliness.
    
    v7.0: [link](https://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html)
    v7.1: [link](https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html)
    v8.0: [link](https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.lib_ref/topic/d/dl_iterate_phdr.html?hl=dl_phdr_info)
    
    See also rust-lang/backtrace-rs#648
    nyurik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4edd266 View commit details
    Browse the repository at this point in the history