OSDN Git Service

Some assemblers put a "." before pseudo-ops
authorcoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 1994 13:53:39 +0000 (13:53 +0000)
committercoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 1994 13:53:39 +0000 (13:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8004 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/listing

index 4c9fe35..08abb1d 100755 (executable)
@@ -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;