summaryrefslogtreecommitdiffstats
path: root/gcc/listing
diff options
context:
space:
mode:
authorcoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-08-31 13:53:39 +0000
committercoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1994-08-31 13:53:39 +0000
commit4fb054daf3e062cf637cd9b8ba4185956271b5b1 (patch)
tree280854f0fb83089b7c16771bd77c704c90ddf08a /gcc/listing
parent1a6116ec2826de9e0fc69784b0f6189cb6640faf (diff)
downloadppe42-gcc-4fb054daf3e062cf637cd9b8ba4185956271b5b1.tar.gz
ppe42-gcc-4fb054daf3e062cf637cd9b8ba4185956271b5b1.zip
Some assemblers put a "." before pseudo-ops
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/listing')
-rwxr-xr-xgcc/listing2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/listing b/gcc/listing
index 4c9fe3526ae..08abb1db4ce 100755
--- a/gcc/listing
+++ b/gcc/listing
@@ -162,7 +162,7 @@ BEGIN {
}
}
else if ( sys == "elf" && asm_code ~ "section.*\.debug" ) {
- while ( asm_code !~ "^[ \t]*previous" &&
+ while ( asm_code !~ "^[ \t]*[.]*previous" &&
asm_code !~ "\.popsection" &&
getline asm_code < asm_filename > 0 );
if ( ! (getline asm_code < asm_filename > 0)) break;
OpenPOWER on IntegriCloud