Set development mode to "off" by default.

bfd/ChangeLog:

	* development.sh (development): Set to false.
This commit is contained in:
Joel Brobecker
2015-07-06 12:58:42 -07:00
parent 47d1014060
commit f97c6a5dcf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2015-07-06 Joel Brobecker <brobecker@adacore.com>
* development.sh (development): Set to false.
2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
* elf64-ppc.c (toc_adjusting_stub_needed): Use the symbol value

View File

@@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
development=true
development=false