This is the mail archive of the gdb@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]

incomplete binutils patch in gdb


Hi,

I just noticed that this commit in the opcodes directory:

2008-08-01  Peter Bergner  <bergner@vnet.ibm.com>

        * ppc-dis.c (powerpc_init_dialect): Handle power7 and vsx options.
        (print_insn_powerpc): Prepend 'vs' when printing VSX registers.
        (print_ppc_disassembler_options): Document -Mpower7 and -Mvsx.
        * ppc-opc.c (insert_xt6): New static function.
        (extract_xt6): Likewise.
        (insert_xa6): Likewise.
        (extract_xa6: Likewise.
        (insert_xb6): Likewise.
        (extract_xb6): Likewise.
        (insert_xb6s): Likewise.
        (extract_xb6s): Likewise.
        (XS6, XT6, XA6, XB6, XB6S, DM, XX3, XX3DM, XX1_MASK, XX3_MASK,
        XX3DM_MASK, PPCVSX): New.
        (powerpc_opcodes): Add opcodes "lxvd2x", "lxvd2ux", "stxvd2x",
        "stxvd2ux", "xxmrghd", "xxmrgld", "xxpermdi", "xvmovdp", "xvcpsgndp".

is incomplete in GDB CVS. It misses the changes in ppc-opc.c. I checked
out binutils CVS and it's fine there. Does anyone know what's going on?
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


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