[cmake-developers] [CMake 0013858]: Automatic handling of .sym (exported symbol list) files on Linux

Mantis Bug Tracker mantis at public.kitware.com
Fri Jan 18 07:30:08 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13858 
====================================================================== 
Reported By:                szx
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13858
Category:                   CMake
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-01-18 07:30 EST
Last Modified:              2013-01-18 07:30 EST
====================================================================== 
Summary:                    Automatic handling of .sym (exported symbol list)
files on Linux
Description: 
On Windows when you add a .def file, it just works i.e. no need to pass
"/DEF:filename.def" (MSVC) or "-Wl,--def=filename.def" (MinGW) flags to the
compiler.

I propose a similar behaviour for .sym files (or perhaps different extension) on
Linux systems which would add "-Wl,--retain-symbols-file=filename.sym" to the
link command line.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-18 07:30 szx            New Issue                                    
======================================================================




More information about the cmake-developers mailing list