Descriptioncmd/ld: Put the textflag constants in a separate file.
We can then include this file in assembly to replace
cryptic constants like "7" with meaningful constants
like "(NOPROF|DUPOK|NOSPLIT)".
Converting just pkg/runtime/asm*.s for now. Dropping NOPROF
and DUPOK from lots of places where they aren't needed.
More .s files to come in a subsequent changelist.
A nonzero number in the textflag field now means
"has not been converted yet".
Patch Set 1 #Patch Set 2 : diff -r 1cffbb7333ec https://khr%40golang.org@code.google.com/p/go/ #Patch Set 3 : diff -r 1cffbb7333ec https://khr%40golang.org@code.google.com/p/go/ #Patch Set 4 : diff -r 1cffbb7333ec https://khr%40golang.org@code.google.com/p/go/ #Patch Set 5 : diff -r 1cffbb7333ec https://khr%40golang.org@code.google.com/p/go/ #Patch Set 6 : diff -r d881cb1ffc14 https://khr%40golang.org@code.google.com/p/go/ #
MessagesTotal messages: 15
|