diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-09 19:40:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-09 19:40:04 +0000 |
commit | 9a757e4d208a78cb1c2e51d7804f5214bee8d50f (patch) | |
tree | 4f365b986114f904a5bb1b4e77db89c06a9601ca /bfd/ChangeLog | |
parent | 677e5a92b1e998e33fbe216f4cbb52cc88b74bca (diff) | |
download | gdb-9a757e4d208a78cb1c2e51d7804f5214bee8d50f.zip gdb-9a757e4d208a78cb1c2e51d7804f5214bee8d50f.tar.gz gdb-9a757e4d208a78cb1c2e51d7804f5214bee8d50f.tar.bz2 |
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/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc19cc9..e51180d 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. |