Commit 56929fbd by Stan Cox

Some assemblers put a "." before pseudo-ops

From-SVN: r8004
parent 3427d6e5
...@@ -162,7 +162,7 @@ BEGIN { ...@@ -162,7 +162,7 @@ BEGIN {
} }
} }
else if ( sys == "elf" && asm_code ~ "section.*\.debug" ) { else if ( sys == "elf" && asm_code ~ "section.*\.debug" ) {
while ( asm_code !~ "^[ \t]*previous" && while ( asm_code !~ "^[ \t]*[.]*previous" &&
asm_code !~ "\.popsection" && asm_code !~ "\.popsection" &&
getline asm_code < asm_filename > 0 ); getline asm_code < asm_filename > 0 );
if ( ! (getline asm_code < asm_filename > 0)) break; if ( ! (getline asm_code < asm_filename > 0)) break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment