Replace "if (x) free (x)" with "free (x)", gas
authorAlan Modra <amodra@gmail.com>
Wed, 20 May 2020 13:19:01 +0000 (22:49 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 21 May 2020 01:15:33 +0000 (10:45 +0930)
commit9fbb53c7c8d54ec90dc308cfb50902b90900b946
tree8515c6ad77b83d750fc107937f06c8816c4dfc2e
parent9db70fc3656064555873332003d842b880ca470c
Replace "if (x) free (x)" with "free (x)", gas

* atof-generic.c: Replace "if (x) free (x)" with "free (x)"
throughout.
* config/obj-elf.c: Likewise.
* config/tc-aarch64.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-nios2.c: Likewise.
* config/tc-tic30.c: Likewise.
* ecoff.c: Likewise.
* read.c: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.
* testsuite/gas/all/test-gen.c: Likewise.
13 files changed:
gas/ChangeLog
gas/atof-generic.c
gas/config/obj-elf.c
gas/config/tc-aarch64.c
gas/config/tc-arm.c
gas/config/tc-m68k.c
gas/config/tc-nios2.c
gas/config/tc-tic30.c
gas/ecoff.c
gas/read.c
gas/stabs.c
gas/symbols.c
gas/testsuite/gas/all/test-gen.c
This page took 0.024944 seconds and 4 git commands to generate.