diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:19:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:19:52 +0000 |
commit | 7570bccb348029ed2c126ff613297ff4c7d8b6b9 (patch) | |
tree | a06393716745f47e90a677ca5064aea4212fe102 /libiberty/vmsbuild.com | |
parent | 4cba2ae39ae0e5a2a08384394eba28c21dec5e41 (diff) | |
download | gcc-7570bccb348029ed2c126ff613297ff4c7d8b6b9.tar.gz |
* xmemdup.c: New xmemdup function.
* Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29199 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/vmsbuild.com')
-rw-r--r-- | libiberty/vmsbuild.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/vmsbuild.com b/libiberty/vmsbuild.com index 4fede380bfd..497ea8974f2 100644 --- a/libiberty/vmsbuild.com +++ b/libiberty/vmsbuild.com @@ -15,7 +15,7 @@ $! manually copied from Makefile.in $ REQUIRED_OFILES = "argv.o basename.o choose-temp.o concat.o cplus-dem.o "- + "fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o "- + "floatformat.o objalloc.o obstack.o spaces.o strerror.o strsignal.o "- - + "xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o" + + "xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o" $! anything not caught by link+search of dummy.* should be added here $ EXTRA_OFILES = "" $! |