1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Add COFF binary object presentation improvements to N&N

This commit is contained in:
John Dallaway 2024-01-30 15:36:13 +00:00
parent e53d4141e6
commit f3c2d91dfa
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,14 @@ The managed build system now invokes `gcc -c` to build GNU assembly language sou
The new behaviour applies to managed build configurations using a _Cross GCC_, _Cygwin GCC_, _Linux GCC_ or _MinGW GCC_ toolchain.
## COFF symbol presentation
A complete set of external symbols is now presented under COFF binary object files within the _Project Explorer_ view:
<p align="center"><img src="images/CDT-11.5-coff-object.png" width="25%"></p>
The revised presentation matches that observed for ELF binary object files.
# API Changes, current and planned
## Breaking API changes

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB