rename flag_size_check to flag_allow_nonconst_size and make it a bool
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Fri, 25 Mar 2016 19:43:13 +0000 (15:43 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 26 Mar 2016 00:24:57 +0000 (20:24 -0400)
commita90fb5e33ba890eb9427b9ba3d529729b018b474
tree9ab61cd16039e26911d3c157f2ed5b82d0b8ca89
parent099b880550fc1b7e1090c31e8dfb77ca1e2f07ad
rename flag_size_check to flag_allow_nonconst_size and make it a bool

This name describes what the variable means slightly better, and the enum with
two values that is only used for this one variable is kind of silly.

gas/ChangeLog:

2016-03-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* as.c (parse_args): Adjust.
* as.h (flag_size_check): Rename to flag_allow_nonconst_size.
* config/obj-elf.c (elf_frob_symbol): Adjust.
gas/ChangeLog
gas/as.c
gas/as.h
gas/config/obj-elf.c