diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-05-25 13:27:56 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-05-25 13:27:56 +0000 |
commit | 56ae5eb977ae79f8555e92cb64e2f94a15f29826 (patch) | |
tree | d239b704e171f1ccc3b9826b34f1546d202a970f /libiberty/ChangeLog | |
parent | 295fa3cfd2f5b3093a86840d567a0b5baf4e3aa2 (diff) | |
download | gdb-56ae5eb977ae79f8555e92cb64e2f94a15f29826.zip gdb-56ae5eb977ae79f8555e92cb64e2f94a15f29826.tar.gz gdb-56ae5eb977ae79f8555e92cb64e2f94a15f29826.tar.bz2 |
2009-05-25 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.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5b36aa2..850979a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +2009-05-25 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. + 2009-05-19 Ian Lance Taylor <iant@google.com> Ben Elliston <bje@au.ibm.com> |