diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:14:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 06:14:29 +0000 |
commit | a2b64bede395d988a7ae6676e2411b7ec5da8248 (patch) | |
tree | f94d4df04815b8c84e9f4ece0d1326b6045d1738 /ld/ldlang.c | |
parent | 5794c9d6cd27a8e0d65bff62b91ef2d7cea0c69f (diff) | |
download | gdb-a2b64bede395d988a7ae6676e2411b7ec5da8248.zip gdb-a2b64bede395d988a7ae6676e2411b7ec5da8248.tar.gz gdb-a2b64bede395d988a7ae6676e2411b7ec5da8248.tar.bz2 |
Fixtypos in ChangeLogs, fix copyright dates in files
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 5d9d407..f417a30 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1,5 +1,6 @@ /* Linker command language support. - Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001 + Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -2675,7 +2676,6 @@ size_input_section (this_ptr, output_section_statement, fill, dot, relax) #define IGNORE_SECTION(bfd, s) \ (((bfd_get_section_flags (bfd, s) & (SEC_ALLOC | SEC_LOAD)) != (SEC_ALLOC | SEC_LOAD)) \ || bfd_section_size (bfd, s) == 0) - /* Check to see if any allocated sections overlap with other allocated sections. This can happen when the linker script specifically specifies the output section addresses of the two sections. */ @@ -2686,6 +2686,7 @@ lang_check_section_addresses () asection *s; unsigned opb = bfd_octets_per_byte (output_bfd); + /* Scan all sections in the output list. */ for (s = output_bfd->sections; s != NULL; s = s->next) { |