From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Alan Modra Cc: gdb-patches@sources.redhat.com Subject: Re: bfd_read and bfd_write Date: Wed, 19 Sep 2001 11:58:00 -0000 Message-id: <3BA8EAB9.3080904@cygnus.com> References: <20010905145037.K13524@bubble.sa.bigpond.net.au> <3B965696.70401@cygnus.com> <20010905122109.A17937@redhat.com> <3B96C2B2.8050409@cygnus.com> <20010906112244.C24712@bubble.sa.bigpond.net.au> <3B96E752.8030205@cygnus.com> <20010918195612.X27386@bubble.sa.bigpond.net.au> X-SW-Source: 2001-09/msg00261.html > 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