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: [PATCH RFA] Misc fixes for GNU/Linux/ARM target


Done.

        Remove stray debugging statement and move prototypes so arm-linux-tdep.c
        compiles without warnings.
        
        2000-09-06  Scott Bambrough <scottb@netwinder.org>
        
        * arm-linux-tdep.c (arm_linux_skip_solib_resolver):
        Removed debug print statement.  Removed arm_pc_is_thumb prototype.
        * config/arm/tm-arm.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy):
        Move prototypes here from tm-embed.h.
        * config/arm/tm-embed.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy):
        Remove prototypes.  Moved to tm-arm.h.



Scott Bambrough wrote:
> 
> I'll take care of this.  I already had a patch to fix the problem in my tree.
> 
> Scott
> 
> Kevin Buettner wrote:
> >
> > On Sep 6,  1:27pm, Andrew Cagney wrote:
> >
> > > Scott Bambrough wrote:
> > >
> > > > > +/* FIXME: Put in common header file shared between arm-tdep.c and
> > > > > +   arm-linux-tdep.c */
> > > > > +int arm_pc_is_thumb (CORE_ADDR memaddr);
> > > > > +
> > >
> > > Just FYI.  This can go in arm-tdep.h.
> >
> > Scott, do you want to take care of this?  Or would you like me to
> > submit a patch?
> >
> > Kevin
> 
> --
> Scott Bambrough - Software Engineer
> REBEL.COM    http://www.rebel.com
> NetWinder    http://www.netwinder.org

-- 
Scott Bambrough - Software Engineer
REBEL.COM    http://www.rebel.com
NetWinder    http://www.netwinder.org

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