rust/compiler/rustc_target/src
bors b3dd578767 Auto merge of #111819 - nikarh:vita-improved, r=Amanieu
Improved std support for ps vita target

Fixed a couple of things in std support for ps vita via Vita SDK newlib oss implementation:

- Added missing hardware features to target spec
- Compile in thumb by default (newlib is also compiled in thumb)
- Fixed fs calls. Vita newlib has a not-very-posix dirent. Also vita does not expose inodes, it's stubbed as 0 in stat, and I'm stubbing it here for dirent (because vita newlibs's dirent doesn't even have that field)
- Enabled signal handlers for panic unwinding
- Dropped static link requirement from the platform support md. Also, rearranged sections to better stick with the template.
2023-06-07 03:20:15 +00:00
..
abi Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors 2023-06-02 07:57:21 +00:00
asm asm: loongarch64: Drop efiapi 2023-05-12 17:22:47 +08:00
spec Auto merge of #111819 - nikarh:vita-improved, r=Amanieu 2023-06-07 03:20:15 +00:00
json.rs Improve generating Custom entry function 2022-11-11 01:04:39 +05:30
lib.rs linker: Report linker flavors incompatible with the current target 2023-05-29 19:58:11 +03:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00