sim: mips: move SIM_QUIET_NAN_NEGATED to sim-main.h

We want to kill off tconfig.h, so move the one define mips still uses
to sim-main.h.
This commit is contained in:
Mike Frysinger 2015-12-24 22:27:04 -05:00
parent 269362117d
commit cb379ede3c
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2015-12-24 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_QUIET_NAN_NEGATED): Move from tconfig.h.
* tconfig.h: Delete.
2015-12-24 Mike Frysinger <vapier@gentoo.org>
* tconfig.h (SIM_HANDLES_LMA): Delete.

View File

@ -20,6 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
/* MIPS uses an unusual format for floating point quiet NaNs. */
#define SIM_QUIET_NAN_NEGATED
#define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \
mips_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), (TRANSFER), (ERROR))

View File

@ -1,4 +0,0 @@
/* mips target configuration file. */
/* MIPS uses an unusual format for floating point quiet NaNs. */
#define SIM_QUIET_NAN_NEGATED