Do-last:
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping m32r stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"m32r\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- if [ -n "${verbose}" ] ; then
- echo Caching $i in .Recover...
- fi
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
# eof
+
+ * .Sanitize: remove sanitization for M32R target.
+
* gdb.base/help.exp: update help msg for INFO ADDR; add help test
* gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
* gdb.stabs/weird.exp: Remove v_comb xfails.
-start-sanitize-m32r
* gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
list.exp scope.exp watchpoint.exp]
Make all timeout error msgs explicitly say "(timeout)".
-end-sanitize-m32r
* config/monitor.exp: Increase download timeout to 1000 seconds.
-start-sanitize-m32r
* config/m32r.exp: Increase timeout to 120 seconds.
-end-sanitize-m32r
-
* gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
and accept older ordering as obsolescent gcc or gdb.
* gdb.base/corefile.exp: Add test to read mmapped data
from core file.
-start-sanitize-m32r
* config/m32r.exp: New file.
-end-sanitize-m32r