1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

Add GNU archive content presentation improvements to N&N

This commit is contained in:
John Dallaway 2024-02-04 17:02:53 +00:00
parent a1a9d93c7e
commit 2e38e74b73
2 changed files with 8 additions and 0 deletions

View file

@ -24,6 +24,14 @@ A complete set of external symbols is now presented under COFF binary object fil
The revised presentation matches that observed for ELF binary object files. The revised presentation matches that observed for ELF binary object files.
## GNU archive content presentation
The original locations of object files within a GNU archive are now calculated using path information where available. This enables presentation of source file names and symbols under archive files within the _Project Explorer_ view:
<p align="center"><img src="images/CDT-11.5-archive-content.png" width="25%"></p>
Managed build _Static Library_ projects using a _Cross GCC_, _Cygwin GCC_, _Linux GCC_ or _MinGW GCC_ toolchain now use the `-P` archiver flag by default to generate the necessary path information.
# API Changes, current and planned # API Changes, current and planned
## Breaking API changes ## Breaking API changes

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB