* infrun.c: Fixed typo in comment.
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 8c8e8c0f36f79d5d8edc0ea92a28e5505eaf3646..124e9a250e839961c8cb9127cd259135570e04f2 100644 (file)
@@ -58,6 +58,7 @@ struct elfinfo {
   unsigned int lnsize;         /* Size of dwarf line number section */
 };
 
+#if 0
 /* FIXME - crude hack to resolve undefined global.  This function is
    part of support for corefiles, which is not yet implemented. */
 
@@ -68,6 +69,7 @@ DEFUN(register_addr, (regno, blockend),
 {
        error ("Fetching registers from corefiles unimplemented.");
 }
+#endif
 
 /* We are called once per section from elf_symfile_read.  We
    need to examine each section we are passed, check to see
This page took 0.039037 seconds and 4 git commands to generate.