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

Unified Diff: src/cmd/5l/span.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/5l/asm.c ('k') | src/cmd/6l/asm.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/5l/span.c
===================================================================
--- a/src/cmd/5l/span.c
+++ b/src/cmd/5l/span.c
@@ -416,7 +416,7 @@
return 0;
case STEXT:
- case SELFDATA:
+ case SELFROSECT:
case SRODATA:
case SDATA:
case SBSS:
« no previous file with comments | « src/cmd/5l/asm.c ('k') | src/cmd/6l/asm.c » ('j') | no next file with comments »

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