This is the mail archive of the gdb-patches@sourceware.org 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/commit] Port GDB to powerpc-lynx178.


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> Tested on ppc-lynx178.  Any comments before I commit?

Just a nit...

Joel> +/* Return the number of import files (shared libraries) that the given
Joel> +   BFD depends on.  Return -1 if this number could not be computed.  */
Joel> +
Joel> +extern int
Joel> +xcoff_get_n_import_files (bfd *abfd)
Joel> +{

It's unusual to put 'extern' on the definition.

Tom


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