2dc4cec1f3
2008-01-28 H.J. Lu <hongjiu.lu@intel.com> * dwarf.c: Include "elf/common.h". (eh_addr_size): Changed to int. (dwarf_regnames_i386): New. (dwarf_regnames_x86_64): Likewise. (dwarf_regnames): Likewise. (dwarf_regnames_count): Likewise. (init_dwarf_regnames): Likewise. (regname): Likewise. (frame_display_row): Properly support different address size. Call regname to get register name. (display_debug_frames): Call regname to get register name. Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register instead of DW_CFA_def_cfa_reg. * dwarf.h (init_dwarf_regnames): New. * objdump.c: Include "elf-bfd.h". (dump_dwarf): Call init_dwarf_regnames on ELF input. * readelf.c (guess_is_rela): Change argument to int. (parse_args): Remove the undocumented upper case options for -wX. (process_file_header): Call init_dwarf_regnames if do_dwarf_register is true. gas/testsuite/ 2008-01-28 H.J. Lu <hongjiu.lu@intel.com> * gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with DW_CFA_def_cfa_register. * gas/cfi/cfi-alpha-3.d: Likewise. * gas/cfi/cfi-hppa-1.d: Likewise. * gas/cfi/cfi-i386.d: Likewise. * gas/cfi/cfi-m68k.d: Likewise. * gas/cfi/cfi-mips-1.d: Likewise. * gas/cfi/cfi-sh-1.d: Likewise. * gas/cfi/cfi-sparc-1.d: Likewise. * gas/cfi/cfi-sparc64-1.d: Likewise. * gas/cfi/cfi-x86_64.d: Likewise. * gas/cfi/cfi-common-1.d: Updated for i386/x86-64 register names. * gas/cfi/cfi-common-2.d: Likewise. * gas/cfi/cfi-common-5.d: Likewise. * gas/cfi/cfi-i386.d: Likewise. * gas/cfi/cfi-x86_64.d: Likewise. ld/testsuite/ 2008-01-28 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/eh1.d: Replace DW_CFA_def_cfa_reg with DW_CFA_def_cfa_register. Updated for i386/x86-64 register names. * ld-elf/eh2.d: Likewise. * ld-elf/eh3.d: Likewise. * ld-elf/eh4.d: Likewise. * ld-elf/eh5.d: Likewise.
227 lines
6 KiB
Text
227 lines
6 KiB
Text
2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
|
||
DW_CFA_def_cfa_register.
|
||
* gas/cfi/cfi-alpha-3.d: Likewise.
|
||
* gas/cfi/cfi-hppa-1.d: Likewise.
|
||
* gas/cfi/cfi-i386.d: Likewise.
|
||
* gas/cfi/cfi-m68k.d: Likewise.
|
||
* gas/cfi/cfi-mips-1.d: Likewise.
|
||
* gas/cfi/cfi-sh-1.d: Likewise.
|
||
* gas/cfi/cfi-sparc-1.d: Likewise.
|
||
* gas/cfi/cfi-sparc64-1.d: Likewise.
|
||
* gas/cfi/cfi-x86_64.d: Likewise.
|
||
|
||
* gas/cfi/cfi-common-1.d: Updated for i386/x86-64 register
|
||
names.
|
||
* gas/cfi/cfi-common-2.d: Likewise.
|
||
* gas/cfi/cfi-common-5.d: Likewise.
|
||
* gas/cfi/cfi-i386.d: Likewise.
|
||
* gas/cfi/cfi-x86_64.d: Likewise.
|
||
|
||
2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/x86-64-sib.s: Add tests for r12.
|
||
|
||
* gas/i386/x86-64-sib-intel.d: Updated.
|
||
* gas/i386/x86-64-sib.d: Likewise.
|
||
|
||
2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp : Run x86-64-arch-1 and x86-64-arch-10.
|
||
|
||
* gas/i386/x86-64-arch-1.d: New.
|
||
* gas/i386/x86-64-arch-1.s: Likewise.
|
||
* gas/i386/x86-64-arch-10.d: Likewise.
|
||
|
||
2008-01-23 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* gas/ia64/regs.d: Updated as the ia64 disassembler now displays
|
||
symbolic names for all ar registers.
|
||
|
||
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10.d: New.
|
||
* gas/i386/arch-11.s: Likewise.
|
||
* gas/i386/arch-12.d: Likewise.
|
||
* gas/i386/arch-12.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run arch-11 and arch-12.
|
||
|
||
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10-1.l: New.
|
||
* gas/i386/arch-10-1.s: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-2.s: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-3.s: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/arch-10-4.s: Likewise.
|
||
* gas/i386/arch-10.d: Likewise.
|
||
* gas/i386/arch-10.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run arch-10, arch-10-1, arch-10-2,
|
||
arch-10-3 and arch-10-4.
|
||
|
||
* gas/i386/nops-2.s: Use movsbl instead of cmove.
|
||
* gas/i386/nops-2-i386.d: Updated.
|
||
* gas/i386/nops-2-merom.d: Likewise.
|
||
* gas/i386/nops-2.d: Likewise.
|
||
* gas/i386/x86-64-nops-2.d: Likewise.
|
||
|
||
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/prescott.s: Add tests for movddup in Intel syntax.
|
||
* gas/i386/x86-64-prescott.s: Likewise.
|
||
|
||
* gas/i386/prescott.d: Updated.
|
||
* gas/i386/x86-64-prescott.d: Likewise.
|
||
|
||
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.s: Add more tests for movsx and movzx.
|
||
* gas/i386/x86_64.s: Likewise.
|
||
|
||
* gas/i386/inval.s: Remove tests for movsxw and movzxw.
|
||
|
||
* gas/i386/x86-64-inval.s: Remove tests for movsxb, movsxw,
|
||
movsxl, movzxb and movzxw.
|
||
|
||
* gas/i386/i386.d: Updated.
|
||
* gas/i386/inval.l: Likewise.
|
||
* gas/i386/x86_64.d: Likewise.
|
||
* gas/i386/x86-64-inval.l: Likewise.
|
||
|
||
2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.s: Add tests for movsx, movzx and movnti.
|
||
* gas/i386/inval.s: Likewise.
|
||
* gas/i386/x86_64.s: Likewise.
|
||
* gas/i386/x86-64-inval.s: Likewise.
|
||
|
||
* gas/i386/i386.d: Updated.
|
||
* gas/i386/inval.l: Likewise.
|
||
* gas/i386/x86_64.d: Likewise.
|
||
* gas/i386/x86-64-inval.l: Likewise.
|
||
|
||
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/5534
|
||
* gas/i386/i386.s: Add tests for fnstsw and fstsw.
|
||
* gas/i386/inval.s: Likewise.
|
||
* gas/i386/x86_64.s: Likewise.
|
||
|
||
* gas/i386/intel.s: Use word instead of dword on ss.
|
||
|
||
* gas/i386/x86-64-inval.s: Add tests for fnstsw, fstsw, in
|
||
and out.
|
||
|
||
* gas/i386/prefix.s: Remove invalid fstsw.
|
||
|
||
* gas/i386/inval.l: Updated.
|
||
* gas/i386/intelbad.l: Likewise.
|
||
* gas/i386/i386.d: Likewise.
|
||
* gas/i386/x86_64.d: Likewise.
|
||
* gas/i386/x86-64-inval.l: Likewise.
|
||
* gas/i386/prefix.d: Updated.
|
||
|
||
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/nops.s: Add more tests with opcodes from 0x0f19
|
||
to 0x0f1f.
|
||
* gas/i386/x86-64-nops.s: Likewise.
|
||
|
||
* gas/i386/nops.d: Updated.
|
||
* gas/i386/x86-64-nops.d: Likewise.
|
||
|
||
2008-01-09 Bob Wilson <bob.wilson@acm.org>
|
||
|
||
* gas/lns/lns.exp: Run new lns-big-delta test for targets that set
|
||
DWARF2_USE_FIXED_ADVANCE_PC.
|
||
* gas/lns/lns-big-delta.s: New.
|
||
* gas/lns/lns-big-delta.d: New.
|
||
|
||
2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||
|
||
PR gas/5322
|
||
* lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub
|
||
command.
|
||
|
||
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
|
||
fdivr, fdivrp, fmul, fmulp, fsub, fsubp, fsubr and fsubrp.
|
||
|
||
* gas/i386/intel.d: Updated.
|
||
* gas/i386/intel.e: Likewise.
|
||
|
||
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/rexw.d: New.
|
||
* gas/i386/rexw.s: Likewise.
|
||
|
||
* gas/i386/x86-64-sse4_1-intel.d: Updated.
|
||
* gas/i386/x86-64-sse4_1.d: Likewise.
|
||
|
||
2008-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/ppc/altivec_and_spe.s: New test - checks that ISA extension
|
||
command line options (-maltivec, -mspe) can be specified before
|
||
CPU selection command line options.
|
||
* gas/ppc/altivec_and_spe.d: Expected disassembly.
|
||
* gas/ppc/ppc.exp: Run the new test
|
||
|
||
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-9.d: New file.
|
||
* gas/i386/arch-9.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run arch-9.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-5.d: New file.
|
||
* gas/i386/arch-5.s: Likewise.
|
||
* gas/i386/arch-6.d: Likewise.
|
||
* gas/i386/arch-6.s: Likewise.
|
||
* gas/i386/arch-7.d: Likewise.
|
||
* gas/i386/arch-7.s: Likewise.
|
||
* gas/i386/arch-8.d: Likewise.
|
||
* gas/i386/arch-8.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run arch-5, arch-6, arch-7 and arch-8.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.s: Add tests for movq.
|
||
* gas/i386/x86_64.s: Likewise.
|
||
|
||
* gas/i386/i386.d Updated.
|
||
* gas/i386/x86_64.d: Likewise.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/5534
|
||
* gas/i386/intel.s: Use QWORD on movq instead of DWORD.
|
||
|
||
* gas/i386/inval.s: Add tests for movq.
|
||
* gas/i386/x86-64-inval.s: Likewise.
|
||
|
||
* gas/i386/inval.l: Updated.
|
||
* gas/i386/x86-64-inval.l: Likewise.
|
||
|
||
2008-01-02 Catherine Moore <clm@codesourcery.com>
|
||
|
||
* gas/mips/jalr.s: New test.
|
||
* gas/mips/jalr.l: New test output.
|
||
* gas/mips/mips.exp: Run new test.
|
||
|
||
For older changes see ChangeLog-2007
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|