|
|
$T_CONST_LBL = '^\.LLC(\d+):$'; # regexp for what such a lbl looks like | $T_CONST_LBL = '^\.LLC(\d+):$'; # regexp for what such a lbl looks like |
$T_POST_LBL = ':'; | $T_POST_LBL = ':'; |
| |
$T_MOVE_DIRVS = '^((\s+\.align\s+\d+|\s+\.proc\s+\d+|\s+\.global\s+\S+|\.text|\.data|\.seg|\.stab.*|\s+?\.section.*|\s+\.type.*|\s+\.size.*)\n)'; |
$T_MOVE_DIRVS = '^((\s+\.align\s+\d+|\s+\.proc\s+\d+|\s+\.global\s+\S+|\s+\.local\s+\S+|\.text|\.data|\.seg|\.stab.*|\s+?\.section.*|\s+\.type.*|\s+\.size.*)\n)'; |
$T_COPY_DIRVS = '\.(global|globl|proc|stab)'; |
$T_COPY_DIRVS = '\.(global|local|globl|proc|stab)'; |
| |
$T_DOT_WORD = '\.(long|word|nword|xword|byte|half|short|skip|uahalf|uaword)'; | $T_DOT_WORD = '\.(long|word|nword|xword|byte|half|short|skip|uahalf|uaword)'; |
$T_DOT_GLOBAL = '^\t\.global'; | $T_DOT_GLOBAL = '^\t\.global'; |