fix typo in comment.

This commit is contained in:
Nick Clifton
2000-01-21 17:44:51 +00:00
parent a3d1c52b07
commit 13392b77a7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-01-21 Nick Clifton <nickc@cygnus.com>
* ldlang.c (lang_size_sections): Fix typo in comment.
2000-01-18 H.J. Lu <hjl@gnu.org> 2000-01-18 H.J. Lu <hjl@gnu.org>
* ldlang.c (lang_size_sections): Also update the current * ldlang.c (lang_size_sections): Also update the current

View File

@ -2823,6 +2823,7 @@ lang_size_sections (s, output_section_statement, prev, fill, dot, relax)
/* Update dot in the region ? /* Update dot in the region ?
We only do this if the section is going to be allocated, We only do this if the section is going to be allocated,
since unallocated sections do not contribute to the region's 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 If the SEC_NEVER_LOAD bit is not set, it will affect the
addresses of sections after it. We have to update addresses of sections after it. We have to update