Skip to content
Snippets Groups Projects
Commit 3d58de8e authored by Avi Kivity's avatar Avi Kivity
Browse files

build: improve .text section generation

gcc generates some functions in their own section.  Have a wildcard that
catches all of these sections so they can all be merged into the global
.text section; this makes 'perf kvm top' format its output better.

The catch-all wildcard is placed last since ld uses the first match.
parent 7f3df3ef
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment