[patch] remove pointless call.

Kris Warkentin kewarken@qnx.com
Mon May 12 18:19:00 GMT 2003


Okay to apply?  The TARGET_FIND_AND_OPEN_SOLIB removes the need for this
call.

cheers,

Kris

Changelog:

    * nto-tdep.c (fetch_core_registers): Remove redundant call to
nto_init_solib_absolute_prefix.

RCS file: /cvs/src/src/gdb/nto-tdep.c,v
retrieving revision 1.3
diff -c -r1.3 nto-tdep.c
*** nto-tdep.c  6 May 2003 17:13:40 -0000       1.3
--- nto-tdep.c  12 May 2003 17:43:10 -0000
***************
*** 270,277 ****
  {
    nto_regset_t regset;

-   nto_init_solib_absolute_prefix ();
-
    if (which == NTO_REG_GENERAL)
      {
        memcpy ((char *) &regset, core_reg_sect,
--- 270,275 ----



More information about the Gdb-patches mailing list