diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-09 17:54:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-09 17:54:32 +0000 |
commit | 0e4894b9f944e352c9b75b7cd60a2f0a96a0e0c1 (patch) | |
tree | da76e102f94ca5494cfd675249a9c0eb862552a4 /bfd/ChangeLog | |
parent | 578d3588ee67d9beb22763b0c0ac423fb25b15ec (diff) | |
download | gdb-0e4894b9f944e352c9b75b7cd60a2f0a96a0e0c1.zip gdb-0e4894b9f944e352c9b75b7cd60a2f0a96a0e0c1.tar.gz gdb-0e4894b9f944e352c9b75b7cd60a2f0a96a0e0c1.tar.bz2 |
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 6162114..25f4cee 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-09 Nick Clifton <nickc@redhat.com> PR binutils/16022 |