diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-01-12 10:16:50 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-01-12 10:16:50 +0000 |
commit | 6cdb8d8291fab3a5979f508aad4f6f95156d096c (patch) | |
tree | 526eb5820308a0bbb186137afac882ac54e164bd /binutils | |
parent | 02893727c56378bb9c723096a58fd6dfc6f0d02b (diff) | |
download | gdb-6cdb8d8291fab3a5979f508aad4f6f95156d096c.zip gdb-6cdb8d8291fab3a5979f508aad4f6f95156d096c.tar.gz gdb-6cdb8d8291fab3a5979f508aad4f6f95156d096c.tar.bz2 |
bfd/
2010-01-12 Tristan Gingold <gingold@adacore.com>
* makefile.vms (CFLAGS): Turns warnings into informational messages.
binutils/
2010-01-12 Tristan Gingold <gingold@adacore.com>
* makefile.vms (CFLAGS): Turns warnings into informational messages.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/makefile.vms | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7ea8b3b..9483dab 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-01-12 Tristan Gingold <gingold@adacore.com> + + * makefile.vms (CFLAGS): Turns warnings into informational messages. + 2010-01-11 H.J. Lu <hongjiu.lu@intel.com> PR ld/11146 diff --git a/binutils/makefile.vms b/binutils/makefile.vms index d6f1857..888e4fd 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -16,7 +16,8 @@ DEFS= OPT=/noopt/debug CFLAGS=$(OPT)/include=([],"../include",[-.bfd])$(DEFS)\ /name=(as_is,shortened)\ - /prefix=(all,except=("getopt","optarg","optopt","optind","opterr")) + /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\ + /warns=(info=(ptrmismatch,shiftcount)) endif LIBBFD = [-.bfd]libbfd.olb/lib |