From 8bc4eed7cbf1d0a3ca09a570f230f82c28691510 Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Thu, 14 Jun 2001 19:51:44 +0000 Subject: [PATCH] * gas-test.scm (cgen-build.sh): Escape '.' as well. --- ChangeLog | 4 ++++ gas-test.scm | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8217c65..169e9ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-14 Geoffrey Keating + + * gas-test.scm (cgen-build.sh): Escape '.' as well. + 2001-06-01 Frank Ch. Eigler * rtl.scm (hw): Encode hw access mode into name, since this diff --git a/gas-test.scm b/gas-test.scm index bfbda4c..c247d0c 100644 --- a/gas-test.scm +++ b/gas-test.scm @@ -219,6 +219,7 @@ function gentest { -e 's/\\[/\\\\\\[/g' \ -e 's/\\]/\\\\\\]/g' \ -e 's/[+]/\\\\+/g' \ + -e 's/[.]/\\\\./g' \ -e 's/[*]/\\\\*/g' | \ sed -e 's/^.*file format.*$/.*: +file format .*/' \ >>${1}.d -- 2.43.5