diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-25 20:14:20 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-25 20:14:20 +0000 |
commit | aec8845cae511168303528f7afd5f5aba22a5c4c (patch) | |
tree | b364f8e48c53f4aa15dcfc10e632971b42593e10 /gdb | |
parent | ea5ca7b5cf81373e26cb2da61ca1517be5a4adf2 (diff) | |
download | gdb-aec8845cae511168303528f7afd5f5aba22a5c4c.zip gdb-aec8845cae511168303528f7afd5f5aba22a5c4c.tar.gz gdb-aec8845cae511168303528f7afd5f5aba22a5c4c.tar.bz2 |
gdb/
* contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/contrib/cc-with-tweaks.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2c1520b..5aca850 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com> + + * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/. + 2012-07-25 Joel Brobecker <brobecker@adacore.com> * doublest.c (convert_doublest_to_floatformat): If the exponent diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index 9270db4..7d7932c 100755 --- a/gdb/contrib/cc-with-tweaks.sh +++ b/gdb/contrib/cc-with-tweaks.sh @@ -26,8 +26,8 @@ # # bash$ cd $objdir/gdb/testsuite # bash$ runtest \ -# CC_FOR_TARGET="/bin/sh $srcdir/cc-with-tweaks.sh ARGS gcc" \ -# CXX_FOR_TARGET="/bin/sh $srcdir/cc-with-tweaks.sh ARGS g++" +# CC_FOR_TARGET="/bin/sh $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS gcc" \ +# CXX_FOR_TARGET="/bin/sh $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS g++" # # For documentation on index files: info -f gdb.info -n "Index Files" # For information about 'dwz', see the announcement: |