Changes between Version 3 and Version 4 of Ticket #1800


Ignore:
Timestamp:
11/07/09 11:45:31 (14 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1800 – Description

    v3 v4  
    66<------>#Open=%var{PAGER:more} %f 
    77<------>View=%view{ascii} file %f && nm %f 
    8  
    98# Manual page 
    109# Exception - .so libraries are not manual pages 
    1110regex/\.(so|so\.[0-9\.]*)$ 
    1211<------>View=%view{ascii} file %f && nm %f 
    13  
     12}}} 
    1413What's wrong with it: 
    1514in that file top has priority over bottom, 
    1615so the second case is never hit (at least on Linux); 
    1716also, if shared lib is stripped, no symbols will be reported; 
    18  
    1917Proposed change: 
     18{{{ 
    2019# Manual page 
    2120# Exception - .so libraries are not manual pages 
    2221regex/\.(so|so\.[0-9\.]*)$ 
    2322<------>View=%view{ascii} file %f && nm -C -D %f 
    24  
    2523# Object 
    2624type/^ELF