diff options
author | Ed Schouten <ed@nuxi.nl> | 2015-03-31 16:47:10 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-04-01 11:06:14 +1030 |
commit | 4e791d0fb1173330424b69cfbdece9e1764186a6 (patch) | |
tree | 25bfc6675cd646b45f6a67b551d98c69df40a457 /gdb | |
parent | 2ae0baa450dc21cf248cc932d05d9e1fd154e141 (diff) | |
download | gdb-4e791d0fb1173330424b69cfbdece9e1764186a6.zip gdb-4e791d0fb1173330424b69cfbdece9e1764186a6.tar.gz gdb-4e791d0fb1173330424b69cfbdece9e1764186a6.tar.bz2 |
Fixes for a small number of compiler warnings
The ehdr_start_save variable does not need to be initialized. However,
not initializing it will trigger a compiler warning when using older
versions of GCC. Self-assignment unfortunately doesn't work for Clang
as Clang has a warning similar to -Winit-self as part of -Wall.
* emultempl/elf32.em (gld*_before_allocation): Zero-initialize
the ehdr_start_save variable.
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions