diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-27 21:43:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-27 21:43:14 +0000 |
commit | 3c4f63ac5501b295ebaf033842a972c9f3db1f09 (patch) | |
tree | 0c337d65f4a63138faefe41622b920905e5ab856 /runtime | |
parent | 1df4d5e6680fbb2a5f55d8feb715d1f756dcf420 (diff) |
Update to match the reality that is now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/libtrace/Makefile | 5 | ||||
-rw-r--r-- | runtime/libtrace/tracelib.c | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 7e3012e76a..d9d311bcd8 100644 --- a/runtime/libtrace/Makefile +++ b/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/runtime/libtrace/tracelib.c b/runtime/libtrace/tracelib.c index aa4e603c11..9fe5a7dd25 100644 --- a/runtime/libtrace/tracelib.c +++ b/runtime/libtrace/tracelib.c @@ -10,7 +10,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> - +#include <stdint.h> /*===---------------------------------------------------------------------===== * HASH FUNCTIONS |