diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-21 17:44:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-21 17:44:51 +0000 |
commit | 13392b77a79c3512d30ee9d6a547638eeb6fd28a (patch) | |
tree | b8fee13401fe66067b43b0d46df17f3868a64e7c /ld/ldlang.c | |
parent | a3d1c52b07871436240f8f7664ef297f7c0579db (diff) | |
download | gdb-13392b77a79c3512d30ee9d6a547638eeb6fd28a.zip gdb-13392b77a79c3512d30ee9d6a547638eeb6fd28a.tar.gz gdb-13392b77a79c3512d30ee9d6a547638eeb6fd28a.tar.bz2 |
fix typo in comment.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index d38d837..f12fcce 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -2823,6 +2823,7 @@ lang_size_sections (s, output_section_statement, prev, fill, dot, relax) /* Update dot in the region ? We only do this if the section is going to be allocated, since unallocated sections do not contribute to the region's + overall size in memory. If the SEC_NEVER_LOAD bit is not set, it will affect the addresses of sections after it. We have to update |