aea77599d0
* ppc.h: Add PPC_OPCODE_ALTIVEC2, PPC_OPCODE_E6500, PPC_OPCODE_TMR. opcodes/ * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500". * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New. (PPCVEC2, PPCTMR, E6500): New short names. (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt, mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx, lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl, lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl, lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC optional operands on sync instruction for E6500 target. bfd/ * archures.c: Add bfd_mach_ppc_e5500 and bfd_mach_ppc_e6500. * bfd-in2.h: Regenerate. * cpu-powerpc.c (bfd_powerpc_archs): Add entryies for bfd_mach_ppc_e5500 and bfd_mach_ppc_e6500. gas/ * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500. (ppc_handle_align): Add termination nop opcode for e500mc family. * doc/as.texinfo: Document options -me5500 and -me6500. * doc/c-ppc.texi: Likewise. gas/testsuite/ * gas/ppc/e500mc64_nop.s: New test case for e500mc family termination nops. * gas/ppc/e500mc64_nop.d: Likewise. * gas/ppc/e5500_nop.s: Likewise. * gas/ppc/e5500_nop.d: Likewise. * gas/ppc/e6500_nop.s: Likewise. * gas/ppc/e6500_nop.d: Likewise. * gas/ppc/e6500.s: New. * gas/ppc/e6500.d: Likewise. * gas/ppc/ppc.exp: Run e6500, e500mc64_nop, e5500_nop, and e6500_nop.
179 lines
5.1 KiB
Text
179 lines
5.1 KiB
Text
2012-03-10 Edmar Wienskoski <edmar@freescale.com>
|
||
|
||
* gas/ppc/e500mc64_nop.s: New test case for e500mc family
|
||
termination nops.
|
||
* gas/ppc/e500mc64_nop.d: Likewise.
|
||
* gas/ppc/e5500_nop.s: Likewise.
|
||
* gas/ppc/e5500_nop.d: Likewise.
|
||
* gas/ppc/e6500_nop.s: Likewise.
|
||
* gas/ppc/e6500_nop.d: Likewise.
|
||
* gas/ppc/e6500.s: New.
|
||
* gas/ppc/e6500.d: Likewise.
|
||
* gas/ppc/ppc.exp: Run e6500, e500mc64_nop, e5500_nop, and e6500_nop.
|
||
|
||
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* gas/s390/esa-g5.d: Move length field to the second operand.
|
||
* gas/s390/esa-g5.s: Likewise.
|
||
|
||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/elf/bad-group.s: Add section attributes.
|
||
* gas/elf/elf.exp (groupautoa, groupautob): Don't run for hppa64-hpux.
|
||
(ifunc-1, type): Don't run for hpux.
|
||
* gas/elf/type-noifunc.e: Accept ANSI_COM.
|
||
* gas/elf/section7.s: Always have whitespace before directives.
|
||
* gas/elf/warn-2.s: Likewise.
|
||
* gas/i386/ifunc-3.s: Move .size directive.
|
||
|
||
2012-02-13 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/all/gas.exp (redef2): xfail m6811 and m6812.
|
||
* gas/elf/elf.exp: Use is_elf_format.
|
||
* gas/symver/symver.exp: Likewise.
|
||
* gas/m68hc11/m68hc11.exp: Simplify target test.
|
||
Add -m68hc11 to error tests that pass for hc12.
|
||
|
||
2012-02-11 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* gas/i386/disp32.d: Adjust label pattern.
|
||
|
||
2012-02-08 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* gas/i386/x86-64-disp32.d: Fix lable-pattern.
|
||
|
||
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/hle-intel.d: New.
|
||
* gas/i386/hle.d: Likewise.
|
||
* gas/i386/hle.s: Likewise.
|
||
* gas/i386/hlebad.l: Likewise.
|
||
* gas/i386/hlebad.s: Likewise.
|
||
* gas/i386/rtm-intel.d: Likewise.
|
||
* gas/i386/rtm.d: Likewise.
|
||
* gas/i386/rtm.s: Likewise.
|
||
* gas/i386/x86-64-hle-intel.d: Likewise.
|
||
* gas/i386/x86-64-hle.d: Likewise.
|
||
* gas/i386/x86-64-hle.s: Likewise.
|
||
* gas/i386/x86-64-hlebad.l: Likewise.
|
||
* gas/i386/x86-64-hlebad.s: Likewise.
|
||
* gas/i386/x86-64-rtm-intel.d: Likewise.
|
||
* gas/i386/x86-64-rtm.d: Likewise.
|
||
* gas/i386/x86-64-rtm.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run hle, hle-intel, hlebad x86-64-hle, rtm,
|
||
rtm-intel, x86-64-hle-intel, x86-64-hlebad, x86-64-rtm and
|
||
x86-64-rtm-intel.
|
||
|
||
2012-01-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/disp32.s: Add tests for .d8 suffix.
|
||
* gas/i386/x86-64-disp32.s: Likewise.
|
||
|
||
* gas/i386/disp32.d: Updated.
|
||
* gas/i386/x86-64-disp32.d: Likewise.
|
||
|
||
2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* gas/m68k/pmove.s, gas/m68k/pmove.d: New test.
|
||
* gas/m68k/all.exp: Run it.
|
||
|
||
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp: Run vmfunc and x86-64-vmfunc.
|
||
|
||
* gas/i386/vmfunc.d: New.
|
||
* gas/i386/vmfunc.s: Likewise.
|
||
* gas/i386/x86-64-vmfunc.d: Likewise.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/all/redef2.d: Skip for Darwin.
|
||
* gas/all/redef3.d: Likewise.
|
||
* gas/all/weakref1.d: Likewise.
|
||
* gas/macros/irp.d: Likewise.
|
||
* gas/macros/repeat.d: Likewise.
|
||
* gas/macros/rept.d: Likewise.
|
||
* gas/macros/test2.d: Likewise.
|
||
* gas/macros/vararg.d: Likewise.
|
||
* gas/mach-o/macro-irp.d: New.
|
||
* gas/mach-o/macro-repeat.d: New.
|
||
* gas/mach-o/macro-rept.d: New.
|
||
* gas/mach-o/macro-test2.d: New.
|
||
* gas/mach-o/macro-vararg.d: New.
|
||
* gas/mach-o/redef2.d: New.
|
||
* gas/mach-o/redef3.d: New.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-3.d: New.
|
||
* gas/mach-o/symbols-7.s: New.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-2.d: Update to include the set VMA.
|
||
* gas/mach-o/symbols-1-64.d: Likewise.
|
||
* gas/mach-o/symbols-1.d: Likewise.
|
||
* gas/mach-o/symbols-6.d: Likewise.
|
||
* gas/mach-o/zerofill-1.d: Likewise.
|
||
* gas/mach-o/zerofill-2.d: Likewise.
|
||
|
||
2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-2.d: New.
|
||
* gas/mach-o/err-syms-4.s: New.
|
||
* gas/mach-o/err-syms-5.s: New.
|
||
* gas/mach-o/err-syms-6.s: New.
|
||
* gas/mach-o/symbols-6-64.d: New.
|
||
* gas/mach-o/symbols-6-64.s: New.
|
||
* gas/mach-o/symbols-6.d: New.
|
||
* gas/mach-o/symbols-6.s: New.
|
||
|
||
2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/err-syms-1.s: New.
|
||
* gas/mach-o/err-syms-2.s: New.
|
||
* gas/mach-o/err-syms-3.s: New.
|
||
* gas/mach-o/symbols-2.d: New.
|
||
* gas/mach-o/symbols-2.s: New.
|
||
* gas/mach-o/symbols-3.s: New.
|
||
* gas/mach-o/symbols-4.s: New.
|
||
* gas/mach-o/symbols-5.d: New.
|
||
* gas/mach-o/symbols-5.s: New.
|
||
|
||
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test.
|
||
* gas/mips/mips.exp: Run it.
|
||
|
||
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/align3.s, gas/mips/align3.d: New testcase.
|
||
* gas/mips/mips.exp: Run it.
|
||
|
||
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/zerofill-2.d: New.
|
||
|
||
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/zerofill-1.d: New.
|
||
* gas/mach-o/zerofill-1.s: New.
|
||
|
||
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-1-64.d: New.
|
||
* gas/mach-o/dysymtab-1.d: New.
|
||
* gas/mach-o/symbols-1-64.d: New.
|
||
* gas/mach-o/symbols-1.d: New.
|
||
* gas/mach-o/symbols-base-64.s: New.
|
||
* gas/mach-o/symbols-base.s: New.
|
||
|
||
For older changes see ChangeLog-2011
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|