Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jeffrey A Law <law@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: Minor fix to pa64solib.c
Date: Mon, 20 Nov 2000 09:42:00 -0000	[thread overview]
Message-ID: <3618.974742255@upchuck> (raw)

Someone added a new parameter to pa64_solib_load_symbols, but missed adding
the argument to the caller of pa64_solib_load_symbols.

This patch fixes that oversight.


2000-11-20  Jeffrey A Law  (law@cygnus.com)

        * pa64solib.c (add_to_solib): Pass TARGET to pa64_solib_load_symbols.

Index: pa64solib.c
===================================================================
RCS file: /cvs/src/src/gdb/pa64solib.c,v
retrieving revision 1.7
diff -c -3 -p -r1.7 pa64solib.c
*** pa64solib.c	2000/08/27 22:30:29	1.7
--- pa64solib.c	2000/11/20 17:41:26
*************** add_to_solist (boolean from_tty, char *d
*** 1171,1177 ****
    pa64_solib_load_symbols (new_so, 
  			   dll_path,
  			   from_tty, 
! 			   0);
    return;
  }
  
--- 1171,1178 ----
    pa64_solib_load_symbols (new_so, 
  			   dll_path,
  			   from_tty, 
! 			   0,
! 			   target);
    return;
  }
  



                 reply	other threads:[~2000-11-20  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3618.974742255@upchuck \
    --to=law@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox