Add EXTEND11().
[deliverable/binutils-gdb.git] / gprof / core.h
index 81c79ad4559e946c23316710cb410fac6010d4b3..a78b58a2cda548e5f4efe77579505c0f84508a5e 100644 (file)
@@ -9,6 +9,10 @@ extern asymbol **core_syms;    /* symbol table in a.out */
 extern asection *core_text_sect;       /* core text section */
 extern PTR core_text_space;    /* text space of a.out in core */
 
+extern int min_insn_size;      /* size of smallest instruction, in bytes */
+extern int offset_to_code;     /* offset (in bytes) of code from entry
+                                  address of routine */
+
 extern void core_init PARAMS ((const char *a_out_name));
 extern void core_get_text_space PARAMS ((bfd * core_bfd));
 extern void core_create_function_syms PARAMS ((bfd * core_bfd));
This page took 0.02437 seconds and 4 git commands to generate.