sparc: implement float->unsigned conversions
[libfirm] / ir / be / be_t.h
index 26bc530..42f52dc 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   Internal backend global data structures.
  * @author  Sebastian Hack
- * @version $Id$
  */
 #ifndef FIRM_BE_BE_T_H
 #define FIRM_BE_BE_T_H
@@ -75,6 +74,7 @@ struct be_options_t {
 
 struct be_main_env_t {
        arch_env_t   *arch_env;
+       FILE         *file_handle;
        be_options_t *options;              /**< backend options */
        const char   *cup_name;             /**< name of the compilation unit */
        pmap         *ent_trampoline_map;   /**< A map containing PIC trampolines for methods. */