This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

V850 simulator: use LMA instead of VMA


Hi,

please note the problem described in an earlier posting:

http://sources.redhat.com/ml/gdb/2006-06/msg00068.html

I got the hint by mail to look for GDBs simulator option
"--load-lma".

It has to be enabled by the #define SIM_HANDLES_LMA.

For several simulator targets this is set in the
target specific sim-main.h .

For V850 (sim/v850/sim-main.h) it is _not_ set.

I'd like to suggest to add a line like this to sim-main.h
for V850:

#define SIM_HANDLES_LMA 1


Is this list the appropriate list to make such a suggestion?


Can anybody please tell me how to proceed with this suggestion?


Best regards,
Torsten.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]