Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(193)

Unified Diff: src/cmd/ld/lib.h

Issue 4223044: code review 4223044: ld: weak symbols (Closed)
Patch Set: diff -r a73bab5de08d https://go.googlecode.com/hg/ Created 14 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/ld/go.c ('k') | src/cmd/ld/lib.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/ld/lib.h
===================================================================
--- a/src/cmd/ld/lib.h
+++ b/src/cmd/ld/lib.h
@@ -167,6 +167,8 @@
void adddynsym(Sym*);
void addexport(void);
void dostkcheck(void);
+void undef(void);
+void doweak(void);
int pathchar(void);
void* mal(uint32);
« no previous file with comments | « src/cmd/ld/go.c ('k') | src/cmd/ld/lib.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b