Thu Dec 18 11:10:42 1997 Nick Clifton <nickc@cygnus.com>
+ * gas/m32r/m32rx.d: New file.
+ * gas/m32r/m32rx.s: New file.
+ * gas/m32r/m32rx.exp: New file.
+
* gas/arm/inst.d: Updated to match latest disassembler changes.
* gas/arm/arm7t.d: Updated to match latest disassembler changes.
Do-first:
+m32rx_files="m32rx.s m32rx.d m32rx.exp"
+if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
+ keep_these_too="${m32rx_files} ${keep_these_too}"
+else
+ lose_these_too="${m32rx_files} ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
Things-to-lose:
+for i in * ; do
+ if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+ echo '***' Some mentions of Sanitize are still left in $i! 1>&2
+ fi
+done
+
+
Do-last:
# End of file.