Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144752
Collapse All | Expand All

(-)ghc/driver/mangler/ghc-asm.lprl- (-2 / +2 lines)
Lines 417-424 Link Here
417
    $T_CONST_LBL    = '^\.LLC(\d+):$'; # regexp for what such a lbl looks like
417
    $T_CONST_LBL    = '^\.LLC(\d+):$'; # regexp for what such a lbl looks like
418
    $T_POST_LBL     = ':';
418
    $T_POST_LBL     = ':';
419
419
420
    $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)';
420
    $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)';
421
    $T_COPY_DIRVS   = '\.(global|globl|proc|stab)';
421
    $T_COPY_DIRVS   = '\.(global|local|globl|proc|stab)';
422
422
423
    $T_DOT_WORD     = '\.(long|word|nword|xword|byte|half|short|skip|uahalf|uaword)';
423
    $T_DOT_WORD     = '\.(long|word|nword|xword|byte|half|short|skip|uahalf|uaword)';
424
    $T_DOT_GLOBAL   = '^\t\.global';
424
    $T_DOT_GLOBAL   = '^\t\.global';

Return to bug 144752