Descriptionliblink: adjust format verbs to avoid collisions
The %S and %N format verbs are used by cmd/gc to
represent Sym and Node structures, respectively.
In liblink, these two verbs are used only by the %D
format routine and never referenced externally.
This change will allow us to delete the duplicated
code for the %A, %D, %P, and %R format routines in
both the compiler and linker.
Patch Set 1 #Patch Set 2 : diff -r db95cbe91420 https://code.google.com/p/go/ #Patch Set 3 : diff -r 884801fb67af https://code.google.com/p/go/ #Patch Set 4 : diff -r 9e5ec71fa488 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|