Nios II/GAS: Fix build error in `output_movia'
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 13 Jan 2016 20:58:29 +0000 (20:58 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 13 Jan 2016 21:00:01 +0000 (21:00 +0000)
commit3facb0e9a754d2869a139fe135dcd2a58ced2347
treee9687a420f3e26fce3e6011f8967fea3370a01ae
parentbc06e0b148dfc4f2e52003a17d48463150f72e7b
Nios II/GAS: Fix build error in `output_movia'

Fix:

cc1: warnings being treated as errors
.../gas/config/tc-nios2.c: In function 'output_movia':
.../gas/config/tc-nios2.c:3474: warning: 'code' may be used uninitialized in this function
make[4]: *** [tc-nios2.o] Error 1

seen with GCC 4.1.2 and 4.4.7.

gas/
* config/tc-nios2.c (output_movia): Preset `code' to 0.
gas/ChangeLog
gas/config/tc-nios2.c