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.
This commit is contained in:
parent
61bbd35b9f
commit
52bd14014e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2004-10-13 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue