Code cleanup: Add objfile_name accessor
[deliverable/binutils-gdb.git] / gdb / jit.c
index c565b6b7aa9b4f01715d29a3a67be6b40b0d72ed..ce66c9fabf5f87fe48cbcc71e0b5008c1e9f8237 100644 (file)
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -790,7 +790,7 @@ jit_object_close_impl (struct gdb_symbol_callbacks *cb,
 
   terminate_minimal_symbol_table (objfile);
 
-  objfile->name = "<< JIT compiled code >>";
+  objfile->original_name = "<< JIT compiled code >>";
 
   j = NULL;
   for (i = obj->symtabs; i; i = j)
This page took 0.029668 seconds and 4 git commands to generate.