Re-sync nm pages across linux/osx

This commit is contained in:
Waldir Pimenta
2019-09-20 15:02:39 +01:00
committed by Agniva De Sarker
parent c8ee465c2f
commit 66dd8e6acc
2 changed files with 6 additions and 6 deletions

View File

@@ -14,6 +14,6 @@
`nm -a {{file.o}}`
- Demangle C++ symbols:
- Demangle C++ symbols (make them readable):
`nm {{file.o}} | c++filt`
`nm -demangle {{file.o}}`