Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf-vxworks.c
index 56fdec0e83fd49ad918e70c98478123729936204..32b08e4bd16c522d8050b76de1baac39c1ae0872 100644 (file)
@@ -1,5 +1,5 @@
 /* VxWorks support for ELF
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -14,9 +14,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This file provides routines used by all VxWorks targets.  */
 
@@ -182,15 +180,15 @@ elf_vxworks_emit_relocs (bfd *output_bfd,
              && (*hash_ptr)->root.u.def.section->output_section != NULL)
            {
              /* This is a relocation from an executable or shared
-                library against a symbol in a different shared
-                library.  We are creating a definition in the output
-                file but it does not come from any of our normal (.o)
-                files. ie. a PLT stub.  Normally this would be a
-                relocation against against SHN_UNDEF with the VMA of
-                the PLT stub.  This upsets the VxWorks loader.
-                Convert it to a section-relative relocation.  This
-                gets some other symbols (for instance .dynbss), but
-                is conservatively correct.  */
+                library against a symbol in a different shared
+                library.  We are creating a definition in the output
+                file but it does not come from any of our normal (.o)
+                files. ie. a PLT stub.  Normally this would be a
+                relocation against against SHN_UNDEF with the VMA of
+                the PLT stub.  This upsets the VxWorks loader.
+                Convert it to a section-relative relocation.  This
+                gets some other symbols (for instance .dynbss), but
+                is conservatively correct.  */
              for (j = 0; j < bed->s->int_rels_per_ext_rel; j++)
                {
                  asection *sec = (*hash_ptr)->root.u.def.section;
This page took 0.023367 seconds and 4 git commands to generate.