diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-09 12:17:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-09 12:17:43 +0000 |
commit | 697c9d98d3688b88aeff7995f14e491d93876a75 (patch) | |
tree | 3a2aa3a15a1b83446ca175490cf0585b957e482f /opcodes/ChangeLog | |
parent | 4f5ee30422e6bcd29a5184a41820e55ff29e1d7b (diff) | |
download | binutils-redhat-697c9d98d3688b88aeff7995f14e491d93876a75.tar.gz |
Remove ``-W -Wall'' from top-level Makefile/configure.gdb_5_0-2000-04-10-branchpoint
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and
opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to
set it. Add configure option --enable-build-warnings.
Re-generate all and sundry using auto*-000227.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 64ab4c5ff4..8ef0f7cedd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add + --enable-build-warnings option. + * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. + * Makefile.in, configure: Re-generate. + Wed Apr 5 22:28:18 2000 J"orn Rennecke <amylaar@cygnus.co.uk> * sh-opc.c (sh_table): Use A_DISP_PC / PCRELIMM_8BY2 for ldre & ldrs. |