]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/ChangeLog
ppc sim: Allow --sysroot command-line option
authorJoel Brobecker <brobecker@gnat.com>
Wed, 8 Jun 2011 16:44:20 +0000 (16:44 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 8 Jun 2011 16:44:20 +0000 (16:44 +0000)
commit8294052ca93e44a242bfd0a8d4fb1607da7440df
treea6c2aa987a7f3cdedc54f3ec1a7c1abd8dd51737
parent592458412fb2b4faf4b217ecef09d1a4ea0ab0ba
ppc sim: Allow --sysroot command-line option

There was a recent change that cuased the "target sim" command
to add a --sysroot option to the argument vector passed down to
the simulator.  This caused a failure in the powerpc simulator,
as it did not recognize it.  This patch fixes the problem by adding
support for the --sysroot option (it ignores it).

sim/ppc/ChangeLog:

        * psim.c (psim_options): Accept and ignore `--sysroot=...'.
sim/ppc/ChangeLog
sim/ppc/psim.c