This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/CRIS] Re-add core file functions


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]