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]

Re: bfd_read and bfd_write


> On Thu, Sep 06, 2001 at 06:32:13PM +0100, Nick Clifton wrote:
> 
>> I like the idea of adding the new interface, with new function names,
>> and a warning message being generated if the old interface is used, as
>> part of the current CVS sources/forthcoming release.  Then in the
>> release after that, we can remove the old interface.
> 
> 
> Here is the patch to gdb/ to move over to the new bfd_bread and bfd_bwrite
> functions, which have just been committed.
> 
> 	* coffread.c: Replace all occurrences of bfd_read with bfd_bread.
> 	* dbxread.c: Likewise.
> 	* dwarf2read.c: Likewise.
> 	* dwarfread.c: Likewise.
> 	* somread.c: Likewise.
> 	* ultra3-nat.c: Likewise.
> 	* xcoffread.c: Likewise.
> 
> OK to apply?


yep.

Andrew



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