forked from Imagelibrary/binutils-gdb
sim: make LMA loading the default for all targets
Most targets already default to loading code via their LMA, but for a few, this means the default changes from loading VMA to LMA. It's better to have the different targets be consistent, and allows some code clean up.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-12-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* tconfig.h (SIM_HANDLES_LMA): Delete.
|
||||
|
||||
2015-12-24 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (WITH_WATCHPOINTS): Delete.
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
/* mips target configuration file. */
|
||||
|
||||
/* See sim-hload.c. We properly handle LMA. */
|
||||
#ifdef TARGET_TX3904
|
||||
#define SIM_HANDLES_LMA 1
|
||||
#else
|
||||
#define SIM_HANDLES_LMA 0
|
||||
#endif
|
||||
|
||||
/* MIPS uses an unusual format for floating point quiet NaNs. */
|
||||
#define SIM_QUIET_NAN_NEGATED
|
||||
|
||||
Reference in New Issue
Block a user