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.
This commit is contained in:
parent
02893727c5
commit
6cdb8d8291
@ -1,3 +1,7 @@
|
||||
2010-01-12 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* makefile.vms (CFLAGS): Turns warnings into informational messages.
|
||||
|
||||
2010-01-11 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* mach-o.h: Add x86-64 relocation types.
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user