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: [rfc] Remove default_gcore_mach from gcore.c


Markus Deuling wrote:

>    bfd_set_format (obfd, bfd_core);
> -  bfd_set_arch_mach (obfd, default_gcore_arch (), default_gcore_mach ());

This doesn't look right -- you're removing the whole call, which means
that not even the *arch* is now set in the generated core file ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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