mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
message "no symbol found" for unsupported architectures and provide more useful information.
This commit is contained in:
parent
6c4fd4c044
commit
8b5418771b
@ -1,3 +1,9 @@
|
|||||||
|
2002-02-26 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Run "file" before "nm" to avoid an error
|
||||||
|
message "no symbol found" for unsupported architectures and
|
||||||
|
provide more useful information.
|
||||||
|
|
||||||
2002-02-22 Pavel Roskin <proski@gnu.org>
|
2002-02-22 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* README.smbfs: Remove. It contained no useful information
|
* README.smbfs: Remove. It contained no useful information
|
||||||
|
@ -137,7 +137,7 @@ shell/.h
|
|||||||
# Object
|
# Object
|
||||||
shell/.o
|
shell/.o
|
||||||
#Open=%var{PAGER:more} %f
|
#Open=%var{PAGER:more} %f
|
||||||
View=%view{ascii} nm %f
|
View=%view{ascii} file %f && nm %f
|
||||||
Link=%var{CC:cc} -O %f
|
Link=%var{CC:cc} -O %f
|
||||||
Disassemble=%view{ascii} objdump -d -r %f
|
Disassemble=%view{ascii} objdump -d -r %f
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ shell/.info
|
|||||||
# Manual page
|
# Manual page
|
||||||
# Exception - .so libraries are not manual pages
|
# Exception - .so libraries are not manual pages
|
||||||
regex/\.(so|so\.[0-9\.]*)$
|
regex/\.(so|so\.[0-9\.]*)$
|
||||||
View=%view{ascii} nm %f
|
View=%view{ascii} file %f && nm %f
|
||||||
|
|
||||||
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
|
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
|
||||||
Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
|
Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
|
||||||
@ -515,7 +515,7 @@ type/^compress
|
|||||||
regex/\.s?a$
|
regex/\.s?a$
|
||||||
Open=%cd %p#uar
|
Open=%cd %p#uar
|
||||||
#Open=%view{ascii} ar tv %f
|
#Open=%view{ascii} ar tv %f
|
||||||
View=%view{ascii} nm %f
|
View=%view{ascii} file %f && nm %f
|
||||||
|
|
||||||
# trpm
|
# trpm
|
||||||
regex/\.trpm$
|
regex/\.trpm$
|
||||||
|
Loading…
Reference in New Issue
Block a user