diff options
author | Nick Clifton <nickc@redhat.com> | 2008-07-29 13:53:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-07-29 13:53:02 +0000 |
commit | 086c6838fab1ebd605b03d14e4fbd7a31a86062d (patch) | |
tree | bc2f3401e007981506381e15cc53e570748a3f63 /sim/ChangeLog | |
parent | 97f056de8975fdf97f55f4daa5c454c4320d9aef (diff) | |
download | gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.zip gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.tar.gz gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.tar.bz2 |
* common/genmloop.sh: Add new parameter: -shell to specify the
command interpreter to use to run the input file. This is
necessary because otherwise SHELL is taken from the user's
environment, and not from the makefile that invoked this script
and the user might not be running an sh-like shell.
* cris/Makefile.in: Pass -shell parameter to genmloop.sh.
* fr30/Makefile.in: Likewise.
* frv/Makefile.in: Likewise.
* i960/Makefile.in: Likewise.
* iq2000/Makefile.in: Likewise.
* m32r/Makefile.in: Likewise.
* frv/mloop.in: Add missing start of line comment marker.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 4e9d167..0b8128b 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,19 @@ +2008-07-29 Nick Clifton <nickc@redhat.com> + + * common/genmloop.sh: Add new parameter: -shell to specify the + command interpreter to use to run the input file. This is + necessary because otherwise SHELL is taken from the user's + environment, and not from the makefile that invoked this script + and the user might not be running an sh-like shell. + * cris/Makefile.in: Pass -shell parameter to genmloop.sh. + * fr30/Makefile.in: Likewise. + * frv/Makefile.in: Likewise. + * i960/Makefile.in: Likewise. + * iq2000/Makefile.in: Likewise. + * m32r/Makefile.in: Likewise. + + * frv/mloop.in: Add missing start of line comment marker. + 2008-07-11 Hans-Peter Nilsson <hp@axis.com> * cris/configure: Regenerate to track ../common/common.m4 changes. |