[commit/CRIS] Re-add core file functions

Orjan Friberg orjan.friberg@axis.com
Thu Oct 14 12:11:00 GMT 2004


Accidentally broke core file handling with previous patch.  Committed the following:

2004-10-14  Orjan Friberg  <orjanf@axis.com>

	* cris-tdep.c (_initialize_cris_tdep): Re-add call to
	deprecated_add_core_fns which was removed by mistake.


Index: cris-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/cris-tdep.c,v
retrieving revision 1.117
diff -u -p -r1.117 cris-tdep.c
--- cris-tdep.c 11 Oct 2004 15:02:20 -0000      1.117
+++ cris-tdep.c 14 Oct 2004 12:08:49 -0000
@@ -3678,6 +3678,7 @@ _initialize_cris_tdep (void)
                            set_cris_dwarf2_cfi, NULL,
                            &setlist, &showlist);

+  deprecated_add_core_fns (&cris_elf_core_fns);
  }

  /* Prints out all target specific values.  */

-- 
Orjan Friberg
Axis Communications



More information about the Gdb-patches mailing list