mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add GNU archive content presentation improvements to N&N
This commit is contained in:
parent
a1a9d93c7e
commit
2e38e74b73
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
## Breaking API changes
|
||||
|
|
BIN
NewAndNoteworthy/images/CDT-11.5-archive-content.png
Normal file
BIN
NewAndNoteworthy/images/CDT-11.5-archive-content.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue