OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
15 years ago PR 10288
nickc [Thu, 18 Jun 2009 10:31:20 +0000 (10:31 +0000)]
    PR 10288
        * arm-dis.c (print_insn_coprocessor): Check that a user specified
        ARM architecture supports the matched instruction.
        (print_insn_arm): Likewise.
        (select_arm_features): New function.  Fills in the fields of an
        arm_feature_set structure based on a given arm machine number.
        (print_insn): Initialise an arm_feature_set structure.

        * objdump.c (disassemble_bytes): Set the
        USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
        if the user has invoked the -m switch.
        * doc/binutils.texi: Document the additional behaviour of
        objdump's -m switch for ARM targets.

        * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
        field of struct disassemble_info.

        * gas/arm/align.s: Add labels so that COFF based targets can
        correctly locate THUMB code.
        * gas/arm/copro.d: Do not pass --architecture switch to objdump.

15 years ago * path.cc (chdir): Check error conditions first.
corinna [Thu, 18 Jun 2009 09:47:13 +0000 (09:47 +0000)]
* path.cc (chdir): Check error conditions first.

15 years ago * libc/locale/locale.c (loadlocale): Add handling of "@cjknarrow"
corinna [Thu, 18 Jun 2009 09:13:39 +0000 (09:13 +0000)]
* libc/locale/locale.c (loadlocale): Add handling of "@cjknarrow"
modifier on _MB_CAPABLE targets.  Add comment to explain.  Improve
documentation.

15 years ago * ld-pe/pe-run.exp (proc test_direct_link_dll): Always pass
davek [Thu, 18 Jun 2009 02:47:50 +0000 (02:47 +0000)]
* ld-pe/pe-run.exp (proc test_direct_link_dll):  Always pass
--enable-auto-import to the linker.
* ld-pe/vers-script-1.d:  Replace '\$' by '_' in all symbol names.
* ld-pe/vers-script-3.d:  Likewise.
* ld-pe/vers-script-4.d:  Likewise.
* ld-pe/vers-script-dll.c:  Likewise.
* lib/ld-lib.exp (proc is_pecoff_format):  Also return true for
"*-*-cegcc*" targets.

15 years ago2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
davek [Thu, 18 Jun 2009 02:11:01 +0000 (02:11 +0000)]
2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>

Merge cegcc and mingw32ce target name changes from CeGCC project,
replacing "arm-*-" by "arm*-*-" where needed.

  2008-09-24  Pedro Alves  <pedroalves@users.sourceforge.net>

ld/
* configure.tgt (arm*-*-cegcc*): Set LIB_PATH to
${tooldir}/lib/w32api.

  2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>

bfd/
* config.bfd: Add arm*-*-cegcc* target.

  2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>

binutils/
* configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
* configure: Regenerate.

  2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>

gas/
* configure.tgt: Add arm*-*-cegcc* target.

  2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>

ld/
* configure.tgt: Add arm*-*-cegcc* target.

  2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>

bfd/
* config.bfd: Add arm-*-mingw32ce* target.

  2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>

gas/
* configure.tgt: Add arm-*-mingw32ce* target.

  2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>

ld/
* configure.tgt: Add arm-*-mingw32ce* target.

15 years ago2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 18 Jun 2009 00:45:14 +0000 (00:45 +0000)]
2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): New.
* elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Likewise.
* elf32-i386.c (elf_i386_allocate_dynrelocs): Use it.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.

2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (_bfd_elf_create_ifunc_dyn_reloc): New.
* elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Likewise.
* elf32-i386.c (elf_i386_check_relocs): Use it.
* elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.

2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (elf_dyn_relocs): New.

* elf32-i386.c (elf_i386_dyn_relocs): Removed.
(elf_i386_link_hash_entry): Replace elf_i386_dyn_relocs with
elf_dyn_relocs.
(elf_i386_copy_indirect_symbol): Likewise.
(elf_i386_check_relocs): Likewise.
(elf_i386_gc_sweep_hook): Likewise.
(elf_i386_allocate_dynrelocs): Likewise.
(elf_i386_readonly_dynrelocs): Likewise.
(elf_i386_size_dynamic_sections): Likewise.

* elf64-x86-64.c (elf64_x86_64_dyn_relocs): Removed.
(elf64_x86_64_link_hash_entry): Replace elf64_x86_64_dyn_relocs
with elf_dyn_relocs.
(elf64_x86_64_copy_indirect_symbol): Updated.
(elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_gc_sweep_hook): Likewise.
(elf64_x86_64_adjust_dynamic_symbol): Likewise.
(elf64_x86_64_allocate_dynrelocs): Likewise.
(elf64_x86_64_readonly_dynrelocs): Likewise.
(elf64_x86_64_size_dynamic_sections): Likewise.

15 years ago*** empty log message ***
gdbadmin [Thu, 18 Jun 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Thu, 18 Jun 2009 00:00:09 +0000 (00:00 +0000)]
daily update

15 years ago * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
muller [Wed, 17 Jun 2009 22:46:08 +0000 (22:46 +0000)]
* lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
target.

15 years ago2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Wed, 17 Jun 2009 22:01:36 +0000 (22:01 +0000)]
2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/stdlib.h (_wtof): Define.

15 years ago * dwarf2read.c (zlib_decompress_section): Use a cleanup.
tromey [Wed, 17 Jun 2009 20:29:42 +0000 (20:29 +0000)]
* dwarf2read.c (zlib_decompress_section): Use a cleanup.

15 years ago * gdbarch.sh (pointer_to_address): Change to type 'm'.
uweigand [Wed, 17 Jun 2009 18:50:30 +0000 (18:50 +0000)]
* gdbarch.sh (pointer_to_address): Change to type 'm'.
(address_to_pointer): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.

* inferior.h (unsigned_pointer_to_address): Add GDBARCH argument.
(signed_pointer_to_address): Likewise.
(unsigned_address_to_pointer, address_to_signed_pointer): Likewise.
* findvar.c (unsigned_pointer_to_address): Likewise.
(signed_pointer_to_address): Likewise.
(unsigned_address_to_pointer, address_to_signed_pointer): Likewise.

* avr-tdep.c (avr_address_to_pointer): Likewise.
(avr_pointer_to_address): Likewise.
* iq2000-tdep.c (iq2000_pointer_to_address): Likewise.
(iq2000_address_to_pointer): Likewise.
* m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
(m32c_m16c_pointer_to_address): Likewise.
* spu-tdep.c (spu_pointer_to_address): Likewise.
* xstormy16-tdep.c (xstormy16_pointer_to_address): Likewise.
(xstormy16_address_to_pointer): Likewise.

15 years agoChangeLog:
uweigand [Wed, 17 Jun 2009 18:49:36 +0000 (18:49 +0000)]
ChangeLog:

* printcmd.c (print_scalar_formatted): Always truncate
unsigned data types.

* cli-dump.c (struct callback_data): Change type of load_offset
to CORE_ADDR.
(restore_binary_file): Update type casts.
(restore_command): Parse load_offset as address, not long.

* utils.c (string_to_core_addr): Do not sign-extend value.
* varobj.c (find_frame_addr_in_frame_chain): Truncate frame_base
before comparing against requested frame address.

testsuite/ChangeLog:

* gdb.base/dump.exp: Handle SPU like 64-bit platforms.

15 years ago * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
uweigand [Wed, 17 Jun 2009 18:48:26 +0000 (18:48 +0000)]
* gdbarch.sh (gcore_bfd_target): New gdbarch callback.
* gdbarch.h, gdbarch.c: Regenerate.

* gcore.c (default_gcore_target): Make return value const.
Call gdbarch_gcore_bfd_target if present.
(default_gcore_arch, default_gcore_mach): Use target_gdbarch.

* corelow.c (core_read_description): Call gdbarch_core_read_description
on core_gdbarch instead of current_gdbarch.

* ppc-linux-tdep.c (ppc_linux_init_abi): Install gcore_bfd_target.

15 years ago * gdbtypes.c (create_string_type): Receive character type as argument.
uweigand [Wed, 17 Jun 2009 18:47:35 +0000 (18:47 +0000)]
* gdbtypes.c (create_string_type): Receive character type as argument.
* gdbtypes.h (create_string_type): Add character type argument.
        * dwarf2read.c (read_tag_string_type): Pass character type to
create_string_type.

* value.h (value_string): Add character type argument.
* valops.c (value_string): Add character type argument.  Pass it to
create_string_type.  Do not allocate space in inferior.
* valarith.c (value_concat): Pass character type to value_string.

* value.h (value_typed_string): Rename to ...
(value_cstring): ... this.
* valops.c (value_typed_string): Rename to ...
(value_cstring): ... this.
* c-lang.c (evaluate_subexp_c): Update.

* python/python-value.c (builtin_type_pychar): New define.
(convert_value_from_python): Call value_cstring instead
of value_from_string.
* value.c (value_from_string): Remove.
* value.h (value_from_string): Remove.

* eval.c (evaluate_subexp_standard): Pass character type to
value_string.  Pass expression architecture to value_nsstring
and lookup_child_selector.
* objc-lang.h (lookup_objc_class): Add GDBARCH parameter.
(lookup_child_selector): Likewise.
(value_nsstring): Likewise.
* objc-lang.c (lookup_objc_class): Add GDBARCH parameter.
Pass character type to value_string..
(lookup_child_selector): Likewise.
(value_nsstring): Add GDBARCH parameter, use it instead of
objfile architecture.  Pass architecture to lookup_objc_class
and lookup_child_selector. Pass character type to value_string.
(end_msglist): Pass architecture to lookup_objc_class.
* objc-exp.y: Pass architecture to lookup_objc_class.

15 years ago * gdbtypes.h (struct language_defn): Add forward declaration.
uweigand [Wed, 17 Jun 2009 18:46:25 +0000 (18:46 +0000)]
* gdbtypes.h (struct language_defn): Add forward declaration.
(lookup_typename): Add LANGUAGE and GDBARCH parameters.
(lookup_unsigned_typename): Likewise.
(lookup_signed_typename): Likewise.
* gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
Use them instead of current_language and current_gdbarch.
(lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
Pass them to lookup_typename.
(lookup_signed_typename): Likewise.

* c-exp.y: Pass parse_language and parse_gdbarch to
lookup_unsigned_typename and lookup_signed_typename.
* objc-exp.y: Likewise.
* m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.

* c-lang.c (evaluate_subexp_c): Pass expression language and
gdbarch to lookup_typename.
* printcmd.c (printf_command): Pass current language and
gdbarch to lookup_typename.
* python/python-type.c (typy_lookup_typename): Likewise.
Include "language.h".

15 years ago * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
uweigand [Wed, 17 Jun 2009 18:45:08 +0000 (18:45 +0000)]
* sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.
Use it instead of current_gdbarch.  Pass architecture to
sparc32_gregset_supplies_p.
(sparc64_fpregset_supplies_p): Add GDBARCH parameter.  Use it instead
of current_gdbarch.  Pass architecture to sparc32_fpregset_supplies_p.
* sparc64nbsd-nat.c (sparc64nbsd_gregset_supplies_p,
sparc64nbsd_fpregset_supplies_p): Likewise.
* sparc-nat.c (sparc_gregset_supplies_p, sparc_fpregset_supplies_p):
Add GDBARCH parameter.
(sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.
(sparc_fetch_inferior_registers): Pass regcache architecture to
sparc_gregset_supplies_p and sparc_fpregset_supplies_p.
(sparc_store_inferior_registers): Likewise.
* sparc-nat.h (sparc_gregset_supplies_p, sparc_fpregset_supplies_p:
Add GDBARCH parameter.
(sparc32_gregset_supplies_p, sparc32_fpregset_supplies_p): Likewise.

15 years ago * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
uweigand [Wed, 17 Jun 2009 18:44:23 +0000 (18:44 +0000)]
* ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead
of current_gdbarch.
* aix-thread.c (pd_enable): Likewise.
* amd64-linux-nat.c (ps_get_thread_area): Likewise.
* bsd-uthread.c (bsd_uthread_activate): Likewise.
* linux-nat.c (linux_nat_info_proc_cmd): Likewise.
* linux-thread-db.c (enable_thread_event): Likewise.
* monitor.c (monitor_write_memory, monitor_read_memory): Likewise.
* nto-procfs.c (procfs_open): Likewise.
* procfs.c (invalidate_cache, procfs_insert_watchpoint,
info_proc_mappings, info_mappings_callback): Likewise.
* record.c (record_open): Likewise.
* rs6000-nat.c (ARCH64): Likewise.
* solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
(darwin_bfd_open): Likewise.
* memattr.c (mem_info_command): Likewise.

* windows-nat.c (win32_resume): Use current regcache architecture
instead of current_gdbarch.

* dbug-rom.c (dbug_regname): Remove check against number of
registers in current_gdbarch.
* solib-pa64.c (read_dynamic_info): Remove unused variable.

15 years ago * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
uweigand [Wed, 17 Jun 2009 18:43:23 +0000 (18:43 +0000)]
* dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,
use it instead of current_gdbarch.
* frame.h (deprecated_pc_in_call_dummy): Add GDBARCH parameter.
* arm-tdep.c (arm_skip_prologue): Pass architecture to
deprecated_pc_in_call_dummy.

* symtab.c (skip_prologue_using_sal): Add GDBARCH parameter.
Use it instead of current_gdbarch.
* symtab.h (skip_prologue_using_sal): Add GDBARCH parameter.
* breakpoint.c (expand_line_sal_maybe): Pass architecture to
skip_prologue_using_sal.
* arm-tdep.c (skip_prologue_using_sal): Likewise.
* lm32-tdep.c (lm32_skip_prologue): Likewise.
* m32-tdep.c (m32c_skip_prologue): Likewise.
* mips-tdep.c (mips_skip_prologue): Likewise.
* moxie-tdep.c (moxie_skip_prologue): Likewise.
* mt-tdep.c (mt_frame_unwind_cache): Likewise.
* rs6000-tdep.c (rs6000_skip_prologue): Likewise.
* frv-tdep.c (frv_analyze_prologue): Add GDBARCH parameter, pass
it to skip_prologue_using_sal.  Update call sites ...
(frv_skip_prologue, frv_frame_unwind_cache): ... here.

* mn10300-tdep.c (struct mn10300_prologue): Add GDBARCH member.
(check_for_saved): Use it instead of current_gdbarch.
(mn10300_analyze_prologue): Set it.

* value.c (using_struct_return): Add GDBARCH parameter.  Use it
instead of current_gdbarch.
* value.h (using_struct_return): Add GDBARCH parameter.
* eval.c (evaluate_subexp_standard): Pass architecture to
using_struct_return.
* infcall.c (call_function_by_hand): Likewise.
* stack.c (return_command): Likewise.
* sparc-tdep.c (sparc32_push_dummy_code): Likewise.

* symtab.c (in_prologue): Add GDBARCH parameter.  Use it instead of
current_gdbarch.
* symtab.h (in_prologue): Add GDBARCH parameter.
* infrun.c (handle_inferior_event): Pass architecture to in_prologue.

* eval.c (evaluate_subexp_standard): Use expression architecture
instead of current_gdbarch.

* c-lang.c (evaluate_subexp_c): Use expression architecture and
language instead of current_gdbarch and current_language.

* printcmd.c (do_one_display): Use expression architecture instead
of current_gdbarch.

* infcmd.c (print_return_value): Use architecture of stop_regcache
instead of current_gdbarch.
(print_vector_info, print_float_info): Remove GDBARCH argument,
use frame architecture instead.
(vector_info, float_info): Update calls.

* objc-lang.c (objc_skip_trampoline): Use frame architecture
instead of current_gdbarch.

* parse.c (write_dollar_variable): Use parse architecture instead
of current_gdbarch.

* source.c (line_info): Use objfile architecture instead of
current_gdbarch.

* symtab.c (find_function_start_sal): Use gdbarch instead of
current_gdbarch.
(print_msymbol_info): Use objfile architecture instead of
current_gdbarch.

* valops.c (value_assign): Use frame architecture instead of
current_gdbarch.

15 years ago * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.
uweigand [Wed, 17 Jun 2009 18:41:49 +0000 (18:41 +0000)]
* buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.

* coffread.c (coff_symtab_read): Call gdbarch_addr_bits_remove before
calling record_line.
(enter_linenos): Likewise.
* dbxread.c (process_one_symbol): Likewise.
* dwarf2read.c (dwarf_decode_lines): Likewise.
* mdebugread.c (psymtab_to_symtab_1): Likewise.
* xcoffread.c (enter_line_range): Likewise.

15 years ago * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
uweigand [Wed, 17 Jun 2009 18:40:53 +0000 (18:40 +0000)]
* ax-gdb.c (gen_bitfield_ref): Add EXP argument, use expression
architecture instead of current_gdbarch.
(gen_struct_ref): Add EXP argument, pass to get_bitfield_ref.
(gen_expr): Pass expression to get_struct_ref.

* symtab.h (struct symbol_ops): Add GDBARCH parameter to
tracepoint_var_ref callback.
* ax-gdb.c (gen_var_ref): Pass architecture to tracepoint_var_ref
symbol operation callback.
* dwarf2loc.c (dwarf2_tracepoint_var_ref): Add GDBARCH parameter.
Use it instead of current_gdbarch.
(locexpr_tracepoint_var_ref): Add GDBARCH parameter.  Pass it to
dwarf2_tracepoint_var_ref.
(loclist_tracepoint_var_ref): Likewise.

15 years ago * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
uweigand [Wed, 17 Jun 2009 18:39:12 +0000 (18:39 +0000)]
* prologue-value.c (make_pv_area): Add ADDR_BIT argument.
Use it instead of address bits of current_gdbarch.
* prologue-value.c (make_pv_area): Add ADDR_BIT argument.
* arm-tdep.c (thumb_analyze_prologue): Pass address bits to
make_pv_area.
(arm_scan_prologue): Likewise.
* m32c-tdep.c (m32c_analyze_prologue): Likewise.
* mep-tdep.c (mep_analyze_prologue): Likewise.
* mn10300-tdep.c (mn10300_analyze_prologue): Likewise.
* s390-tdep.c (s390_analyze_prologue): Likewise.

15 years agoChangeLog:
uweigand [Wed, 17 Jun 2009 18:38:16 +0000 (18:38 +0000)]
ChangeLog:

* mi/mi-main.c (mi_cmd_data_list_register_names): Use selected
frame architecture instead of current_gdbarch.
(mi_cmd_data_list_changed_registers): Likewise.
(mi_cmd_data_list_register_values): Likewise.  Pass selected
frame to get_register.
(get_register): Add FRAME argument, use it as frame to retrieve
registers from (instead of selected frame).  Use frame architecture
instead of current_gdbarch.
(mi_cmd_data_write_register_values): Use current regcache
architecture instead of current_gdbarch.

testsuite/ChangeLog:

* gdb.mi/gdb680.exp: Update test for error message.

15 years ago * tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
uweigand [Wed, 17 Jun 2009 18:36:44 +0000 (18:36 +0000)]
* tui/tui-regs.c (tui_show_register_group): Remove GDBARCH parameter;
use frame architecture instead.  Replace current_gdbarch uses.
(tui_show_registers): Update call.
(tui_get_register): Remove GDBARCH parameter; use frame architecture
instead.
(tui_show_register_group): Update call.
(tui_check_register_values): Likewise.
(tui_register_format): Remove GDBARCH parameter; use frame
architecture instead.  Replace current_gdbarch uses.
(tui_get_register): Update call.

15 years ago * gdbarch.sh (construct_inferior_arguments): Remove.
uweigand [Wed, 17 Jun 2009 18:35:33 +0000 (18:35 +0000)]
* gdbarch.sh (construct_inferior_arguments): Remove.
* gdbarch.c, gdbarch.h: Regenerate.
* infcmd.c (get_inferior_args): Call construct_inferior_arguments
directly instead of gdbarch_construct_inferior_arguments.
(construct_inferior_arguments): Remove GDBARCH argument.
* inferior.h (construct_inferior_arguments): Likewise.

15 years ago * symfile.c (section_is_mapped): Use objfile architecture instead
uweigand [Wed, 17 Jun 2009 18:34:34 +0000 (18:34 +0000)]
* symfile.c (section_is_mapped): Use objfile architecture instead
of current_gdbarch.
(TARGET_LONG_BYTES): Remove.
(read_target_long_array): Add SIZE argument.  Use it instead of
TARGET_LONG_BYTES.
(simple_read_overlay_table): Retrieve long size from objfile
architecture; pass it to read_target_long_array.
(simple_read_overlay_region_table): Likewise.
(simple_overlay_update_1): Likewise.

15 years ago * infrun.c (cleanup_displaced_step_closure): Remove.
uweigand [Wed, 17 Jun 2009 18:33:28 +0000 (18:33 +0000)]
* infrun.c (cleanup_displaced_step_closure): Remove.
(displaced_step_clear_cleanup): Move to before displaced_step_prepare.
(displaced_step_prepare): Use displaced_step_clear_cleanup instead
of cleanup_displaced_step_closure.
(handle_inferior_event, keep_going): Use thread architecture instead
of current_gdbarch.

15 years agoChangeLog:
uweigand [Wed, 17 Jun 2009 18:32:35 +0000 (18:32 +0000)]
ChangeLog:

* infrun.c (handle_inferior_event): Use current frame architecture
or thread architecture instead of current_gdbarch.  Pass to
handle_step_into_function and handle_step_into_function_backward.
(handle_step_into_function): Add GDBARCH parameter.  Use it instead
of current_gdbarch.
(handle_step_into_function_backward): Likewise.
(insert_step_resume_breakpoint_at_frame): Use frame architecture
instead of current_gdbarch.
(insert_step_resume_breakpoint_at_caller): Likewise.

testsuite/ChangeLog:

* gdb.base/annota1.exp: Allow multiple occurrences of the
frames-invalid annotation.
* gdb.cp/annota2.exp: Likewise.

15 years ago2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 17 Jun 2009 18:08:34 +0000 (18:08 +0000)]
2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-arm.c (create_got_section): Get existing .rela.got
section.
* elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
* elf32-lm32.c (create_got_section): Likewise.
* elf32-m32r.c (create_got_section): Likewise.
* elf32-ppc.c (ppc_elf_create_got): Likewise.
* elf32-s390.c (create_got_section): Likewise.
* elf32-sh.c (create_got_section): Likewise.
* elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
* elf64-s390.c (create_got_section): Likewise.
* elfxx-sparc.c (create_got_section): Likewise.

* elflink.c (_bfd_elf_create_got_section): Properly initialize
the GOT size.

15 years ago2009-06-17 Michael Eager <eager@eagercon.com>
jjohnstn [Wed, 17 Jun 2009 16:47:01 +0000 (16:47 +0000)]
2009-06-17  Michael Eager <eager@eagercon.com>

        * libc/include/pthread.h: Support XMK (Xilinx) BSP, add RTEMS to
        PTHREAD_MUTEX_NORMAL.
        * libc/include/sys/features.h: Same.
        * libc/include/sys/types.h: Same.

15 years ago2009-06-17 Michael Eager <eager@eagercon.com>
jjohnstn [Wed, 17 Jun 2009 16:38:22 +0000 (16:38 +0000)]
2009-06-17  Michael Eager <eager@eagercon.com>

        * rs6000/Makefile.in: Add xilinx support.
        * rs6000/xil-crt0.s: New crt0 file for powerpc-xilinx-eabi.
        * rs6000/xilinx.ld: New file.
        * rs6000/xilinx440.ld: Ditto.

15 years ago2009-06-17 Michael Eager <eager@eagercon.com>
jjohnstn [Wed, 17 Jun 2009 16:35:15 +0000 (16:35 +0000)]
2009-06-17  Michael Eager <eager@eagercon.com>

        * COPYING.LIBGLOSS: Add Xilinx license.

15 years agoUndo accidental checkin of bogus change
pb [Wed, 17 Jun 2009 15:46:18 +0000 (15:46 +0000)]
Undo accidental checkin of bogus change

15 years ago * fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsg
corinna [Wed, 17 Jun 2009 08:23:17 +0000 (08:23 +0000)]
* fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsg
as NO_COPY.

15 years ago * infcmd.c (post_create_inferior): Call breakpoint_re_set after target
muller [Wed, 17 Jun 2009 06:17:32 +0000 (06:17 +0000)]
* infcmd.c (post_create_inferior): Call breakpoint_re_set after target
is pushed for watchpoint promotion to hardware watchpoint.

15 years ago*** empty log message ***
gdbadmin [Wed, 17 Jun 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Wed, 17 Jun 2009 00:00:07 +0000 (00:00 +0000)]
daily update

15 years ago2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
ppluzhnikov [Tue, 16 Jun 2009 21:06:39 +0000 (21:06 +0000)]
2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>

* dwarf2read.c (dwarf_info_section, dwarf_abbrev_section)
(dwarf_line_section, dwarf_pubnames_section, dwarf_aranges_section)
(dwarf_loc_section, dwarf_macinfo_section, dwarf_str_section)
(dwarf_ranges_section, dwarf_frame_section)
(dwarf_eh_frame_section): Removed.
(dwarf2_resize_section): Likewise.
(dwarf2_read_section): Now static, use bfd_mmap() if possible.
(dwarf2_get_section_info): New function.
(munmap_section_buffer): Likewise.
(dwarf2_per_objfile_cleanup): Likewise.
(section_is_p): Signature change.
* dwarf2-frame.c (dwarf2_build_frame_info): Use
dwarf2_get_section_info instead of dwarf2_read_section.

15 years ago* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.
cgf [Tue, 16 Jun 2009 20:33:43 +0000 (20:33 +0000)]
* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.

15 years ago * libc/include/locale.h (struct lconv): Add missing members required
corinna [Tue, 16 Jun 2009 19:45:16 +0000 (19:45 +0000)]
* libc/include/locale.h (struct lconv): Add missing members required
by POSIX.1-2008.
* libc/locale/locale.c (lconv): Initialize new members to default
values in "C" locale.

15 years ago* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping due
cgf [Tue, 16 Jun 2009 19:05:39 +0000 (19:05 +0000)]
* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping due
to received signal.

15 years ago2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>
ppluzhnikov [Tue, 16 Jun 2009 18:49:25 +0000 (18:49 +0000)]
2009-06-16  Paul Pluzhnikov  <ppluzhnikov@google.com>

* solib.c (symbol_add_stub): New FLAGS parameter.
(solib_read_symbols): FROM_TTY -> FLAGS, call symbol_add_stub
directly.
(solib_add): Defer breakpoint_re_set until after all solibs.
* bsd-uthread.c (bsd_uthread_solib_loaded): Adjust.
* rs6000-nat.c (objfile_symbol_add): Adjust.
* symfile.c (syms_from_objfile): Merge parameters into ADD_FLAGS.
(new_symfile_objfile): Likewise.
(symbol_file_add_with_addrs_or_offsets): Likewise.
(symbol_file_add_from_bfd): Likewise.
(symbol_file_add): Likewise.
* symfile.h (enum symfile_add_flags): New. Adjust prototypes.
* symfile-mem.c (symbol_file_add_from_memory): Adjust.
* windows-nat.c (safe_symbol_file_add_stub): Adjust.
* machoread.c (macho_oso_symfile, macho_symfile_read): Adjust.

15 years ago * linespec.c (collect_methods): Delete.
kseitz [Tue, 16 Jun 2009 18:39:41 +0000 (18:39 +0000)]
* linespec.c (collect_methods): Delete.
(add_matching_methods): Reove destructor special case.
(find_method): Call find_methods directly instead of
collect_methods.
* valops.c (value_struct_elt): Remove destructor
special cases.
(check_field): Likewise.
(value_struct_elt_for_reference): Likewise.
(destructor_name_p): Remove misleading comment about dtors
being "special cases".
* gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
* gdbtypes.c (get_destructor_fn_field): Likewise.

15 years ago * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
palves [Tue, 16 Jun 2009 18:23:35 +0000 (18:23 +0000)]
* mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
TARGET_OJECT_MEMORY reads to the topmost target, not the the
flattened current_target.

15 years ago2009-06-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 16 Jun 2009 17:45:06 +0000 (17:45 +0000)]
2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (ELF_LOCAL_SYMBOL_HASH): New.

* elf32-i386.c (elf_i386_local_hash): Removed.
(elf_i386_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
(elf_i386_get_local_sym_hash): Likewise.

* elf64-x86-64.c (elf64_x86_64_local_hash): Removed.
(elf64_x86_64_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
(elf64_x86_64_get_local_sym_hash): Likewise.
* elfxx-ia64.c (elfNN_ia64_local_htab_hash): Likewise.
(get_local_sym_hash): Likewise.

15 years ago * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length of
corinna [Tue, 16 Jun 2009 17:44:20 +0000 (17:44 +0000)]
* libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length of
radix char instead of assuming length 1.
* libc/stdlib/gdtoa-gethex.c: Remove use of USE_LOCALE.
(gethex): Allow multibyte decimal point.
Fix compiler warnings due to different signedness of pointer types.
* libc/stdlib/strtod.c: Remove use of USE_LOCALE.
(_strtod_r): Allow multibyte decimal point.
* libc/stdlib/wcstod.c (_wcstod_r): Evaluate correct wide char
endptr position if the decimal point is a multibyte char.

15 years ago2009-06-16 Craig Howland <howland@LGSInnovations.com>
jjohnstn [Tue, 16 Jun 2009 16:02:06 +0000 (16:02 +0000)]
2009-06-16  Craig Howland <howland@LGSInnovations.com>

        * libc/ctype/local.h (__locale_charset): Add arguments to
        prototype
        * libc/stdlib/local.h (__locale_charset): Ditto.

15 years ago2009-06-16 Craig Howland <howland@LGSInnovations.com>
jjohnstn [Tue, 16 Jun 2009 15:55:06 +0000 (15:55 +0000)]
2009-06-16  Craig Howland <howland@LGSInnovations.com>

        * libc/include/math.h:  Simplify fpclassify, isinf, isnan, and signbit
        macros to remove un-necessary extension use.  isinf and isnan also
        changed to use fpclassify.  isfinite macro modified to run faster by
        only calling fpclassify once instead of possibly twice.

15 years ago2009-06-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 16 Jun 2009 15:52:40 +0000 (15:52 +0000)]
2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
rel_got_sec and plt_sec.
(elfNN_ia64_relax_section): Updated.
(elfNN_ia64_create_dynamic_sections): Likewise.
(get_got): Likewise.
(allocate_dynrel_entries): Likewise.
(elfNN_ia64_size_dynamic_sections): Likewise.
(set_got_entry): Likewise.
(elfNN_ia64_choose_gp): Likewise.
(elfNN_ia64_relocate_section): Likewise.
(elfNN_ia64_finish_dynamic_symbol): Likewise.
(elfNN_ia64_finish_dynamic_sections): Likewise.

15 years ago * elf32-spu.c (needs_ovl_stub): Respect .brinfo lrlive bits
uweigand [Tue, 16 Jun 2009 13:44:00 +0000 (13:44 +0000)]
* elf32-spu.c (needs_ovl_stub): Respect .brinfo lrlive bits
also for calls.

15 years ago2009-06-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 16 Jun 2009 13:41:07 +0000 (13:41 +0000)]
2009-06-16  H.J. Lu  <hongjiu.lu@intel.com>

* configure.in (elf): Add elf-ifunc.lo.

* configure: Regenerated.
* Makefile.in: Likewise.

* elf-bfd.h (elf_link_hash_table): Add sgot, sgotplt,
srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.

* elf32-i386.c (elf_i386_link_hash_table): Remove sgot,
sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
irelifunc.
(elf_i386_link_hash_table_create): Likewise.
(elf_i386_create_dynamic_sections): Likewise.
(elf_i386_check_relocs): Likewise.
(elf_i386_allocate_dynrelocs): Likewise.
(elf_i386_size_dynamic_sections): Likewise.
(elf_i386_relocate_section): Likewise.
(elf_i386_finish_dynamic_symbol): Likewise.
(elf_i386_finish_dynamic_sections): Likewise.
(elf_i386_create_got_section): Removed.

* elf64-x86-64.c (elf64_x86_64_link_hash_table): Remove sgot,
sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
irelifunc.
(elf64_x86_64_compute_jump_table_size): Updated.
(elf64_x86_64_link_hash_table_create): Likewise.
(elf64_x86_64_create_dynamic_sections): Likewise.
(elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_allocate_dynrelocs): Likewise.
(elf64_x86_64_size_dynamic_sections): Likewise.
(elf64_x86_64_relocate_section): Likewise.
(elf64_x86_64_finish_dynamic_symbol): Likewise.
(elf64_x86_64_finish_dynamic_sections): Likewise.
(elf64_x86_64_create_got_section): Removed.

* elflink.c (_bfd_elf_create_got_section): Use log_file_align
for pointer alignment.  Set up section pointers.
(_bfd_elf_create_dynamic_sections): Likewise.
(_bfd_elf_create_ifunc_sections): Moved to ...
* elf-ifunc.c: Here.  New.

* Makefile.am (BFD32_BACKENDS): Add elf-ifunc.lo.
(BFD32_BACKENDS_CFILES): Add elf-ifunc.c.
Run "make dep-am".

15 years agomerge from gcc
dj [Tue, 16 Jun 2009 13:21:26 +0000 (13:21 +0000)]
merge from gcc

15 years ago PR 10197
nickc [Tue, 16 Jun 2009 12:44:35 +0000 (12:44 +0000)]
    PR 10197
        * testsuite/test-demangle.c: Rename getline to get_line to avoid
        conflicts with system function of the same name.

15 years ago * corefile.c (cmp_symbol_map): New function.
nickc [Tue, 16 Jun 2009 11:49:12 +0000 (11:49 +0000)]
    * corefile.c (cmp_symbol_map): New function.
        (read_function_mappins): Use qsort to sort the symbols.
        (search_mapped_symbol): New function.
        (core_create_function_syms): Use bsearch to find symbols.
        * corefile.h (struct function_map): Add new bit-field: is_first.
        * cg_print.c (cmp_symbol_map): New function.
        (cg_print_file_ordering): Sort the symbol map.

15 years ago * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
nickc [Tue, 16 Jun 2009 11:33:42 +0000 (11:33 +0000)]
 * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
   to bfd_signed_vma.  Cast constant operands which are used in
   offset related expressions to bfd_signed_vma type as appropriate.

15 years ago2009-06-16 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 16 Jun 2009 09:21:36 +0000 (09:21 +0000)]
2009-06-16  Tristan Gingold  <gingold@adacore.com>

* avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
call_length field.
(avr_register_name): Add const to register_names.
(avr_scan_arg_moves): Move inside avr_scan_prologue.
(avr_scan_prologue): Add pc_end argument.
Only read prologue bytes that can be read.
Limit the scan to the known prologue length.
Makes pattern variables static and const.
Fix indentation.
(avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
Fix indentation.
(avr_breakpoint_from_pc): Constify avr_break_insn.
(avr_extract_return_value): Fix function comment.
(avr_frame_unwind_cache): Fix GNU style violations.
Pass current_pc argument to avr_scan_prologue to stop prologue
analysis to the current pc.  This fixes the bug with the 'next'
command.
Correctly set the SP register of the previous frame (use call_length).
(avr_frame_prev_register): Fix indentation.
Correctly read PC from the stack on avr6 architectures.
(avr_push_dummy_call): Fix indentation.
(avr_gdbarch_init): Set call_length according to the architecture.

15 years agobfd/
macro [Tue, 16 Jun 2009 02:23:08 +0000 (02:23 +0000)]
bfd/
* elf32-vax.c (elf_vax_plt_sym_val): New function.
(elf_backend_plt_sym_val): Define.

opcodes/
* vax-dis.c (is_function_entry): Return success for synthetic
symbols too.
(is_plt_tail): New function.
(print_insn_vax): Decode PLT entry offset longword.

15 years agobfd/
macro [Tue, 16 Jun 2009 02:16:54 +0000 (02:16 +0000)]
bfd/
* elf32-vax.c (elf_vax_reloc_type_class): New function.
(elf_backend_reloc_type_class): Define.

15 years agobfd/
macro [Tue, 16 Jun 2009 02:14:12 +0000 (02:14 +0000)]
bfd/
* elf32-vax.c (elf_vax_relocate_section): For symbol references
from an executable to a shared library treat R_VAX_PC32
relocations as R_VAX_PLT32 ones.

15 years agobfd/
macro [Tue, 16 Jun 2009 02:07:22 +0000 (02:07 +0000)]
bfd/
* elf32-vax.c (elf_vax_instantiate_got_entries): Skip local
symbols in GOT space calculation.
(elf_vax_relocate_section): Adjust accordingly.

15 years agobfd/
macro [Tue, 16 Jun 2009 01:57:39 +0000 (01:57 +0000)]
bfd/
* elf32-vax.c (elf_vax_plt_entry): Set the entry mask to
include <R11:R2>.

15 years agobfd/
macro [Tue, 16 Jun 2009 01:52:12 +0000 (01:52 +0000)]
bfd/
* elf32-vax.c (elf_vax_check_relocs): Handle the visibility
attribute.
(elf_vax_relocate_section): Likewise.

gas/
* config/tc-vax.c (md_estimate_size_before_relax): Accept
indirect symbol references in the PIC mode and emit a
PC-relative relocation instead of a GOT/PLT one.  Likewise
for symbols known to be hidden at this point.

15 years agodaily update
amodra [Tue, 16 Jun 2009 00:00:36 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Tue, 16 Jun 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * net.cc (get_flags): New static function to generate interface flags
corinna [Mon, 15 Jun 2009 20:04:11 +0000 (20:04 +0000)]
* net.cc (get_flags): New static function to generate interface flags
value.
(get_ipv4fromreg_ipcnt): New static function to fetch number of
configured IPv4 addresses for a given NIC from registry.
(get_ipv4fromreg): New static function to fetch configured IPv4
addresses for a given NIC from registry.
(get_friendlyname): New static function to generate friendly name.
(get_hwaddr): New static function to copy hardware address.
(get_xp_ifs): Restructure slightly.  Add code to generate IPv4 entries
entries for interfaces which are disconnected.

15 years ago2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 18:25:20 +0000 (18:25 +0000)]
2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.

15 years ago2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 17:23:43 +0000 (17:23 +0000)]
2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_check_relocs): Reformat.
* elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.

15 years ago PR 10186
nickc [Mon, 15 Jun 2009 15:42:34 +0000 (15:42 +0000)]
    PR 10186
        * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
        instruction.

        * gas/arm/thumb32.d: Fix expected binary value of SEV.W instruction.

        * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
        instruction.

15 years ago PR 10173
nickc [Mon, 15 Jun 2009 15:24:52 +0000 (15:24 +0000)]
    PR 10173
        * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.

15 years ago2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 14:36:31 +0000 (14:36 +0000)]
2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerated.

15 years ago * configure.ac: Define is_elf for QNX Neutrino targets.
nickc [Mon, 15 Jun 2009 14:08:41 +0000 (14:08 +0000)]
    * configure.ac: Define is_elf for QNX Neutrino targets.
        * configure: Regenerate.

15 years ago2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 13:28:55 +0000 (13:28 +0000)]
2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>

* ld-ifunc/ifunc-9-x86.d: Fix a typo.

15 years ago2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 13:12:33 +0000 (13:12 +0000)]
2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.

15 years ago2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
pmuldoon [Mon, 15 Jun 2009 12:11:35 +0000 (12:11 +0000)]
2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>

* infcall.c (show_unwind_on_terminating_exception_p): New
function.
(call_function_by_hand): Create breakpoint and clean-up call for
std::terminate.breakpoint. Add unwind_on_terminating_exception_p
gate. Pop frame on breakpoint hit.
(_initialize_infcall): Add add_setshow_boolean_cmd for
unwind-on-terminating-exception.

testsuite/

2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.cp/gdb2495.cc: New file.
* gdb.cp/gdb2495.exp: New file.

doc/

2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>

* doc/gdb.texinfo (Calling): Document
set-unwind-on-terminating-exception usage.

15 years ago PR 10263
nickc [Mon, 15 Jun 2009 11:37:26 +0000 (11:37 +0000)]
    PR 10263
        * arm-dis.c (print_insn): Ignore is_data if the user has requested
        the disassembly of data as well as instructions.

        * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
        the flags field of the disassemble_info structure if the -D switch
        is in operation.

        * dis-asm.h (struct disassemble_info): New value for the flags
        field.

15 years ago * po/ru.po: New Russian translation.
nickc [Mon, 15 Jun 2009 08:52:19 +0000 (08:52 +0000)]
    * po/ru.po: New Russian translation.
        * configure.in (ALL_LINGUAS): Add ru.
        * configure: Regenerate.

15 years ago * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
nickc [Mon, 15 Jun 2009 08:48:49 +0000 (08:48 +0000)]
    * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
        scanning in an address.

15 years ago * gen-all-doc: Use files in ../cpu where possible.
devans [Mon, 15 Jun 2009 05:52:42 +0000 (05:52 +0000)]
* gen-all-doc: Use files in ../cpu where possible.

15 years ago * Makefile.am (ARCHFILE): Fix path.
devans [Mon, 15 Jun 2009 05:00:26 +0000 (05:00 +0000)]
* Makefile.am (ARCHFILE): Fix path.
* Makefile.in: Regenerate.
* html.scm: Use "pre" instead of "plaintext".

15 years ago2009-06-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 15 Jun 2009 00:37:08 +0000 (00:37 +0000)]
2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c: Remove duplicated comments.

15 years ago*** empty log message ***
gdbadmin [Mon, 15 Jun 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Mon, 15 Jun 2009 00:00:04 +0000 (00:00 +0000)]
daily update

15 years ago* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
cgf [Sun, 14 Jun 2009 23:42:08 +0000 (23:42 +0000)]
* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
* fhandler.cc (fhandler_base::fcntl): Fix comment.
(fhandler_base::wait_overlapped): Accept an optional len parameter.  Use the
len parameter when WriteFile fails with ERROR_IO_PENDING.  Make debug output
less alarming.
(fhandler_base::write_overlapped): Pass len to wait_overlapped.
* fhandler.h (fhandler_base::wait_overlapped): Add an optional argument
denoting the number of characters intended to be written.
* fhandler_tty.cc (fhandler_pty_master::close): Don't close archetype handles
when cygwin is still initializing since the handles aren't actually opened at
that point.

15 years agobfd/
hjl [Sun, 14 Jun 2009 22:13:29 +0000 (22:13 +0000)]
bfd/

2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10270
* elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow
dynamic IFUNC pointer in non-shared object.  Use .got.plt
for IFUNC definition in PIE.
(elf_i386_allocate_dynrelocs): Resolve IFUNC definition in
PIE locally.

* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Disallow
dynamic IFUNC pointer in non-shared object.  Use .got.plt
for IFUNC definition in PIE.
(elf64_x86_64_relocate_section): Resolve IFUNC definition in
PIE locally.

ld/testsuite/

2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10270
* ld-ifunc/ifunc-9-x86.d: New.
* ld-ifunc/ifunc-9-x86.s: Likewise.

15 years agoBack out change in version number.
devans [Sun, 14 Jun 2009 22:07:08 +0000 (22:07 +0000)]
Back out change in version number.

15 years ago * read.scm (-CGEN-VERSION): Set version number to 1.1.0.
devans [Sun, 14 Jun 2009 21:58:17 +0000 (21:58 +0000)]
* read.scm (-CGEN-VERSION): Set version number to 1.1.0.

15 years ago * doc/cgenint.texi: Renamed from internals.texi. Several cleanups.
devans [Sun, 14 Jun 2009 18:32:27 +0000 (18:32 +0000)]
* doc/cgenint.texi: Renamed from internals.texi.  Several cleanups.
* doc/app.texi: Cleanup pass.
* doc/cgen.texi: Cleanup pass.
* doc/glossary.texi: Add entries for ifield, iformat, sformat, insn.
* doc/intro.texi: Cleanup pass.
* doc/mdate-sh: New file.
* doc/opcodes.texi: Cleanup pass.
* doc/pmacros.texi: Cleanup pass.
* doc/porting.texi: Cleanup pass.
* doc/rtl.texi: Cleanup pass.
* doc/running.texi: Cleanup pass.  Document more runtime options.
* doc/stamp-vti: Update.
* doc/version.texi: Update.

15 years ago * Makefile.am (AUTOMAKE_OPTIONS): Add 1.9
devans [Sun, 14 Jun 2009 18:18:34 +0000 (18:18 +0000)]
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.9
(GUILE): Fix definition.
* Makefile.in: Regenerate with automake 1.9.6.
* aclocal.m4: Regenerate with aclocal 1.9.6.
* configure.in (AC_PREREQ): Set to 2.59.
(AM_INIT_AUTOMAKE): Change version to 1.1.
(GENINSRC_NEVER): Define.
* configure: Regenerate with autoconf 2.59.
* doc/Makefile.am (info_TEXINFOS): Add cgenint.texi.
(cgen.info,cgen.dvi): Delete.
(cgen_TEXINFOS,cgenint_TEXINFOS): Define.
(noinst_TEXINFOS): Add cgenint.texi.
(DOCFILES): Add missing files.
(MAINTAINERCLEANFILES,DISTCLEANFILES): Define.
* doc/Makefile.in: Regenerate with automake 1.9.6.

15 years ago * guile.scm: Add "." to %load-path if >= guile version 1.8.
devans [Sun, 14 Jun 2009 17:16:45 +0000 (17:16 +0000)]
* guile.scm: Add "." to %load-path if >= guile version 1.8.

15 years ago * attr.scm: Removing trailing whitespace.
devans [Sun, 14 Jun 2009 17:14:33 +0000 (17:14 +0000)]
* attr.scm: Removing trailing whitespace.
* cgen-intrinsics.scm: Ditto.
* cgen-sim.scm: Ditto.
* cos.scm: Ditto.
* enum.scm: Ditto.
* guile.scm: Ditto.
* sim.scm: Ditto.

15 years ago * attr.scm: Removing trailing whitespace.
devans [Sun, 14 Jun 2009 17:09:56 +0000 (17:09 +0000)]
* attr.scm: Removing trailing whitespace.
* cgen-intrinsics.scm: Ditto.
* cgen-sim.scm: Ditto.
* cos.scm: Ditto.
* enum.scm: Ditto.
* guile.scm: Ditto.
* sim.scm: Ditto.

15 years ago * cgen.sh: Handle multiple simultaneous runs for parallel makes.
devans [Sun, 14 Jun 2009 16:36:56 +0000 (16:36 +0000)]
* cgen.sh: Handle multiple simultaneous runs for parallel makes.

15 years ago * localtime.cc (time2): Take another stab at fixing a compiler warning.
corinna [Sun, 14 Jun 2009 09:35:35 +0000 (09:35 +0000)]
* localtime.cc (time2): Take another stab at fixing a compiler warning.

15 years ago2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 14 Jun 2009 05:53:55 +0000 (05:53 +0000)]
2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_relocate_section): Properly report
local symbol for unhandled relocation against STT_GNU_IFUNC
symbol.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.

15 years ago* localtime.cc (time2): Take a stab at fixing a compiler warning.
cgf [Sun, 14 Jun 2009 05:49:01 +0000 (05:49 +0000)]
* localtime.cc (time2): Take a stab at fixing a compiler warning.

15 years ago2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 14 Jun 2009 05:45:09 +0000 (05:45 +0000)]
2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_check_relocs): Properly report
local symbol for unhandled relocation against STT_GNU_IFUNC
symbol.
* elf64-x86-64.c (elf64_x86_64_check_relocs):  Likewise.

15 years ago* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag for
cgf [Sun, 14 Jun 2009 05:38:55 +0000 (05:38 +0000)]
* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag for
writes.  Don't reset event handle when we see a ERROR_IO_PENDING.
* sigproc.cc (stopped_or_terminated): Use bool constants for consistency.
* wait.cc (wait4): Remove nonsensical comment.

15 years agobfd/
hjl [Sun, 14 Jun 2009 01:39:45 +0000 (01:39 +0000)]
bfd/

2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10269
* elf32-i386.c: Include "objalloc.h" and "hashtab.h".
(elf_i386_link_hash_table): Add loc_hash_table and
loc_hash_memory.
(elf_i386_local_hash): New.
(elf_i386_local_htab_hash): Likewise.
(elf_i386_local_htab_eq): Likewise.
(elf_i386_get_local_sym_hash): Likewise.
(elf_i386_link_hash_table_free): Likewise.
(elf_i386_allocate_local_dynrelocs): Likewise.
(elf_i386_finish_local_dynamic_symbol): Likewise.
(bfd_elf64_bfd_link_hash_table_free): Likewise.
(elf_i386_link_hash_table_create): Create loc_hash_table and
loc_hash_memory.
(elf_i386_check_relocs): Handle local STT_GNU_IFUNC symbols.
(elf_i386_size_dynamic_sections): Likewise.
(elf_i386_relocate_section): Likewise.
(elf_i386_finish_dynamic_sections): Likewise.
(elf_i386_finish_dynamic_symbol): Check _DYNAMIC only if sym
isn't NULL.

* elf64-x86-64.c: Include "objalloc.h" and "hashtab.h".
(elf64_x86_64_link_hash_table): Add loc_hash_table and
loc_hash_memory.
(elf64_x86_64_local_hash): New.
(elf64_x86_64_local_htab_hash): Likewise.
(elf64_x86_64_local_htab_eq): Likewise.
(elf64_x86_64_get_local_sym_hash): Likewise.
(elf64_x86_64_link_hash_table_free): Likewise.
(elf64_x86_64_allocate_local_dynrelocs): Likewise.
(elf64_x86_64_finish_local_dynamic_symbol): Likewise.
(bfd_elf64_bfd_link_hash_table_free): Likewise.
(elf64_x86_64_link_hash_table_create): Create loc_hash_table
and loc_hash_memory.
(elf64_x86_64_check_relocs): Handle local STT_GNU_IFUNC
symbols.
(elf64_x86_64_size_dynamic_sections): Likewise.
(elf64_x86_64_relocate_section): Likewise.
(elf64_x86_64_finish_dynamic_sections): Likewise.
(elf64_x86_64_finish_dynamic_symbol): Check _DYNAMIC only if
sym isn't NULL.

gas/

2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10269
* config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
instead of generic_force_reloc.

* config/tc-i386.h (TC_FORCE_RELOCATION): New.

ld/testsuite/

2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10269
*: ld-ifunc/ifunc-1-local-x86.d: New.
*: ld-ifunc/ifunc-1-local-x86.s: Likewise.
*: ld-ifunc/ifunc-2-local-i386.d: Likewise.
*: ld-ifunc/ifunc-2-local-i386.s: Likewise.
*: ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
*: ld-ifunc/ifunc-2-local-x86-64.s: Likewise.
*: ld-ifunc/ifunc-4-local-x86.d: Likewise.
*: ld-ifunc/ifunc-4-local-x86.s: Likewise.
*: ld-ifunc/ifunc-5-local-i386.s: Likewise.
*: ld-ifunc/ifunc-5-local-x86-64.s: Likewise.
*: ld-ifunc/ifunc-5a-local-i386.d: Likewise.
*: ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
*: ld-ifunc/ifunc-5b-local-i386.d: Likewise.
*: ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.

15 years ago*** empty log message ***
gdbadmin [Sun, 14 Jun 2009 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Sun, 14 Jun 2009 00:00:04 +0000 (00:00 +0000)]
daily update