aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-25 19:33:45 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-25 19:33:45 +0000
commitae10dec363ee8e158f67c2397d4d63a1f4161dc7 (patch)
tree4cb70c2d4c23aaf373727fbf0542801a56096d78 /contrib/binutils
parente083002bcac10c4257d937b7b5f44360136962a4 (diff)
Notes
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/ld/ldlang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/ld/ldlang.c b/contrib/binutils/ld/ldlang.c
index b35ae5ed33d2..761be6ff2972 100644
--- a/contrib/binutils/ld/ldlang.c
+++ b/contrib/binutils/ld/ldlang.c
@@ -4447,7 +4447,7 @@ lang_size_sections_1
output_section_statement->bfd_section,
&newdot);
- if (newdot != dot && !output_section_statement->ignored)
+ if (!output_section_statement->ignored)
{
if (output_section_statement == abs_output_section)
{
@@ -4456,7 +4456,7 @@ lang_size_sections_1
lang_memory_region_lookup (DEFAULT_MEMORY_REGION,
FALSE)->current = newdot;
}
- else
+ else if (newdot != dot)
{
/* Insert a pad after this statement. We can't
put the pad before when relaxing, in case the