This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Weird x86 Linux/GNU crashes


   From: Mark Mitchell <mark@codesourcery.com>
   Date: Tue, 30 Jul 2002 16:10:56 -0700
   
   I get the attached output.  Why is this mmx stuff showing up?  And
   what are the bits about bash?

GDB exec's a shell to setup your environment properly then execute the
program to be debugged.  In this way GDB's environemnt doesn't need
to be altered among other things.

The mmx bits are just some of the search path postfixes glibc uses to
find optimized versions of libraries appropriate for the kind of cpu
execution takes place on.


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