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]
Other format: [Raw text]

Re: [patch/rfc] Don't complain about unknown OSABI


On Sun, Aug 18, 2002 at 11:41:01AM -0400, Andrew Cagney wrote:

 > The attached patch removes the warning message that is printed when the 
 > OSABI is unknown (all the sniffers failed).
 > 
 > When debugging an embedded executable, there is no OSABI info.  Hence I 
 > don't think the warning should be issued.  This can be seen when 
 > debugging a GCC created, mips-elf executable.
 > 
 > thoughts?

This has always been kind of a gray area ... There's really an argument
for doing it either way, and the warning in fact came from the ancestors
of the common code ... but, you're probably right that the best overall
solution would be to just remove the warning.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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