This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] Add bfd_target_info function to bfd and unify windres/windmc target information gathering


Hi Kai,

Ok for apply?

Approved - please apply - although I would ask for one small formatting change:


  +bfd_get_target_info (const char *target_name, bfd *abfd,
  +		     bfd_boolean *is_bigendian,
  +		     int *underscoring, const char **def_target_arch)
  +{
  +  const bfd_target *target_vec;
  +  if (is_bigendian)
  +    *is_bigendian = FALSE;

Please could you place a blank line after the declaration of target_vec and before the start of the if-statement.

Cheers
  Nick


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