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]

[PATCH] First Cell PPU patch


Hi,
  This patch adds the first of the Cell PPU binutils patches.
It adds support for -mcell to the as.  It does not add the new 
instructions
introduced on the cell, that is the second patch.

OK? Built and tested on powerpc-sony-linux-gnu with no failures.

Thanks,
Andrew Pinski


opcodes/ChangeLog:
2006-10-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * ppc-opc.c (CELL): New define.
        (powerpc_opcodes): Enable hrfid and popcntb
        for Cell.
        * ppc-dis.c (powerpc_dialect): Handle cell.



include/opcode/ChangeLog:
2006-10-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * ppc.h (PPC_OPCODE_CELL): Add.
 

gas/ChangeLog:
2006-10-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * doc/c-ppc.texi (-mcell): Document.
        * config/tc-ppc.c (parse_cpu): Parse -mcell.
        (md_show_usage): Document -mcell.
 




Attachment: cellbinutilspatch.diff
Description: Binary data


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