• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

README.mdH A D30-Mar-2022487 97

asm.hH A D30-Mar-202210 KiB271200

fpregdef.hH A D30-Mar-20223.9 KiB11878

regdef.hH A D30-Mar-20224 KiB12684

README.md

1# asm-mips
2
3The files in this directory are almost direct copies from Android NDK r12, with
4the exception of changing the include guards to Breakpad ones. They are copied
5from the MIPS asm/ directory, but are meant to be used as replacements for both
6asm/ and machine/ includes since the files in each are largely duplicates.
7
8Some MIPS asm/ and all machine/ headers were removed in the move to unified NDK
9headers, so Breakpad fails to compile on newer NDK versions without these files.