summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-27 21:43:14 +0000
committerChris Lattner <sabre@nondot.org>2003-05-27 21:43:14 +0000
commitd10f1b56c6ec09585fad3f6d2a1110478ebb5349 (patch)
treec4042da33a4b7c8d75092fce0a8d1db432fec352
parent80f0eb3a8232e068e46f2bc6b018c5c24e354405 (diff)
downloadbcm5719-llvm-d10f1b56c6ec09585fad3f6d2a1110478ebb5349.tar.gz
bcm5719-llvm-d10f1b56c6ec09585fad3f6d2a1110478ebb5349.zip
Update to match the reality that is now.
llvm-svn: 6362
-rw-r--r--llvm/runtime/libtrace/Makefile5
-rw-r--r--llvm/runtime/libtrace/tracelib.c2
2 files changed, 1 insertions, 6 deletions
diff --git a/llvm/runtime/libtrace/Makefile b/llvm/runtime/libtrace/Makefile
index 7e3012e76a5..d9d311bcd85 100644
--- a/llvm/runtime/libtrace/Makefile
+++ b/llvm/runtime/libtrace/Makefile
@@ -2,10 +2,5 @@ LEVEL = ../../..
LIBNAME = instr
-# We use assert and memset here... and we are linked into the program AFTER final
-# link. Because of this, we have to play funny games here. :(
-LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \
- /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc
-
include ../Makefile.libs
diff --git a/llvm/runtime/libtrace/tracelib.c b/llvm/runtime/libtrace/tracelib.c
index aa4e603c11c..9fe5a7dd25c 100644
--- a/llvm/runtime/libtrace/tracelib.c
+++ b/llvm/runtime/libtrace/tracelib.c
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-
+#include <stdint.h>
/*===---------------------------------------------------------------------=====
* HASH FUNCTIONS
OpenPOWER on IntegriCloud