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: [PATCH 2/5] Save trace into CTF format


On 03/16/2013 07:44 AM, Joel Brobecker wrote:
This is causing a build failure on ppc-aix, for instance, due to:

     /[...]ctf.c:223:28: error: 'BYTE_ORDER' undeclared (first use in this function)
     /[...]ctf.c:223:28: note: each undeclared identifier is reported only once for each function it appears in
     /[...]ctf.c:223:42: error: 'LITTLE_ENDIAN' undeclared (first use in this function)


The build failure was reported by Pierre, and I post a patch to fix it http://sourceware.org/ml/gdb-patches/2013-03/msg00667.html

What also worries me is that I don't seem to see approval for commit
for this patch. I know both of you are very careful, so perhaps in
a separate message not linked to this sub-thread?

Oh, we started a new thread, and patches are approved there.


  [PATCH v3 00/15] CTF Support
  http://sourceware.org/ml/gdb-patches/2013-03/msg00394.html

--
Yao (éå)


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