diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-07-09 07:43:35 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2013-07-09 07:43:35 +0000 |
commit | 3830d98a8ba5f6071683e83f37becdfee359a8eb (patch) | |
tree | 9c6df8d4c35c0156a267f7f65adc7322d1638d8a /libiberty | |
parent | 0ef08a81174e8a46e59cc2e1811f03e6754a4eba (diff) | |
download | gcc-3830d98a8ba5f6071683e83f37becdfee359a8eb.zip gcc-3830d98a8ba5f6071683e83f37becdfee359a8eb.tar.gz gcc-3830d98a8ba5f6071683e83f37becdfee359a8eb.tar.bz2 |
makefile.vms (OBJS): Add dwarfnames.obj
2013-07-09 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Add dwarfnames.obj
From-SVN: r200812
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/makefile.vms | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 96bc317..73b5c29 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2013-07-09 Tristan Gingold <gingold@adacore.com> + + * makefile.vms (OBJS): Add dwarfnames.obj + 2013-05-31 Matt Burgess <matthew@linuxfromscratch.org> PR other/56780 diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 606adac..15a7d0a 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -13,7 +13,8 @@ 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,stpcpy.obj,unlink-if-ordinary.obj,\ + dwarfnames.obj ifeq ($(CC),gcc) CFLAGS=/include=([],[-.include]) |