summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-09 19:40:03 +0000
committerRoland McGrath <roland@gnu.org>2013-10-09 19:40:03 +0000
commit9d85f09f99debd275e97f2de37810cd6e3f716c3 (patch)
tree8ee716587018aea1cd7a7e6584fc199e790844a3 /bfd/ChangeLog
parent19b8163ec59427a05045a363a816c2ad74f95618 (diff)
downloadgdb-9d85f09f99debd275e97f2de37810cd6e3f716c3.tar.gz
bfd/
* elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Cast switch expression to int to silence over-eager compiler warnings.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fc19cc9498d..e51180d8ddf 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
2013-10-09 Roland McGrath <mcgrathr@google.com>
+ * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Cast switch
+ expression to int to silence over-eager compiler warnings.
+
* xcofflink.c (_bfd_xcoff_bfd_final_link): Don't touch EREL in
loop that doesn't use (or initialize) it.