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]

non-mulit-arch compiles probs


FYI,

The file std-regs.c doesn't compile with -Werror on non-multi-arch 
targets.  They all dropped like flies.

Adding to the fun, I've found an entry for the ``how did this ever 
compile'' category:

exec.c:print_section_info (struct target_ops *t, bfd *abfd)
maint.c:print_section_info (const char *name, flagword flags,

(one is static, the other has a .h declaration).

fixing ...
Andrew


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