This is the mail archive of the gdb@sourceware.cygnus.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: Suggested (easier) fix to ... RE: Regressions problem(200 fa ilures)


>>>>> "Donn" == Donn Terry <donnte@microsoft.com> writes:

    Donn> Remember this one?  I finally found time (or rather
    Donn> desperation :-) ) to look at it more closely.

The analysis sounds good.  So, this bug should only affect platforms
that don't define HAS_INIT_SECTION; platforms that, for example, use
ELF .init/.fini sections won't run into this issue.

Why are we emitting a line note at the end of the prologue?  (And
thus before the call to __main?)  Couldn't we wait until the first
real statement?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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