diff options
| author | Roland McGrath <roland@gnu.org> | 2013-10-09 19:40:28 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2013-10-09 19:40:28 +0000 |
| commit | 70513f8e6816f31cf8026e2ede5504dcb8f2115e (patch) | |
| tree | 6aaaccff4066908c7ddb10e8e525d9a2a57c83c0 /bfd/ChangeLog | |
| parent | e8a8f015ccbea69db9444ddea4a6ba7dd9693466 (diff) | |
| download | ppe42-binutils-70513f8e6816f31cf8026e2ede5504dcb8f2115e.tar.gz ppe42-binutils-70513f8e6816f31cf8026e2ede5504dcb8f2115e.zip | |
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9401cd4830..a0c8917c8d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 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. + +2013-10-09 Roland McGrath <mcgrathr@google.com> + * xcofflink.c (_bfd_xcoff_bfd_final_link): Don't touch EREL in loop that doesn't use (or initialize) it. |

