diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-01 14:27:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-09-01 14:27:38 +0000 |
commit | 77495bbfbf6b24069a0a541005fa5c9dda2efd4f (patch) | |
tree | 072aa14808625a27149d13930faa0c9a79aaef3a /libiberty | |
parent | fb7924623ecb59dd6d2692e7afaf7d12ce1827d1 (diff) | |
download | binutils-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.zip binutils-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.tar.gz binutils-77495bbfbf6b24069a0a541005fa5c9dda2efd4f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 6 | ||||
-rw-r--r-- | libiberty/makefile.vms | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3950158..8698a2d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,9 +1,3 @@ -2009-09-01 Tristan Gingold <gingold@adacore.com> - - * makefile.vms (OBJS): Add stpcpy. - * configure.com: New file to create build.com DCL script for - Itanium VMS or Alpha VMS. - 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac (AC_PREREQ): Bump to 2.64. diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index e273cf0..2f45f69 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -1,5 +1,5 @@ # -# Makefile for libiberty under openVMS +# Makefile for libiberty under openVMS/Alpha # # For use with gnu-make for vms # @@ -13,7 +13,7 @@ OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\ concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\ xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\ objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\ - lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj + lrealpath.obj,make-temp-file.obj,unlink-if-ordinary.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |