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

Unified Diff: src/cmd/ld/pe.c

Issue 4808043: code review 4808043: ld: remove overlap of ELF sections on dynamic binaries (Closed)
Patch Set: diff -r fd042c825740 https://go.googlecode.com/hg/ Created 12 years, 8 months 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/lib.h ('k') | src/pkg/debug/elf/file_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/ld/pe.c
===================================================================
--- a/src/cmd/ld/pe.c
+++ b/src/cmd/ld/pe.c
@@ -396,7 +396,7 @@
/* relocation table */
rel = lookup(".rel", 0);
rel->reachable = 1;
- rel->type = SELFDATA;
+ rel->type = SELFROSECT;
initdynimport();
initdynexport();
« no previous file with comments | « src/cmd/ld/lib.h ('k') | src/pkg/debug/elf/file_test.go » ('j') | no next file with comments »

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