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: ReRFA: gdb/testsuite/config/sid.exp patch


"Frank Ch. Eigler" wrote:
> 
> Hi -
> 
> This patch was previously submitted to gdb-patches, but perhaps
> lost amongst a crowd of other non-gdb-related hunks.  Ya know,
> if us sid folks were to be generously granted Official Check-In
> Privileges over this little file, you wouldn't have to waste
> your time looking at such trivia. :-)
> 

Your patch is approved.

Are you volunteering as co-maintainer for this file?

Regards and sorry for the delay.
Fernando


> 2001-07-31  Frank Ch. Eigler  <fche@redhat.com>
> 
>         * config/sid.exp (sid_start): Don't warn if we cannot figure out
>         what to force sid endianness to.
> 
> Index: config/sid.exp
> ===================================================================
> RCS file: /cvs/cvsfiles/devo/gdb/testsuite/config/sid.exp,v
> retrieving revision 1.16
> diff -u -p -r1.16 sid.exp
> --- sid.exp     2001/05/09 00:19:29     1.16
> +++ sid.exp     2001/07/31 19:33:40
> @@ -30,8 +30,8 @@ proc sid_start {} {
>             if {[target_info exists sim,defaultendian]} then {
>                 set sidendian [target_info sim,defaultendian]
>             } else {
> -               warning "Unknown target endianness - assuming -EB"
> -               set sidendian "-EB"
> +               # rely on endianness settings in sid configuration defaults
> +               set sidendian ""
>             }
>         }
>      }

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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