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]

[RFA] Replace struct _bfd with struct bfd


Almost obvious...

2003-11-10  Michael Snyder  <msnyder@redhat.com>

	* sim-if.c (sim_open): Replace struct _bfd with struct bfd.
	(sim_create_inferior): Ditto.

Index: sim-if.c
===================================================================
RCS file: /cvs/cvsfiles/devo/sim/sh64/sim-if.c,v
retrieving revision 1.5
retrieving revision 1.5.26.1
diff -p -r1.5 -r1.5.26.1
*** sim-if.c	20 Jun 2002 19:18:43 -0000	1.5
--- sim-if.c	10 Nov 2003 22:00:13 -0000	1.5.26.1
*************** SIM_DESC
*** 54,60 ****
  sim_open (kind, callback, abfd, argv)
       SIM_OPEN_KIND kind;
       host_callback *callback;
!      struct _bfd *abfd;
       char **argv;
  {
    char c;
--- 54,60 ----
  sim_open (kind, callback, abfd, argv)
       SIM_OPEN_KIND kind;
       host_callback *callback;
!      struct bfd *abfd;
       char **argv;
  {
    char c;
*************** sim_close (sd, quitting)
*** 174,180 ****
  SIM_RC
  sim_create_inferior (sd, abfd, argv, envp)
       SIM_DESC sd;
!      struct _bfd *abfd;
       char **argv;
       char **envp;
  {
--- 174,180 ----
  SIM_RC
  sim_create_inferior (sd, abfd, argv, envp)
       SIM_DESC sd;
!      struct bfd *abfd;
       char **argv;
       char **envp;
  {

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