This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix VMS build scripts


Hi,

this patch fixes the various VMS scripts and makefiles which were bit- rotten.
These files are necessary to build binutils and gas on native alpha VMS machines using DEC-C and DCL.


Unless someone object, I plan to commit this patch within a few days.

Tristan.

2009-05-05 Tristan Gingold <gingold@adacore.com>

* setup.com: Complete the file with configuration and build.

bfd/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: Add verilog.obj to object list OBJS.

binutils/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

* makefile.vms-in: Fix CFLAGS, add addr2line.exe target.

* configure.com: Fix it: handle alloca and define TARGET in config.h.

gas/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

* makefile.vms: New file to compile gas on VMS.

* configure.com: New file to do configuration on VMS with DCL.

include/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

	* fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
	FOPEN_AUB): Use "rfm=udf,rat=none" attribute.

libiberty/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

	* config.h-vms: Rewritten.  Define configure macros.
	Use DEC-C builtin alloca.

	* makefile.vms (OBJS): Update list.
	(OPT): New variable.
	(CFLAGS): Update compilation flags.
	(libiberty.olb): Do not depend on alloca-conf.h anymore.

opcodes/
2009-05-05  Tristan Gingold  <gingold@adacore.com>

	* makefile.vms (OPT): New variable.
	(CFLAGS): Update compilation flags.


Attachment: vms-mk.diff
Description: Binary data



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]