projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77c394
)
Add missing newline.
author
Daniel Jacobowitz
<drow@false.org>
Tue, 16 Mar 2010 14:18:06 +0000
(14:18 +0000)
committer
Daniel Jacobowitz
<drow@false.org>
Tue, 16 Mar 2010 14:18:06 +0000
(14:18 +0000)
ld/testsuite/ld-elf/orphan-region.ld
patch
|
blob
|
history
diff --git
a/ld/testsuite/ld-elf/orphan-region.ld
b/ld/testsuite/ld-elf/orphan-region.ld
index e20cbafc1315d2f2cb32bba7de59e387cdb2e24d..3951fcbf720fe1f60003bbd9ed26e451ca5baf79 100644
(file)
--- a/
ld/testsuite/ld-elf/orphan-region.ld
+++ b/
ld/testsuite/ld-elf/orphan-region.ld
@@
-7,4
+7,4
@@
SECTIONS
{
.text : ALIGN (4) { *(.text) } > region
.rodata : ALIGN (4) { *(.rodata) } > region
-}
\ No newline at end of file
+}