From: gingold Date: Tue, 12 Jan 2010 19:16:49 +0000 (+0000) Subject: bfd/ X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ac49a9a33a16d6c025ccfd3c211fcf61c707a0d2;p=pf3gnuchains%2Fpf3gnuchains4x.git bfd/ 2010-01-12 Tristan Gingold * makefile.vms (CFLAGS): Turns warnings into informational messages. binutils/ 2010-01-12 Tristan Gingold * makefile.vms (CFLAGS): Turns warnings into informational messages. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5b15e5602a..fe66f42593 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-01-12 Tristan Gingold + + * makefile.vms (CFLAGS): Turns warnings into informational messages. + 2010-01-11 Tristan Gingold * mach-o.h: Add x86-64 relocation types. diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 8369098587..05c09f1fbc 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -35,7 +35,8 @@ CFLAGS=/include=([],[-.include])$(DEFS) else OPT=/noopt/debug CFLAGS=/name=(as_is,shortened)/include=([],"../include")\ - /define=("unlink=remove",DEBUGDIR="""GNU$$DEBUGDIR:""",$(DEFS))$(OPT) + /define=("unlink=remove",DEBUGDIR="""GNU$$DEBUGDIR:""",$(DEFS))\ + /warns=(infor=missingreturn)$(OPT) endif libbfd.olb: $(OBJS) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7ea8b3bbd2..9483dab64a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-01-12 Tristan Gingold + + * makefile.vms (CFLAGS): Turns warnings into informational messages. + 2010-01-11 H.J. Lu PR ld/11146 diff --git a/binutils/makefile.vms b/binutils/makefile.vms index d6f185704a..888e4fd362 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