This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Resizing the to_sections target vector field.


Oops, I hadn't saved all my Xemacs buffers before making the diff.  In
the osfsolib.c & irix5-nat.c files, the line

      target_resize_to_sections (target, count);

should really be:
  
      old = target_resize_to_sections (target, count);

Sorry 'bout that.

Jim

-- 
++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++
Jim Ingham                                              jingham@cygnus.com
Cygnus Solutions Inc.

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