]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/
authorRoland McGrath <roland@gnu.org>
Wed, 9 Oct 2013 17:55:18 +0000 (17:55 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 9 Oct 2013 17:55:18 +0000 (17:55 +0000)
* elfxx-tilegx.c (tilegx32_plt_tail_entry, tilegx32_plt_tail_entry):
Move second const qualifier so it applies to the pointer.

bfd/ChangeLog
bfd/elfxx-tilegx.c

index 570711d22bda2a73c07a3717634a10aa6a410362..c1387746e89635b03ba23d6893720811f2e021ae 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-09  Roland McGrath  <mcgrathr@google.com>
+
+       * elfxx-tilegx.c (tilegx32_plt_tail_entry, tilegx32_plt_tail_entry):
+       Move second const qualifier so it applies to the pointer.
+
 2013-10-05  Gregory Fong  <gregory.0xf0@gmail.com>
 
        * elfxx-mips.c (mips_elf_create_got_section): Hide
index 74afdf8774639a89f51423e967418319864a2957..c57e38f3a719d8828ebbd72827144e22201692f3 100644 (file)
@@ -1,5 +1,5 @@
 /* TILE-Gx-specific support for ELF.
-   Copyright 2011, 2012 Free Software Foundation, Inc.
+   Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -1220,7 +1220,7 @@ tilegx64_short_plt_entry[PLT_ENTRY_SIZE] =
 };
 
 /* Reuse an existing info 10 bundle.  */
-static const bfd_byte const *tilegx64_plt_tail_entry =
+static const bfd_byte *const tilegx64_plt_tail_entry =
   &tilegx64_short_plt_entry[4 * TILEGX_BUNDLE_SIZE_IN_BYTES];
 
 static const bfd_byte
@@ -1265,7 +1265,7 @@ tilegx32_short_plt_entry[PLT_ENTRY_SIZE] =
 };
 
 /* Reuse an existing info 10 bundle.  */
-static const bfd_byte const *tilegx32_plt_tail_entry =
+static const bfd_byte *const tilegx32_plt_tail_entry =
   &tilegx64_short_plt_entry[4 * TILEGX_BUNDLE_SIZE_IN_BYTES];
 
 static int