diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-08 14:34:53 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-08 14:34:53 -0800 |
commit | 03394c46a735322d9325a5894c723264e84c9646 (patch) | |
tree | 9397eb3005590d281032b130fd6773dfa65cbefe /reloc/reloc.ld | |
parent | af997b606a5649850930d6811868cfd123c29b93 (diff) | |
download | wraplinux-03394c46a735322d9325a5894c723264e84c9646.tar.gz wraplinux-03394c46a735322d9325a5894c723264e84c9646.tar.xz wraplinux-03394c46a735322d9325a5894c723264e84c9646.zip |
reloc.ld: whitespace cleanup
Diffstat (limited to 'reloc/reloc.ld')
-rw-r--r-- | reloc/reloc.ld | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/reloc/reloc.ld b/reloc/reloc.ld index c504bb0..8a96f0b 100644 --- a/reloc/reloc.ld +++ b/reloc/reloc.ld @@ -14,7 +14,7 @@ SECTIONS .got : { *(.got) } .got.plt : { *(.got.plt) } . = ALIGN(4); - .bss : + .bss : { __bss_start = .; *(.bss) @@ -24,5 +24,3 @@ SECTIONS _end = .; /DISCARD/ : { *(.discard*) } } - -
\ No newline at end of file |