]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
* gen-aout.c (main): Fix formatting. Close file.
authorNick Clifton <nickc@redhat.com>
Mon, 14 Oct 2013 09:15:09 +0000 (09:15 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Oct 2013 09:15:09 +0000 (09:15 +0000)
commitb2e951ec58973b911515b0770ef859cf9b779533
tree1ff43aa3d9c21b43d814854de29f9fed0a19d9ff
parentbb5ce47a22881c8f925459d4622a2126d6a6a751
* gen-aout.c (main): Fix formatting.  Close file.

* emultempl/aix.em (_read_file): Close file at end of function.

* gas/all/itbl-test.c (main): Close fas.

* read.c (add_include_dir): Use xrealloc.
* config/tc-score.c (do_macro_bcmp): Initialise inst_main.
* config/tc-tic6x.c (tic6x_parse_operand): Initialise second_reg.

* readelf.c (decode_arm_unwind): Initialise addr structure.
(process_symbol_table): Free lengths.
* srcconv.c (wr_sc): Free info.

* chew.c (perform): Free next.
15 files changed:
bfd/ChangeLog
bfd/doc/ChangeLog
bfd/doc/chew.c
bfd/gen-aout.c
binutils/ChangeLog
binutils/readelf.c
binutils/srconv.c
gas/ChangeLog
gas/config/tc-score.c
gas/config/tc-tic6x.c
gas/read.c
gas/testsuite/ChangeLog
gas/testsuite/gas/all/itbl-test.c
ld/ChangeLog
ld/emultempl/aix.em