Pedro Alves [Mon, 8 Oct 2007 23:06:20 +0000 (23:06 +0000)]
2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
* stabsread.c (read_huge_number): Fix handling of octal
representation when the bit width is known.
(read_range_type): Record unsigned integral types with their size,
when the type size is known.
Thiago Jung Bauermann [Mon, 8 Oct 2007 19:37:07 +0000 (19:37 +0000)]
2007-10-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
* MAINTAINERS (Write After Approval): Add self.
Thiago Jung Bauermann [Mon, 8 Oct 2007 19:31:48 +0000 (19:31 +0000)]
* MAINTAINERS (Write After Approval): Add self.
H.J. Lu [Mon, 8 Oct 2007 19:22:01 +0000 (19:22 +0000)]
gas/testsuite/
2007-10-08 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run simd-suffix and x86-64-simd-suffix.
* gas/i386/simd-suffix.d: New.
* gas/i386/x86-64-simd-suffix.d: Likewise.
* gas/i386/x86-64-opcode.d: Updated.
* gas/i386/x86-64-simd.d: Likewise.
opcodes/
2007-10-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c: Updated comments for 'Y'.
(putop): Don't add 'q' for 'Y' if suffix_always isn't true.
Maciej W. Rozycki [Mon, 8 Oct 2007 16:41:35 +0000 (16:41 +0000)]
opcodes/:
* opcodes/mips-dis.c (mips_cp0_names_r3000): New definition.
(mips_cp0_names_r4000): Likewise.
(mips_arch_choices): Link to the above as appropriate.
gas/testsuite/:
* gas/mips/cp0-names-r3000.d: New test for R3000 CP0 symbolic
disassembly.
* gas/mips/cp0-names-r4000.d: New test for R4000/R4400 symbolic
CP0 disassembly.
* mips/mips.exp: Run the new tests.
Maciej W. Rozycki [Mon, 8 Oct 2007 16:09:35 +0000 (16:09 +0000)]
gas/:
* config/tc-mips.c (AT): Rename to...
(ATREG): ... this.
(AT): New definition.
(mips_set_options): Rename "noat" to "at"; change the type.
(mips_opts): Update accordingly.
(append_insn): Likewise.
(macro_build_ldst_constoffset): Likewise.
(load_address): Likewise.
(macro, macro2): Likewise.
(s_mipsset): Handle ".set at=REG". Update handling of ".set at"
and ".set noat".
gas/testsuite/:
* gas/mips/at-1.d, gas/mips/at-2.l: New tests to check the ".set
at=REG" directive.
* gas/mips/at-1.s, gas/mips/at-2.s: Sources for the new tests.
* gas/mips/mips.exp: Run the new tests.
Nick Clifton [Mon, 8 Oct 2007 15:40:41 +0000 (15:40 +0000)]
* configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency to be ../bfd/libbfd.la.
* configure: Regenerate.
Nick Clifton [Mon, 8 Oct 2007 15:35:33 +0000 (15:35 +0000)]
PR 5142: Allow for translation of error messages
Nick Clifton [Mon, 8 Oct 2007 15:29:40 +0000 (15:29 +0000)]
* doc/as.texinfo (Previous): Clarify explanation of the behaviour of this
pseudo-op and add a couple of examples.
Nick Clifton [Mon, 8 Oct 2007 15:26:42 +0000 (15:26 +0000)]
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
Pierre Muller [Mon, 8 Oct 2007 15:23:42 +0000 (15:23 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* breakpoint.c (print_one_breakpoint_location): ARI fix:
Replace asprintf by xstrprintf.
Pierre Muller [Mon, 8 Oct 2007 15:09:04 +0000 (15:09 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: ARI fix: include "gdb_dirent.h" instead of <dirent.h>.
Makefile.in (linux-fork.o): Add gdb_dirent.h dependency.
Pierre Muller [Mon, 8 Oct 2007 14:40:42 +0000 (14:40 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: Move "gdb_wait.h" include back to the position of
<sys/wait.h> include before last commit.
Carlos O'Donell [Mon, 8 Oct 2007 13:50:18 +0000 (13:50 +0000)]
2007-10-08 Carlos O'Donell <carlos@codesourcery.com>
* resrc.c (read_rc_file): Rename e to edit, and c to dir.
Pass dir to windres_add_include_dir. Add comments.
(close_input_stream): Check pclose error, and call fatal if
the preprocessor failed.
* windres.c (windres_add_include_dir): Assert that p is non-NULL,
and not an empty string.
Maciej W. Rozycki [Mon, 8 Oct 2007 13:15:00 +0000 (13:15 +0000)]
* mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL.
Ulrich Weigand [Mon, 8 Oct 2007 12:58:04 +0000 (12:58 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* aix-thread.c (supply_gprs64, supply_fprs, supply_sprs64)
(supply_sprs32, fetch_regs_user_thread, fetch_regs_kernel_thread)
(fill_gprs64, fill_gprs32, fill_fprs, fill_sprs64, fill_sprs32)
(store_regs_user_thread, store_regs_kernel_thread): Use
get_regcache_arch or get_frame_arch to get at the current architecture
by regcache or by frame, respectively.
Ulrich Weigand [Mon, 8 Oct 2007 12:57:04 +0000 (12:57 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* sh64-tdep.c (sh64_push_dummy_call, sh64_register_type)
(sh64_pseudo_register_read, sh64_pseudo_register_write)
(sh64_do_fp_register, sh64_do_pseudo_register, sh64_do_register)
(sh64_print_register, sh64_media_print_registers_info)
(sh64_compact_print_registers_info, sh64_unwind_sp)
(sh64_unwind_pc): Replace current_gdbarch by gdbarch.
(sh64_show_media_regs, sh64_show_compact_regs, sh64_frame_cache)
(sh64_frame_prev_register): Use FRAME to recognize current
architecture.
Ulrich Weigand [Mon, 8 Oct 2007 12:56:03 +0000 (12:56 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* sh-tdep.c (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu)
(sh_sh2a_register_type, sh_sh3e_register_type, sh_sh4_register_type)
(sh_register_reggroup_p, sh_dwarf2_frame_init_reg): Replace
current_gdbarch by gdbarch.
(sh_generic_show_regs, sh3_show_reg, sh2e_show_regs, sh2a_show_regs)
(sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
(sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs, sh_frame_cache)
(sh_frame_prev_register, sh_unwind_sp, sh_unwind_pc): Use FRAME to
recognize current architecture.
Ulrich Weigand [Mon, 8 Oct 2007 12:55:09 +0000 (12:55 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* remote.c (init_remote_state, fetch_register_using_p)
(process_g_packet, remote_fetch_registers, remote_prepare_to_store)
(store_register_using_P, store_registers_using_G)
(remote_store_registers): Use get_regcache_arch or get_frame_arch to
get at the current architecture by regcache or by frame, respectively.
Ulrich Weigand [Mon, 8 Oct 2007 12:54:07 +0000 (12:54 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* m68k-tdep.c (m68k_register_to_value, m68k_value_to_register)
(m68k_svr4_extract_return_value, m68k_svr4_store_return_value)
(m68k_frame_prev_register, m68k_get_longjmp_target): Use
get_regcache_arch or get_frame_arch to get at the current architecture
by regcache or by frame, respectively.
* m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
* m68klinux-nat.c (fetch_register, old_fetch_inferior_registers)
(store_register, old_store_inferior_registers, supply_gregset)
(supply_fpregset, fill_fpregset): Likewise.
* m68k-tdep.c (m68k_register_type, m68k_unwind_pc, m68k_dump_tdep):
Replace current_gdbarch by gdbarch.
Ulrich Weigand [Mon, 8 Oct 2007 12:53:07 +0000 (12:53 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* irix5-nat.c (supply_gregset, fill_gregset, supply_fpregset)
(fill_fpregset, fetch_core_registers): Use get_regcache_arch or
get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
Ulrich Weigand [Mon, 8 Oct 2007 12:51:54 +0000 (12:51 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write):
Replace current_gdbarch by gdbarch.
* ia64-tdep.c (ia64_frame_prev_register
(ia64_sigtramp_frame_prev_register)
(ia64_libunwind_frame_prev_register): Use get_regcache_arch or
get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
* ia64-linux-nat.c (ia64_linux_fetch_register)
(ia64_linux_fetch_registers, ia64_linux_store_register)
(ia64_linux_store_registers): Likewise.
Ulrich Weigand [Mon, 8 Oct 2007 12:50:56 +0000 (12:50 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* hppa-tdep.c (hppa_stub_unwind_sniffer, hppa_dump_tdep): Replace
current_gdbarch by gdbarch.
* hppa-linux-nat.c (fetch_register, store_register)
(hppa_linux_fetch_inferior_registers)
(hppa_linux_store_inferior_registers): Use get_regcache_arch or
get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
* hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code
(hppa_hpux_unwind_adjust_stub): Likewise.
* hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register)
(hppa_hpux_fetch_inferior_registers)
(hppa_hpux_store_inferior_registers): Likewise.
Ulrich Weigand [Mon, 8 Oct 2007 12:49:58 +0000 (12:49 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
(cris_scan_prologue, crisv32_scan_prologue, find_step_target)
(cris_software_single_step, cris_supply_gregset): Use get_regcache_arch
or get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
* cris-tdep.c (crisv32_single_step_through_delay, cris_push_dummy_call)
(cris_unwind_pc, cris_unwind_sp, cris_register_type, cris_dump_tdep)
(crisv32_register_type, cris_dwarf2_frame_init_reg): Replace
current_gdbarch by gdbarch.
Ulrich Weigand [Mon, 8 Oct 2007 12:49:03 +0000 (12:49 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* arm-tdep.c (arm_scan_prologue, arm_make_prologue_cache)
(thumb_get_next_pc, arm_get_next_pc, arm_extract_return_value)
(arm_store_return_value): Use get_regcache_arch or get_frame_arch to
get at the current architecture by regcache or by·frame, respectively.
(arm_push_dummy_call, arm_dump_tdep): Replace current_gdbarch by
gdbarch.
Ulrich Weigand [Mon, 8 Oct 2007 12:48:05 +0000 (12:48 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* amd64-tdep.c (amd64_frame_prev_register, amd64_sigtramp_frame_cache):
Use get_regcache_arch or get_frame_arch to get at the current
architecture by regcache or by frame, respectively.
* amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Likewise.
* amd64-nat.c (amd64_supply_native_gregset)
(amd64_collect_native_gregset): Replace current_gdbarch by gdbarch.
Ulrich Weigand [Mon, 8 Oct 2007 12:47:09 +0000 (12:47 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* alpha-tdep.c (alpha_register_reggroup_p): Replace current_gdbarch by
gdbarch.
* alpha-linux-nat.c (alpha_linux_register_u_offset): Likewise.
(alpha_sigtramp_frame_unwind_cache, alpha_sigtramp_frame_this_id)
(alpha_sigtramp_frame_sniffer, alpha_next_pc): Use get_regcache_arch or
get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
* alpha-nat.c (fetch_osf_core_registers): Likewise.
Ulrich Weigand [Mon, 8 Oct 2007 12:46:09 +0000 (12:46 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* dwarf2-frame.c (read_reg, execute_cfa_program, dwarf2_frame_cache)
(dwarf2_frame_default_init_reg, dwarf2_frame_prev_register): Replace
current_gdbarch by gdbarch.
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Likewise.
Ulrich Weigand [Mon, 8 Oct 2007 12:45:17 +0000 (12:45 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* regcache.c (init_regcache_descr, register_type, read_pc_pid)
(write_pc_pid, regcache_dump): Replace current_gdbarch by gdbarch.
* regcache.c (regcache_raw_write): Use get_regcache_arch or
get_frame_arch to get at the current architecture by regcache or by
frame, respectively.
Ulrich Weigand [Mon, 8 Oct 2007 12:44:09 +0000 (12:44 +0000)]
2007-10-08 Markus Deuling <deuling@de.ibm.com>
* findvar.c (value_of_register, locate_var_value): Use
get_regcache_arch or get_frame_arch to get at the current architecture
by regcache or by frame, respectively.
* findvar.c (default_value_from_register, value_from_register): Replace
current_gdbarch by gdbarch.
Daniel Jacobowitz [Mon, 8 Oct 2007 12:41:25 +0000 (12:41 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
* configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
* configure: Regenerated.
* gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
gdb.pascal/types.exp, lib/pascal.exp: New files.
Denis Pilat [Mon, 8 Oct 2007 11:51:31 +0000 (11:51 +0000)]
2007-09-24 Andrew Stubbs <andrew.stubbs@st.com>
* gencode.c (tab): Add RAISE_EXCEPTION_IF_IN_DELAY_SLOT to the
definition of PC relative 'mov.l'/'mov.w' and also 'mova'.
Nick Clifton [Mon, 8 Oct 2007 10:39:17 +0000 (10:39 +0000)]
* config/tc-avr.c (mcu_types): Add new devices: AT90PWM216, AT90PWM316.
* doc/c-avr.texi: Document new devices.
Nick Clifton [Mon, 8 Oct 2007 10:33:27 +0000 (10:33 +0000)]
* config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, ATtiny48.
* doc/c-avr.texi: Document new devices.
Nick Clifton [Mon, 8 Oct 2007 10:19:30 +0000 (10:19 +0000)]
PR gas/5134
* config/tc-arm.c (md_apply_fix): Likewise.
Nick Clifton [Mon, 8 Oct 2007 10:14:31 +0000 (10:14 +0000)]
PR gas/5133
* config/tc-arm.c (md_apply_fix): Correct error message
Nick Clifton [Mon, 8 Oct 2007 10:09:58 +0000 (10:09 +0000)]
PR gas/5135
(Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
Nick Clifton [Mon, 8 Oct 2007 10:05:28 +0000 (10:05 +0000)]
PR gas/5136
* config/tc-bfin.c (md_apply_fix): Fix error message.
Nick Clifton [Mon, 8 Oct 2007 09:30:35 +0000 (09:30 +0000)]
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): Default them to host flags
only for $host = $build.
Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.
Set default LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
* configure: Regenerate.
Pierre Muller [Mon, 8 Oct 2007 07:49:56 +0000 (07:49 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
Pierre Muller [Mon, 8 Oct 2007 07:43:43 +0000 (07:43 +0000)]
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
Ian Lance Taylor [Mon, 8 Oct 2007 07:24:21 +0000 (07:24 +0000)]
Make TLS test fail more reliably.
Ian Lance Taylor [Mon, 8 Oct 2007 07:22:21 +0000 (07:22 +0000)]
Add support for local GOT offsets.
Ian Lance Taylor [Mon, 8 Oct 2007 05:12:59 +0000 (05:12 +0000)]
From Craig Silverstein: add tls.h, use it in i386.cc.
gdbadmin [Mon, 8 Oct 2007 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Mon, 8 Oct 2007 00:00:05 +0000 (00:00 +0000)]
daily update
Ian Lance Taylor [Sun, 7 Oct 2007 18:06:27 +0000 (18:06 +0000)]
Add --version option.
Ian Lance Taylor [Sun, 7 Oct 2007 17:20:18 +0000 (17:20 +0000)]
Test merging of string constants.
Ian Lance Taylor [Sun, 7 Oct 2007 17:10:10 +0000 (17:10 +0000)]
Add a TLS test case.
Ian Lance Taylor [Sun, 7 Oct 2007 17:05:07 +0000 (17:05 +0000)]
Add support for local dynamic relocations.
Richard Sandiford [Sun, 7 Oct 2007 09:04:43 +0000 (09:04 +0000)]
sim/mips/
* mips.igen (ll): Fix mask for WITH_TARGET_WORD_BITSIZE == 32.
(sc, swxc1): Likewise. Also fix big-endian and reverse-endian
shifts for that case.
gdbadmin [Sun, 7 Oct 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Sun, 7 Oct 2007 00:00:05 +0000 (00:00 +0000)]
daily update
Ian Lance Taylor [Sat, 6 Oct 2007 05:40:44 +0000 (05:40 +0000)]
Correct handling of addends in merged sections.
Alan Modra [Sat, 6 Oct 2007 00:00:07 +0000 (00:00 +0000)]
daily update
gdbadmin [Sat, 6 Oct 2007 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***
Daniel Jacobowitz [Fri, 5 Oct 2007 21:36:00 +0000 (21:36 +0000)]
* remote.c (get_offsets): Only call free_symfile_segment_data if
data was allocated.
Bob Wilson [Fri, 5 Oct 2007 19:05:35 +0000 (19:05 +0000)]
* elf32-xtensa.c (relax_section): Call pin_internal_relocs when
changing a relocation's offset. Adjust call to translate_reloc. Do
not add a fix record for a DIFF reloc. For other relocs, only add a
fix record if the translated target is in a different object file;
otherwise, just update the relocation. Call pin_internal_relocs when
updating a reloc but not when adding a fix record.
(translate_reloc): Get the target section from a new argument, not
from the relocation. Change check for relaxable sections to an
assertion. Compute separate offset adjustments for the base symbol
and the addend, and set the new relocation's addend correctly. Return
the new target section.
H.J. Lu [Fri, 5 Oct 2007 19:04:06 +0000 (19:04 +0000)]
gas/testsuite/
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run smx.
* gas/i386/smx.d: New.
* gas/i386/smx.s: Likewise.
opcodes/
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (dis386_twobyte): Add getsec.
* i386-gen.c (cpu_flags): Add CpuSMX.
* i386-opc.h (CpuSMX): New.
(CpuSSSE3): Updated.
(i386_cpu_flags): Add cpusmx.
* i386-opc.tbl: Add getsec.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Bob Wilson [Fri, 5 Oct 2007 18:18:23 +0000 (18:18 +0000)]
* elf32-xtensa.c (elf_xtensa_relocate_section): Remove updates of
r_type and howto after calling do_fix_for_relocateable_link and
do_fix_for_final_link.
Bob Wilson [Fri, 5 Oct 2007 18:09:57 +0000 (18:09 +0000)]
* elf32-xtensa.c (removed_by_actions): New.
(offset_with_removed_text): Reimplement using removed_by_actions.
(offset_with_removed_text_before_fill): Delete.
(relax_property_section): Use removed_by_actions. Rearrange logic.
(relax_section_symbols): Likewise.
H.J. Lu [Fri, 5 Oct 2007 17:50:47 +0000 (17:50 +0000)]
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Check the first 2 8bit
immediate operands directly for instructions with 4 operands.
Ian Lance Taylor [Fri, 5 Oct 2007 17:36:31 +0000 (17:36 +0000)]
From Andrew Chatham: fix bug in 64-bit hash.
H.J. Lu [Fri, 5 Oct 2007 16:28:16 +0000 (16:28 +0000)]
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (reg_table): Use "{ XX }" on "(bad)".
(prefix_table): Likewise.
Pierre Muller [Fri, 5 Oct 2007 06:46:05 +0000 (06:46 +0000)]
2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
* objc-exp.y: ARI fix: remove 4 PARAMS.
gdbadmin [Fri, 5 Oct 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Fri, 5 Oct 2007 00:00:05 +0000 (00:00 +0000)]
daily update
Ian Lance Taylor [Thu, 4 Oct 2007 22:28:36 +0000 (22:28 +0000)]
From Craig Silverstein: x86_64 TLS support.
Ian Lance Taylor [Thu, 4 Oct 2007 22:24:47 +0000 (22:24 +0000)]
From Craig Silverstein: update comments.
H.J. Lu [Thu, 4 Oct 2007 22:02:10 +0000 (22:02 +0000)]
gas/testsuite/
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/simd.s: Add tests for unpckhpd and unpckhps.
* gas/i386/x86-64-simd.s: Likewise.
* gas/i386/simd-intel.d: Updated.
* gas/i386/simd.d: Likewise.
* gas/i386/x86-64-simd-intel.d: Likewise.
* gas/i386/x86-64-simd.d: Likewise.
opcodes/
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (dis386_twobyte): Use EXx instead of EXq on
unpckhpX and unpckhpX.
David Daney [Thu, 4 Oct 2007 21:53:06 +0000 (21:53 +0000)]
opcodes/
2007-10-04 David Daney <ddaney@avtrex.com>
* mips-opc.c (mips_builtin_opcodes): Mark lwxc1 as working on FP_S
registers.
gas/testsuite/
2007-10-04 David Daney <ddaney@avtrex.com>
* gas/mips/odd-float.d, gas/mips/odd-float.s: New test.
* gas/mips/mips.exp: Run it.
H.J. Lu [Thu, 4 Oct 2007 21:02:38 +0000 (21:02 +0000)]
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (MOD_0F12_PREFIX_0): Use "movlps" and "movhlps"
instead of "movlpX" and "movhlpX", respectively.
(MOD_0F16_PREFIX_0): Use "movhps" and "movlhps" instead of
"movhpX" and "movlhpX", respectively.
H.J. Lu [Thu, 4 Oct 2007 18:29:29 +0000 (18:29 +0000)]
gas/
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5109
* config/tc-i386.c (process_suffix): Clear QWORD suffix if it
is ignored in Intel mode.
gas/testsuite/
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5109
* gas/i386/simd-intel.d: Updated.
* gas/i386/simd.d: Likewise.
* gas/i386/x86-64-simd-intel.d: Likewise.
* gas/i386/x86-64-simd.d: Likewise.
* gas/i386/simd.s: Add more tests.
* gas/i386/x86-64-simd.s: Likewise.
Bob Wilson [Thu, 4 Oct 2007 17:15:29 +0000 (17:15 +0000)]
* elf32-xtensa.c (reloc_bfd_fix_struct): Delete target_abfd field.
(reloc_bfd_fix_init): Remove target_abfd argument.
(relax_section, move_literal): Adjust calls to reloc_bfd_fix_init.
Nick Clifton [Thu, 4 Oct 2007 17:05:37 +0000 (17:05 +0000)]
* read.c (potable): Add string8, string16, string32 and string64. Add bit size for stringer function.
(stringer_append_char): New.
(stringer): Use stringer_append_char().
* config/obj-coff.c (obj_coff_ident): Add bit size for stringer function.
* config/obj-elf.c (obj_elf_ident): Likewise.
* config/tc-alpha.c (s_alpha_stringer): Likewise.
* config/tc-dlx.c (dlx_pseudo_table): Likewise.
* config/tc-hppa.c (pa_stringer): Likewise.
* config/tc-ia64.c (md_pseudo_table, pseudo_opcode): Likewise.
* config/tc-m68hc11.c (md_pseudo_table): Likewise.
* config/tc-mcore.c (md_pseudo_table): Likewise.
* config/tc-mips.c (mips_pseudo_table): Likewise.
* config/tc-spu.c (md_pseudo_table): Likewise.
* config/tc-s390.c (md_pseudo_table): Likewise. Replace '2' by '1'.
* doc/as.texinfo (ABORT): Fix identing.
(String): Document new string8, string16, string32, string64 functions.
* NEWS: Mention the new feature.
* testsuite/gas/all/gas.exp: Include new test "strings".
* testsuite/gas/all/string.s: New
* testsuite/gas/all/string.d: New.
Nick Clifton [Thu, 4 Oct 2007 14:06:40 +0000 (14:06 +0000)]
* configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.
(WIN32LIBADD): Rename to SHARED_LIBADD
(SHARED_DEPENDENCIES): New exported variable.
(enable_shared): Add dependency upon libbfd.la for non-cygwin based shared library builds.
* Makefile.am (libopcodes_la_DEPENDENCIES): Append SHARED_DEPENDENCIES.
(libopcodes_la_LIBADD): Rename WIN32LIBADD to SHARED_LIBADD.
(libopcodes_la_LDFLAGS): Rename WIN32LDFLAGS to SHARED_LDFLAGS.
* configure: Regenerate.
* Makefile.in: Regenerate.
Nick Clifton [Thu, 4 Oct 2007 13:55:25 +0000 (13:55 +0000)]
PR linker/4844
* emultempl/pep.em (pep_find_data_imports): Issue a warning message if auto importing is triggered without
--enable-auto-import having been specified on the command line.
* emultempl/pe.em (pe_find_data_imports): Likewise.
Nick Clifton [Thu, 4 Oct 2007 13:43:16 +0000 (13:43 +0000)]
PR gas/5100
* arc-opc.c (insert_offset): Fix spelling mistake in error message.
Nick Clifton [Thu, 4 Oct 2007 13:41:29 +0000 (13:41 +0000)]
PR linker/5099
* elf64-x86-64.c (elf64_x86_64_check_relocs): Add missing apostrophe to error message.
Nick Clifton [Thu, 4 Oct 2007 13:38:09 +0000 (13:38 +0000)]
Fix spelling typos.
Nick Clifton [Thu, 4 Oct 2007 13:35:18 +0000 (13:35 +0000)]
PR linker/5097
* emultempl/armelf.em (arm_elf_finish): Fix spelling typo.
Ian Lance Taylor [Thu, 4 Oct 2007 05:49:04 +0000 (05:49 +0000)]
Full support for --sysroot.
Alan Modra [Thu, 4 Oct 2007 00:00:06 +0000 (00:00 +0000)]
daily update
gdbadmin [Thu, 4 Oct 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***
Ian Lance Taylor [Wed, 3 Oct 2007 20:54:32 +0000 (20:54 +0000)]
From Craig Silvestein: document the i386 relocs.
Ian Lance Taylor [Wed, 3 Oct 2007 20:50:53 +0000 (20:50 +0000)]
From Craig Silverstein: get all x86_64 tests passing.
Daniel Jacobowitz [Wed, 3 Oct 2007 20:42:08 +0000 (20:42 +0000)]
* NEWS: Use uniform spacing. Correct version number for GDB 6.7
news. Mention XML support for M68K in GDB 6.7.
Daniel Jacobowitz [Wed, 3 Oct 2007 20:37:31 +0000 (20:37 +0000)]
* gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for the
bounds.
(init_vector_type): Use builtin_type_int32.
H.J. Lu [Wed, 3 Oct 2007 19:30:44 +0000 (19:30 +0000)]
2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (OP_REG): Set add to 0 only when needed.
(OP_C): Likewise.
(OP_D): Likewise.
(OP_MMX): Likewise.
(OP_XMM): Likewise.
(OP_EM): Likewise.
(OP_MXC): Likewise.
(OP_EX): Likewise.
H.J. Lu [Wed, 3 Oct 2007 19:03:20 +0000 (19:03 +0000)]
2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Update SSE comments.
Kazu Hirata [Wed, 3 Oct 2007 14:35:31 +0000 (14:35 +0000)]
* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
Nick Clifton [Wed, 3 Oct 2007 14:35:06 +0000 (14:35 +0000)]
PR gas/5078
* config/tc-avr.c (avr_get_constant): Extend error message to mention that the constant must be positive.
Nick Clifton [Wed, 3 Oct 2007 13:48:35 +0000 (13:48 +0000)]
PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
PR gas/5090 (md_assemble): Fix spelling typo.
Alan Modra [Wed, 3 Oct 2007 11:35:16 +0000 (11:35 +0000)]
* stabs.c (aout_process_stab): Set BSF_DEBUGGING.
Ian Lance Taylor [Wed, 3 Oct 2007 05:40:11 +0000 (05:40 +0000)]
From Craig Silverstein: set symbol value for function pointer
equality across shared library boundaries.
Alan Modra [Wed, 3 Oct 2007 04:24:08 +0000 (04:24 +0000)]
* readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
Ian Lance Taylor [Wed, 3 Oct 2007 00:34:49 +0000 (00:34 +0000)]
Parameterize object_unittest to work for whatever target types are
supported.
Alan Modra [Wed, 3 Oct 2007 00:00:05 +0000 (00:00 +0000)]
daily update
gdbadmin [Wed, 3 Oct 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***
Ian Lance Taylor [Tue, 2 Oct 2007 22:45:07 +0000 (22:45 +0000)]
From Craig Silverstein: don't run function pointer non-PIC tests when
they won't work.