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]

TYPE_CODE_FLAGS


No, no no no.

You just committed this:
    case TYPE_CODE_FLAGS:
      return c_val_print (type, valaddr, embedded_offset, address, stream,
                          format, deref_ref, recurse, pretty);

But if that built for you, you are not checking your patches in a clean
FSF tree.  The patch to use TYPE_CODE_FLAGS was never approved.  There
is no definition of TYPE_CODE_FLAGS in the GDB source code.  That will
not compile.


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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