projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c064fab
)
sim: v850: drop redundant define
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 19 Jan 2023 00:07:19 +0000
(19:07 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 19 Jan 2023 00:13:04 +0000
(19:13 -0500)
This is already in v850/local.mk, so we can drop it from sim-main.h.
sim/v850/sim-main.h
patch
|
blob
|
history
diff --git
a/sim/v850/sim-main.h
b/sim/v850/sim-main.h
index 6cd7ecce2c620d0285db4f3432c99cbe8aa761f3..b1753601904418eb90f725bb1711f902fe386538 100644
(file)
--- a/
sim/v850/sim-main.h
+++ b/
sim/v850/sim-main.h
@@
-1,10
+1,6
@@
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
-/* The v850 has 32bit words, numbered 31 (MSB) to 0 (LSB) */
-
-#define WITH_TARGET_WORD_MSB 31
-
#include "sim-basics.h"
#include "sim-base.h"