[PATCH] m32rsim: Remove m32rsim references
Joel Sherrill
joel at rtems.org
Wed Dec 9 23:04:46 UTC 2015
I am working on it. Need to find the correct version
of the rtems-testing one though.
--joel
On Wed, Dec 9, 2015 at 5:03 PM, Gedare Bloom <gedare at rtems.org> wrote:
> OK to commit by me.
>
> On Wed, Dec 9, 2015 at 4:16 PM, Aun-Ali Zaidi <admin at kodeit.net> wrote:
> > closes #2447.
> > ---
> > dejagnu/boards/rtems-m32r-m32rsim.exp | 40
> -----------------------------------
> > rtems/bit_all_bsps | 2 +-
> > sim-scripts/.gitignore | 2 --
> > sim-scripts/Makefile | 2 +-
> > sim-scripts/m32rsim.in | 25 ----------------------
> > 5 files changed, 2 insertions(+), 69 deletions(-)
> > delete mode 100755 dejagnu/boards/rtems-m32r-m32rsim.exp
> > delete mode 100644 sim-scripts/m32rsim.in
> >
> > diff --git a/dejagnu/boards/rtems-m32r-m32rsim.exp
> b/dejagnu/boards/rtems-m32r-m32rsim.exp
> > deleted file mode 100755
> > index 4670610..0000000
> > --- a/dejagnu/boards/rtems-m32r-m32rsim.exp
> > +++ /dev/null
> > @@ -1,40 +0,0 @@
> > -# This is a list of toolchains that are supported on this board.
> > -set_board_info target_install {}
> > -
> > -# Load the generic configuration for this board, This will define a
> basic
> > -# set of routines needed by the tool to communicate with the board.
> > -load_generic_config "sim"
> > -
> > -# basic-sim.exp is a basic description for the standard Cygnus
> simulator.
> > -load_base_board_description "basic-sim"
> > -
> > -# The name of the simulator is "nosim"
> > -setup_sim nosim
> > -
> > -# No multilib flags needed by default.
> > -process_multilib_options ""
> > -
> > -# The compiler used to build for this board. This has *nothing* to do
> > -# with what compiler is tested if we're testing gcc.
> > -set_board_info compiler "[find_gcc]"
> > -
> > -set_board_info cflags "[newlib_include_flags]
> -B${RTEMS_MAKEFILE_PATH}/lib/ -specs bsp_specs -qrtems"
> > -set_board_info ldflags "[newlib_link_flags] ${RTEMS_CONFIG_OBJ}"
> > -
> > -# The simulator isn't really remote.
> > -set_board_info isremote 0
> > -# We only have a small stack available to us
> > -set_board_info gcc,stack_size 2048
> > -
> > -# wrapper script which handles the device tree
> > -set_board_info sim "m32rsim"
> > -set_board_info sim,options "-i"
> > -
> > -# No support for signals on this target.
> > -set_board_info gdb,nosignals 1
> > -
> > -# The simulator doesn't return exit statuses and we need to indicate
> this.
> > -set_board_info needs_status_wrapper 1
> > -
> > -# Can't call functions from GDB.
> > -# set_board_info gdb,cannot_call_functions 1
> > diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps
> > index 5a6e024..a590048 100755
> > --- a/rtems/bit_all_bsps
> > +++ b/rtems/bit_all_bsps
> > @@ -134,7 +134,7 @@ get_bsps()
> > all_bsps="${all_bsps} ts_386ex" ;;
> > lm32) all_bsps="lm32_evr" ;;
> > m32c) all_bsps="m32csim" ;;
> > - m32r) all_bsps="m32rsim" ;;
> > + m32r) all_bsps="" ;;
> > m68k) all_bsps="gen68360 gen68360_040 mvme147 mvme147s"
> > all_bsps="${all_bsps} mvme162 mvme162lx mvme167 ods68302"
> > all_bsps="${all_bsps} mcf5206elite "
> > diff --git a/sim-scripts/.gitignore b/sim-scripts/.gitignore
> > index 30df64f..924fea3 100644
> > --- a/sim-scripts/.gitignore
> > +++ b/sim-scripts/.gitignore
> > @@ -42,8 +42,6 @@ lm32_evr-gdb
> > lm3s6965
> > m32csim
> > m32csim-gdb
> > -m32rsim
> > -m32rsim-gdb
> > or1ksim
> > or1ksim-gdb
> > pc386
> > diff --git a/sim-scripts/Makefile b/sim-scripts/Makefile
> > index da47201..6726517 100644
> > --- a/sim-scripts/Makefile
> > +++ b/sim-scripts/Makefile
> > @@ -1,6 +1,6 @@
> > INSTALL_DIR=../bin
> > GDBSIM_SCRIPTS=bf537Stamp ezkit533 gdbarmsim h8sim jmr3904 lm32_evr \
> > - m32csim m32rsim or1ksim psim sis erc32 leon2 leon3 simsh v850sim
> > + m32csim or1ksim psim sis erc32 leon2 leon3 simsh v850sim
> > SKYEYE_SCRIPTS=ant5206 bf537Stamp-skyeye csb337 csb350 csb360 edb7312 \
> > ezkit533-skyeye gumstix rtl22xx smdk2410 leon2-skyeye
> >
> > diff --git a/sim-scripts/m32rsim.in b/sim-scripts/m32rsim.in
> > deleted file mode 100644
> > index fe2b7ce..0000000
> > --- a/sim-scripts/m32rsim.in
> > +++ /dev/null
> > @@ -1,25 +0,0 @@
> > -#
> > -# M32R/m32rsim Support
> > -#
> > -
> > -runARGS()
> > -{
> > - echo ${1}
> > -}
> > -checkBSPFaults()
> > -{
> > - return 0
> > -}
> > -
> > -bspLimit()
> > -{
> > - testname=$1
> > - case ${testname} in
> > - *stackchk*)limit=5 ;;
> > - *fatal*) limit=1 ;;
> > - *minimum*) limit=1 ;;
> > - *psxtime*) limit=180 ;;
> > - *) limit=60 ;;
> > - esac
> > - echo ${limit}
> > -}
> > --
> > 2.1.4
> >
> >
> > This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error please notify the
> system manager. This message contains confidential information and is
> intended only for the individual named. If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. If you are not the
> intended recipient you are notified that disclosing, copying, distributing
> or taking any action in reliance on the contents of this information is
> strictly prohibited.
> >
> > _______________________________________________
> > devel mailing list
> > devel at rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20151209/9bb91133/attachment-0002.html>
More information about the devel
mailing list