]> Git Repo - binutils.git/blobdiff - gdb/xcoffread.c
* rs6000-core.c: Add .ldinfo section.
[binutils.git] / gdb / xcoffread.c
index f7fc30d9941cff6768433c7871bc2c50ddc7338b..147b45f59eda03d5a2f9a165f0e69054630d74de 100644 (file)
@@ -1324,7 +1324,8 @@ function_entry_point:
            /* Recording this entry is necessary. Single stepping relies on
               this vector to get an idea about function address boundaries. */
 
-           prim_record_minimal_symbol (0, cs->c_value, mst_unknown);
+           prim_record_minimal_symbol ("<trampoline>", cs->c_value,
+                                       mst_unknown);
 #else
 
            /* record trampoline code entries as mst_unknown symbol. When we
This page took 0.027206 seconds and 4 git commands to generate.