aboutsummaryrefslogtreecommitdiff
path: root/sim/or1k
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-30 02:30:46 -0500
committerMike Frysinger <vapier@gentoo.org>2021-12-16 02:36:10 -0500
commit7d554943ba2f60d7562a7f7360b683885313dec8 (patch)
treefe5e0e169b8dd259ce3e74a600e06ab4764e30e4 /sim/or1k
parent444cc278b91ad5410626a0039e7eae823e7063d6 (diff)
downloadfsf-binutils-gdb-7d554943ba2f60d7562a7f7360b683885313dec8.zip
fsf-binutils-gdb-7d554943ba2f60d7562a7f7360b683885313dec8.tar.gz
fsf-binutils-gdb-7d554943ba2f60d7562a7f7360b683885313dec8.tar.bz2
sim: mips/or1k: drop redundant arg to bitsize macro
These are just using the default behavior for the 3rd arg, so drop it to make it more clear. This also makes them match all other ports that only use the first 2 arguments.
Diffstat (limited to 'sim/or1k')
-rwxr-xr-xsim/or1k/configure2
-rw-r--r--sim/or1k/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/or1k/configure b/sim/or1k/configure
index 8dc8884..46e30c1 100755
--- a/sim/or1k/configure
+++ b/sim/or1k/configure
@@ -1676,7 +1676,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
wire_word_bitsize="32"
wire_word_msb="31"
-wire_address_bitsize="32"
+wire_address_bitsize=""
wire_cell_bitsize=""
# Check whether --enable-sim-bitsize was given.
if test "${enable_sim_bitsize+set}" = set; then :
diff --git a/sim/or1k/configure.ac b/sim/or1k/configure.ac
index 4a989e3..a0fe51c 100644
--- a/sim/or1k/configure.ac
+++ b/sim/or1k/configure.ac
@@ -2,6 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
-SIM_AC_OPTION_BITSIZE([32], [31], [32])
+SIM_AC_OPTION_BITSIZE([32], [31])
SIM_AC_OUTPUT