From: Aleksandar Markovic <amarkovic@wavecomp.com>
This series contains support for MIPS ABI flags in elf.h, DSP R3
availability control, and emulation of nanoMIPS EVA instructions.
MIPS ABI flags will be used in near future for linux user mode
support for certain MIPS-specific parts of prctl() system call.
All patches were developed a while ago, but were not submitted to
this list for various reasons.
Dimitrije Nikolic (2):
target/mips: Add opcodes for nanoMIPS EVA instructions
target/mips: Implement emulation of nanoMIPS EVA instructions
Stefan Markovic (5):
elf: Fix PT_MIPS_XXX constants
elf: Add MIPS_ABI_FP_XXX constants
elf: Add Mips_elf_abiflags_v0 structure
target/mips: Add bit definitions for DSP R3 ASE
target/mips: Add availability control for DSP R3 ASE
include/elf.h | 30 ++++++++++-
target/mips/cpu.h | 1 +
target/mips/internal.h | 11 ++--
target/mips/mips-defs.h | 1 +
target/mips/translate.c | 108 ++++++++++++++++++++++++++++++++++++++-
target/mips/translate_init.inc.c | 3 +-
6 files changed, 147 insertions(+), 7 deletions(-)
--
2.7.4