diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-01 13:10:45 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-01 13:10:45 +0000 |
commit | 11d73275f00b0546fd903e3c336806d61df198f5 (patch) | |
tree | e3058b490ba489de3d3fcf517c3d7e80e92cc1a6 /bfd/ChangeLog | |
parent | 817aadd2d90da8b4bb4fdf73ea72a476d264097a (diff) | |
download | gdb-11d73275f00b0546fd903e3c336806d61df198f5.zip gdb-11d73275f00b0546fd903e3c336806d61df198f5.tar.gz gdb-11d73275f00b0546fd903e3c336806d61df198f5.tar.bz2 |
2009-09-01 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Ported to Itanium VMS. Remove useless variable and
dependencies. Reindent.
* configure.com: Ported to Itanium VMS. Now generates a build.com
to build without make. Add messages but make edit silent.
* hosts/alphavms.h: Add a prototype for stpcpy.
* vms.c: Add a missing include for Alpha VMS.
* elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b51b17..89d77b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2009-09-01 Tristan Gingold <gingold@adacore.com> + + * makefile.vms: Ported to Itanium VMS. Remove useless variable and + dependencies. Reindent. + * configure.com: Ported to Itanium VMS. Now generates a build.com + to build without make. Add messages but make edit silent. + * hosts/alphavms.h: Add a prototype for stpcpy. + * vms.c: Add a missing include for Alpha VMS. + * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS. + 2009-08-31 Jan Beulich <jbeulich@novell.com> * elf-bfd.h (bfd_elf_get_default_section_type): Declare. |