* ia64-linux.nat (_initialize_ia64_linux_nat): Don't

call linux_target twice.
This commit is contained in:
Vladimir Prus 2008-08-15 08:08:27 +00:00
parent d85c80a353
commit dde7c0a962
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-15 Vladimir Prus <vladimir@codesourcery.com>
* ia64-linux.nat (_initialize_ia64_linux_nat): Don't
call linux_target twice.
2008-08-14 Aleksandar Ristovski <aristovski@qnx.com>
* nto-tdep.c (lm_info): Updated struct lm_info definition from

View File

@ -810,7 +810,7 @@ void _initialize_ia64_linux_nat (void);
void
_initialize_ia64_linux_nat (void)
{
struct target_ops *t = linux_target ();
struct target_ops *t;
/* Fill in the generic GNU/Linux methods. */
t = linux_target ();