From 8410ebe71f429a39822b055009b850ad2169c600 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 23 Apr 2002 12:37:00 +0000 Subject: [PATCH] *** empty log message *** [r373] --- ir/debug/dbginfo_t.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ir/debug/dbginfo_t.h diff --git a/ir/debug/dbginfo_t.h b/ir/debug/dbginfo_t.h new file mode 100644 index 000000000..2f6b0acf7 --- /dev/null +++ b/ir/debug/dbginfo_t.h @@ -0,0 +1,26 @@ +/* +** Copyright (C) 2001 by Universitaet Karlsruhe +** All rights reserved. +** +** Authors: Goetz Lindenmaier +** +** dbginfo: This is a empty implementation of the Firm interface to +** debugging support. It only guarantees that the Firm library compiles +** and runs without any real debugging support. +** The functions herein are declared weak so that they can be overriden +** by a real implementation. +*/ + +/* $Id$ */ + +#ifndef __DBGINFO_T_H__ +#define __DBGINFO_T_H__ + +#include "dbginfo.h" + +extern void (*__dbg_info_merge_pair)(ir_node *nw, ir_node *old, ident *info); + +extern void (*__dbg_info_merge_sets)(ir_node **new_nodes, ir_node **old_nodes, + ident *info); + +#endif /* __DBGINFO_T_H__ */ -- 2.20.1