Skip to content

Commit 2e38e74

Browse files
committed
Add GNU archive content presentation improvements to N&N
1 parent a1a9d93 commit 2e38e74

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NewAndNoteworthy/CDT-11.5.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ A complete set of external symbols is now presented under COFF binary object fil
2424

2525
The revised presentation matches that observed for ELF binary object files.
2626

27+
## GNU archive content presentation
28+
29+
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:
30+
31+
<p align="center"><img src="images/CDT-11.5-archive-content.png" width="25%"></p>
32+
33+
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.
34+
2735
# API Changes, current and planned
2836

2937
## Breaking API changes
Loading

0 commit comments

Comments
 (0)