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]

[patch] remove pointless call.


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 ----


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