diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2004-06-25 17:17:51 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-06-25 17:17:51 +0000 |
commit | 2f016d5c37ad265a446e14bb4450118cf8525f0c (patch) | |
tree | 3b2576f3d16e63d974640da3ae4c3c0c8082c8e4 /libmudflap | |
parent | 4185ae53974032b6760938b7818099cb7dddd28f (diff) | |
download | gcc-2f016d5c37ad265a446e14bb4450118cf8525f0c.zip gcc-2f016d5c37ad265a446e14bb4450118cf8525f0c.tar.gz gcc-2f016d5c37ad265a446e14bb4450118cf8525f0c.tar.bz2 |
* quick build fix
2004-06-25 Frank Ch. Eigler <fche@redhat.com>
* ansidecl.h, libiberty.h: New dummy files for building splay-tree.
* config.h.in: Regenerated.
From-SVN: r83661
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 5 | ||||
-rw-r--r-- | libmudflap/ansidecl.h | 4 | ||||
-rw-r--r-- | libmudflap/config.h.in | 2 | ||||
-rw-r--r-- | libmudflap/libiberty.h | 1 |
4 files changed, 11 insertions, 1 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 4f3beed..969d089 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Frank Ch. Eigler <fche@redhat.com> + + * ansidecl.h, libiberty.h: New dummy files for building splay-tree. + * config.h.in: Regenerated. + 2004-06-24 Frank Ch. Eigler <fche@redhat.com> Adopt splay trees for object database. diff --git a/libmudflap/ansidecl.h b/libmudflap/ansidecl.h new file mode 100644 index 0000000..26e83d0 --- /dev/null +++ b/libmudflap/ansidecl.h @@ -0,0 +1,4 @@ +/* A minimal ansidecl.h file for use by splay-tree only. */ +#define PARAMS(X) X +#define PTR void * +#define ATTRIBUTE_UNUSED __attribute__((__unused__)) diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index bdcd239..0bbec36 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE diff --git a/libmudflap/libiberty.h b/libmudflap/libiberty.h new file mode 100644 index 0000000..2b75257 --- /dev/null +++ b/libmudflap/libiberty.h @@ -0,0 +1 @@ +/* Placeholder for splay-tree use only. */ |