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: [rfa/symtab] Move find_pc_section call to lookup_minimal_symbol_by_pc


The filenames are a problem because gdb1237-1280-main.c
and gdb1237-1280.c are not 8.3 unique.

You either have to make them 8.3 unique (preferred) or
add lines to config/djgpp/fnchange.lst.

For the kfail's, please use more specific patterns than just
".*$gdb_prompt $".  kfail's should be for known bugs, which means
there should be known-bad output.  If the output doesn't match a
specific known-bad output, then it means that gdb has regressed
even more, and the KFAIL turns into a FAIL (this does happen).

You don't need to call get_compiler_info unless you use one of
these functions or data symbols later: test_compiler_info,
gcc_compiled, hp_cc_compiler, hp_aCC_compiler, signed_keyword_not_used.

I missed the beginning of the thread, but it helps to say what
system(s) you tested it on (so when it breaks on a different system
later, it makes it easier to figure out what is wrong ... morbid
but true).

Michael C


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