diff options
| author | Roland McGrath <roland@gnu.org> | 2013-10-09 17:55:18 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2013-10-09 17:55:18 +0000 |
| commit | 85da045618adb706e09cd3e7629ce53a5dcf86b8 (patch) | |
| tree | ba3d04c330b95ab5d64339f0dd56ad93f71e2033 /bfd/ChangeLog | |
| parent | 2916b96c281595207c814b57e0f6e2eee07fbda8 (diff) | |
| download | ppe42-binutils-85da045618adb706e09cd3e7629ce53a5dcf86b8.tar.gz ppe42-binutils-85da045618adb706e09cd3e7629ce53a5dcf86b8.zip | |
bfd/
* elfxx-tilegx.c (tilegx32_plt_tail_entry, tilegx32_plt_tail_entry):
Move second const qualifier so it applies to the pointer.
Diffstat (limited to 'bfd/ChangeLog')
| -rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 570711d22b..c1387746e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |

