OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
15 years ago * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
uweigand [Thu, 11 Sep 2008 14:08:33 +0000 (14:08 +0000)]
* parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
and DATA_SYMBOL_TYPE arguments.
* parse.c (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE and
DATA_SYMBOL_TYPE arguments.  Replace use of builtin_type_CORE_ADDR.
(write_dollar_variable): Update call.

* ada-exp.y (write_var_or_type): Update call.
* c-exp.y: Likewise.
* f-exp.y: Likewise.
* jv-exp.y: Likewise.
* m2-exp.y: Likewise.
* objc-exp.y: Likewise.
* p-exp.y: Likewise.

15 years agoUpdated translation versions
amodra [Thu, 11 Sep 2008 09:06:54 +0000 (09:06 +0000)]
Updated translation versions

15 years ago* cygwin.din (sys_sigabbrev): Add this here.
cgf [Thu, 11 Sep 2008 06:22:31 +0000 (06:22 +0000)]
* cygwin.din (sys_sigabbrev): Add this here.
* dcrt0.cc (__argc,__argv,_check_for_executable): Remove dllexport decoration
since it is already handled in cygwin.din.
* errno.cc (_sys_errlist): Ditto.
* strsig.cc (sys_sigabbrev): Ditto.
* include/cygwin/signal.h: Protect use of dllimport when __INSIDE_CYGWIN__.
* libc/getopt.c: Revert previous changes.  Define __INSIDE_CYGWIN__.

15 years ago* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
cgf [Thu, 11 Sep 2008 05:43:11 +0000 (05:43 +0000)]
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
from complaining about the very thing we're trying to test.
* ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.
* sched.cc (sched_rr_get_interval): Ditto.
* select.cc (peek_serial): Ditto.
* libc/rexec.cc (ruserpass): Ditto.
* posix_ipc.cc (ipc_names): Make static to avoid a compiler warning
(and it's the right thing to do anyway).

15 years ago* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of braces
cgf [Thu, 11 Sep 2008 04:58:43 +0000 (04:58 +0000)]
* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of braces
around initializer.
(dup_ent): Try harder to coerce the first argument to deal with more stringent
compiler.
(get_2k_ifs): Remove extraneous typedef.
(get_2k_ifs): Reorganize expression to avoid a compiler warning.
(get_xp_ifs): Ditto.
(get_nt_ifs): Ditto.

15 years ago* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
cgf [Thu, 11 Sep 2008 04:41:24 +0000 (04:41 +0000)]
* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.
* pipe.cc (fhandler_pipe::raw_read): Ditto.

15 years ago* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
cgf [Thu, 11 Sep 2008 04:34:22 +0000 (04:34 +0000)]
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
* dtable.cc (handle_to_fn): Ditto.
* fhandler_console.cc (fhandler_console::read): Ditto.
(fhandler_console::scroll_screen): Ditto.
(dev_console::set_color): Ditto.
* fhandler_dsp.cc (fhandler_dev_dsp::write): Ditto.
(fhandler_dev_dsp::read): Ditto.
* fhandler_tape.cc (mtinfo_drive::get_status): Ditto.
* hookapi.cc (find_first_notloaded_dll): Ditto.
* mmap.cc (msync): Ditto.
* pipe.cc (pipesync::pipesync): Ditto.
* sec_acl.cc (getace): Ditto.
* sec_auth.cc (create_token): Ditto.
(lsaauth): Ditto.
* select.cc (peek_pipe): Ditto.
* spawn.cc (av::fixup): Ditto.
* syscalls.cc (popen): Ditto.
* tty.cc (tty::init_session): Ditto.
* uinfo.cc (pwdgrp::load): Ditto.
* fhandler.cc (fhandler_base::setup_overlapped): Ditto.
(fhandler_base::wait_overlapped): Rename second use of res variable to wres or
errors are not returned correctly.
* dcrt0.cc: Remove obsolete variable.
* dll_init.cc (release_upto): Fix typo involving incorrect use of '|'.
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Avoid a compiler
warning regarding coercing type-punned variables.
(fhandler_base::fstat_by_name): Ditto.  fhandler_fifo.cc
(fhandler_fifo::open_nonserver): Fix = vs.  == typo.
(fhandler_fifo::wait): Add all conditions to switch statement to avoid a
compiler warning.
* fhandler_process.cc: Avoid unneeded initialization of variables to zero.
(fhandler_socket::listen): Add braces around initializer.
* flock.cc (inode_t::get_all_locks_list): Reorganize to avoid a compiler
warning.  Fix problem with EWOULDBLOCK error return.
* path.cc (GUID_shortcut): Use braces around struct initializer.
(cygwin_conv_path): Reorganize to avoid a compiler warning.
* random.cc (dummy): Mark variable as volatile to avoid a "used uninitialized"
warning.
* libc/getopt.c: Mark some variables as dllexport although gcc doesn't seem to
do the right thing with them.
* libc/minires-os-if.c (get_registry_dns_items): Coerce some function arguments
to avoid a compiler warning.

15 years ago2008-09-10 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Thu, 11 Sep 2008 00:33:58 +0000 (00:33 +0000)]
2008-09-10  Ken Werner  <ken.werner@de.ibm.com>

        * libc/machine/spu/strcpy.h: Add missing header.
        * libc/machine/spu/spu_timer_slih.c: Remove unused Variable.
        * libm/machine/spu/headers/lgammaf4.h: Add type cast.

15 years ago2008-09-10 Ken Werner <ken.werner@de.ibm.com>
jjohnstn [Thu, 11 Sep 2008 00:30:31 +0000 (00:30 +0000)]
2008-09-10  Ken Werner  <ken.werner@de.ibm.com>

        * spu/dirfuncs.c: Avoid warnings.
        * spu/kill.c: Likewise.

15 years ago*** empty log message ***
gdbadmin [Thu, 11 Sep 2008 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Thu, 11 Sep 2008 00:00:06 +0000 (00:00 +0000)]
daily update

15 years ago * ada-lang.c (ada_parent_type): Add handling of the case where
brobecke [Wed, 10 Sep 2008 20:14:30 +0000 (20:14 +0000)]
    * ada-lang.c (ada_parent_type): Add handling of the case where
        the _parent field is a pointer and/or has a parallel XVS type.
        (ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an
        EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return
        the type of the tag instead of doing forcing an EVAL_NORMAL
        expression evaluation.

15 years ago * ada-lang.c (is_digits_suffix): New function.
brobecke [Wed, 10 Sep 2008 20:10:48 +0000 (20:10 +0000)]
    * ada-lang.c (is_digits_suffix): New function.
        (is_dot_digits_suffix): Remove.
        (ada_lookup_symbol_list): Remove digits suffix from minimal symbols
        before looking up in symbol table, and do not use wild matches on them.
        (wild_match): Reimplement for speed and to allow matching of operator
        symbols.
        (is_valid_name_for_wild_match): Return zero for names that do not
        follow the GNAT encoding.

        (is_name_suffix): Fix typo in comment.
        (to_record_with_fixed_variant_part): Ditto.

15 years ago * Makefile.in (gnu-nat.o): New rule.
palves [Wed, 10 Sep 2008 18:13:20 +0000 (18:13 +0000)]
* Makefile.in (gnu-nat.o): New rule.

15 years ago2008-09-05 Cary Coutant <ccoutant@google.com>
ccoutant [Wed, 10 Sep 2008 17:56:02 +0000 (17:56 +0000)]
2008-09-05  Cary Coutant  <ccoutant@google.com>

* fileread.cc (File_read::make_view): Add check for attempt to map
beyond end of file.

15 years ago * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
brobecke [Wed, 10 Sep 2008 17:24:06 +0000 (17:24 +0000)]
    * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.

15 years ago * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
brobecke [Wed, 10 Sep 2008 17:11:10 +0000 (17:11 +0000)]
    * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
        gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
        gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
        gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
        gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
        gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
        gdb.ada/interface.exp, gdb.ada/null_array.exp,
        gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
        gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
        gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
        gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
        Include the "= " sequence in the expected output of print tests.

15 years ago * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
brobecke [Wed, 10 Sep 2008 16:35:17 +0000 (16:35 +0000)]
    * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
        description for boolean types.

15 years ago * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use
brobecke [Wed, 10 Sep 2008 16:19:38 +0000 (16:19 +0000)]
    * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use
        archecture-neutral builtin_type_int32 instead of builtin_type_int.

15 years ago * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:
brobecke [Wed, 10 Sep 2008 16:12:35 +0000 (16:12 +0000)]
    * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:
        Add special handling for pointer types.

15 years ago * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at the
palves [Wed, 10 Sep 2008 11:24:24 +0000 (11:24 +0000)]
* inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at the
right scope level.
(inf_ttrace_resume, inf_ttrace_wait): Typos.

15 years ago * ada-lang.c (ada_array_length): Use builtin_type_int32 instead
uweigand [Wed, 10 Sep 2008 09:47:39 +0000 (09:47 +0000)]
* ada-lang.c (ada_array_length): Use builtin_type_int32 instead
of builtin_type_int.
(ada_evaluate_subexp) [UNOP_IN_RANGE]: Use operand range type
instead of builtin_type_int.

15 years ago*** empty log message ***
gdbadmin [Wed, 10 Sep 2008 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Wed, 10 Sep 2008 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agogdb/
palves [Tue, 9 Sep 2008 18:58:19 +0000 (18:58 +0000)]
gdb/
* infrun.c (normal_stop): Run hook-stop last.

gdb/testsuite/
* gdb.base/hook-stop-continue.c: New.
* gdb.base/hook-stop-continue.exp: New.

15 years agomerge from gcc
dj [Tue, 9 Sep 2008 18:21:42 +0000 (18:21 +0000)]
merge from gcc

15 years ago * gnu-nat.c (gnu_pid_to_exec_file): Delete.
palves [Tue, 9 Sep 2008 15:49:03 +0000 (15:49 +0000)]
* gnu-nat.c (gnu_pid_to_exec_file): Delete.
(init_gnu_ops): Don't register it.

15 years agogas/
bergner [Tue, 9 Sep 2008 13:25:04 +0000 (13:25 +0000)]
gas/
* config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test.
Remove POWER5 and POWER6 tests.

gas/testsuite/
* gas/ppc/common.s: New test.
* gas/ppc/common.d: Likewise.
* gas/ppc/power4_32.s: Likewise.
* gas/ppc/power4_32.d: Likewise.
* gas/ppc/power6.s: Add attn, mtcr, mtcrf, mfcr, dcbz.
* gas/ppc/power6.d: Likewise.
* gas/ppc/ppc.exp: Run power4_32 test.

15 years ago * gnu-nat.c (gnu_attach): Push target before fetching the list of
palves [Tue, 9 Sep 2008 12:08:11 +0000 (12:08 +0000)]
* gnu-nat.c (gnu_attach): Push target before fetching the list of
threads.

15 years ago* emultempl/pe.em (pe_find_data_imports): Add trailing newline
nickc [Tue, 9 Sep 2008 09:45:30 +0000 (09:45 +0000)]
* emultempl/pe.em (pe_find_data_imports): Add trailing newline
  to warning message.
  * emultempl/pep.em (pep_find_data_imports): Likewise.

15 years agoRemove bogus entry.
bje [Tue, 9 Sep 2008 04:43:43 +0000 (04:43 +0000)]
Remove bogus entry.

15 years ago * elfxx-mips.c (mips16_stub_symndx) <sec>: Mark argument as
tromey [Tue, 9 Sep 2008 03:17:13 +0000 (03:17 +0000)]
* elfxx-mips.c (mips16_stub_symndx) <sec>: Mark argument as
unused.

15 years ago * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
danglin [Tue, 9 Sep 2008 00:53:34 +0000 (00:53 +0000)]
* config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
number support for 32-bit targets.

15 years agodaily update
amodra [Tue, 9 Sep 2008 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Tue, 9 Sep 2008 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago008-09-08 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 8 Sep 2008 22:25:14 +0000 (22:25 +0000)]
008-09-08  Jeff Johnston  <jjohnstn@redhat.com>

* libc/sys/linux/dl/atomicity.h (exchange_and_add): Fix asm statement to use "m" instead of "0".
(atomic_add): Ditto.
* libc/sys/linux/linuxthreads/spinlock.c (__pthread_release): Ditto.
* libc/sys/linux/net/getaddrinfo.c: Add limit.h include.
* libc/sys/linux/stdlib/glob.c: Ditto.

15 years ago * valops.c (value_cast_structs): Return NULL for failure.
drow [Mon, 8 Sep 2008 22:16:50 +0000 (22:16 +0000)]
* valops.c (value_cast_structs): Return NULL for failure.
(value_cast): Handle NULL from value_cast_structs.
(value_fetch_lazy): Call check_typedef.  Remove unused variable.

testsuite/
* gdb.base/structs3.c, gdb.base/structs3.exp: New files.

15 years ago * inferior.h (context_switch_to): Delete.
palves [Mon, 8 Sep 2008 22:10:19 +0000 (22:10 +0000)]
* inferior.h (context_switch_to): Delete.
* infrun.c (context_switch): Don't save and load infrun state.
(context_switch_to): Delete.

* infcmd.c (proceed_thread_callback): Replace context_switch_to
calls by switch_to_thread calls.

* gdbthread.h (save_infrun_state, load_infrun_state): Delete.
* thread.c (main_thread_state, main_thread_executing): Delete.
(inferior_thread): Delete references to them.
(add_thread_silent): Fix case where we're adding a thread with the
same ptid as an exited thread.  Remove references to
context-switching.
(load_infrun_state, save_infrun_state): Delete.
(thread_alive, is_thread_state, any_running, is_executing)
(set_executing): Remove the special handling for targets that
don't register any thread.
(restore_current_thread, thread_apply_all_command)
(do_captured_thread_select): Unconditionally call
switch_to_thread.

* mi/mi-main.c (mi_cmd_execute): Check for exited threads.
Call switch_to_thread instead of context_switch_to.

15 years ago * infrun.c (context_switch): Don't context-switch the continuations.
palves [Mon, 8 Sep 2008 22:04:54 +0000 (22:04 +0000)]
* infrun.c (context_switch): Don't context-switch the continuations.

15 years ago * infrun.c (context_switch): Don't context-switch the continuations.
palves [Mon, 8 Sep 2008 22:03:00 +0000 (22:03 +0000)]
* infrun.c (context_switch): Don't context-switch the continuations.

15 years ago PR ld/3191
drow [Mon, 8 Sep 2008 21:58:29 +0000 (21:58 +0000)]
PR ld/3191
* dwarf2.c (struct adjusted_section): Renamed from struct
loadable_section.
(struct dwarf2_debug): Adjust for renaming.  Add version field.
(read_attribute_value): Correctly handle DW_FORM_ref_addr for
DWARF3.
(find_abstract_instance_name): Pass a pointer to
attribute instead of offset.  For DW_FORM_ref_addr, get the
entry at the offset from the .debug_info section.
(scan_unit_for_symbols): Update.
(parse_comp_unit): Allow DWARF3.  Save the version.
(unset_sections): Update for renaming.
(place_sections): Likewise.  Set new VMAs for DWARF sections
also.

15 years ago Remove global continuations in favour of a per-thread
palves [Mon, 8 Sep 2008 21:57:42 +0000 (21:57 +0000)]
Remove global continuations in favour of a per-thread
continuations.

* gdbthread.h (struct thread_info): Add comments around
continuations and intermediate_continuations.
(save_infrun_state, load_infrun_state): Delete continuations and
intermediate_continuations arguments.
* infrun.c (fetch_inferior_event): Only call normal_stop if
stop_soon is NO_STOP_QUIETLY.
(context_switch): Don't context-switch the continuations.
* thread.c (clear_thread_inferior_resources): Discard all
continuations of the thread we're clearing.
(save_infrun_state, load_infrun_state): Delete continuations and
intermediate_continuations arguments, and the code referencing
them.
* utils.c: Include "gdbthread.h".
(cmd_continuation, intermediate_continuation): Delete.
(add_continuation): Add thread_info* argument.  Install the
continuation on it.
(restore_thread_cleanup): New.
(do_all_continuations_ptid, do_all_continuations_thread_callback):
New.
(do_all_continuations): Reimplement.
(discard_all_continuations_thread_callback,
discard_all_continuations_thread): New.
(discard_all_continuations): Reimplement.
(add_intermediate_continuation): Add thread_info* argument.
Install the continuation on it.
(do_all_intermediate_continuations_thread_callback)
(do_all_intermediate_continuations_thread): New.
(do_all_intermediate_continuations): Reimplement.
(discard_all_intermediate_continuations_thread_callback): New.
(discard_all_intermediate_continuations_thread): New.
(discard_all_intermediate_continuations): Reimplement.

* breakpoint.c (until_break_command): Install the continuation on
the current thread.

* defs.h (cmd_continuation, intermediate_continuation): Delete.
(struct thread_info): Forward declare.
(add_continuation, add_intermediate_continuation): Add
thread_info* argument.
(do_all_continuations_thread, discard_all_continuations_thread)
(do_all_intermediate_continuations_thread)
(discard_all_intermediate_continuations_thread): Declare.
* inf-loop.c (inferior_event_handler): In non-stop only run
continuations on the thread that stopped.  In all-stop, run
continuations on all threads.
* infcmd.c (step_once, finish_command): Adjust.

15 years ago Remove the global stop_step in favour of a per-thread
palves [Mon, 8 Sep 2008 21:55:16 +0000 (21:55 +0000)]
Remove the global stop_step in favour of a per-thread
stop_step.

* inferior.h (stop_step): Delete.

* gdbthread.h (struct thread_info): Add comments to stop_step.
(save_infrun_state, load_infrun_state): Remove stop_step argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_step argument, and references to it.

* infrun.c (clear_proceed_status): Clear stop_step.
(fetch_inferior_event): Adjust.
(context_switch): Don't context-switch stop_step.
(handle_inferior_event): Adjust.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* infcmd.c (stop_step): Delete.
(step_1, step_1_continuation, step_once, until_next_command):
Adjust.

15 years ago Remove the global step_multi in favour of a per-thread
palves [Mon, 8 Sep 2008 21:52:25 +0000 (21:52 +0000)]
Remove the global step_multi in favour of a per-thread
step_multi.

* inferior.h (step_multi): Delete.
* gdbthread.h (struct thread_info): Add comments around
step_multi.
(save_infrun_state, load_infrun_state): Remove step_multi
parameter.
* thread.c (load_infrun_state, save_infrun_state): Remove
step_multi argument, and references to it.
* infcmd.c (step_multi): Delete.
(step_1): Adjust.
(step_1_continuation, until_next_command): Adjust.
* infrun.c (fetch_inferior_event): Adjust.
(context_switch): Don't context-switch step_multi.
(print_stop_reason, normal_stop): Adjust.

15 years ago Remove the global stop_signal in favour of a per-thread
palves [Mon, 8 Sep 2008 21:51:18 +0000 (21:51 +0000)]
Remove the global stop_signal in favour of a per-thread
stop_signal.

* inferior.h (stop_signal): Delete.
* gdbthread.h (save_infrun_state, load_infrun_state): Remove
stop_signal argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_signal argument.  Don't reference it.

* infcmd.c (stop_signal): Delete.
(program_info): Adjust.
* infrun.c (resume): Clear stop_signal.
(proceed): Adjust.  Pass the last stop_signal to the thread we're
resuming.
(context_switch): Don't context-switch stop_signal.
(handle_inferior_event, keep_going): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* fbsd-nat.c: Include "gdbthread.h".
(find_signalled_thread, find_stop_signal): New.
(fbsd_make_corefile_notes): Use it.
* fork-child.c (startup_inferior): Adjust.

* linux-nat.c (get_pending_status): Adjust.
(linux_nat_do_thread_registers): Adjust.
(find_signalled_thread, find_stop_signal): New.
(linux_nat_do_thread_registers): Add stop_signal parameter.
(struct linux_nat_corefile_thread_data): Add stop_signal member.
(linux_nat_corefile_thread_callback): Pass stop_signal.
(linux_nat_do_registers): Delete.
(linux_nat_make_corefile_notes): Use find_stop_signal.  Assume
there's always a thread.

* procfs.c (find_signalled_thread, find_stop_signal): New.
(find_stop_signal): New.
(procfs_do_thread_registers): Add stop_signal parameter.
(struct procfs_corefile_thread_data): Add stop_signal member.
(procfs_corefile_thread_callback): Pass args->stop_signal.
(procfs_make_note_section): Find the last stop_signal.

* solib-irix.c: Include gdbthread.h.
(irix_solib_create_inferior_hook): Adjust.
* solib-osf.c: Include gdbthread.h.
(osf_solib_create_inferior_hook): Adjust.
* solib-sunos.c: Include gdbthread.h.
(sunos_solib_create_inferior_hook): Adjust.
* solib-svr4.c: Include gdbthread.h.
(svr4_solib_create_inferior_hook): Adjust.

* win32-nat.c (do_initial_win32_stuff): Adjust.

15 years ago * gdbthread.h (struct thread_info): Add comments around
palves [Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)]
* gdbthread.h (struct thread_info): Add comments around
proceed_to_finish.
(save_infrun_state, load_infrun_state): Remove proceed_to_finish
argument.
* thread.c (load_infrun_state, save_infrun_state): Delete
proceed_to_finish argument and references to it.

* infcall.c (call_function_by_hand): Adjust.
* infcmd.c (finish_command): Adjust.
* infrun.c (proceed_to_finish): Delete.
(clear_proceed_status): Adjust.
(context_switch): Don't context-switch proceed_to_finish.
(normal_stop, save_inferior_status, restore_inferior_status):
Adjust.

15 years ago * inferior.h (stop_bpstat): Delete.
palves [Mon, 8 Sep 2008 21:46:21 +0000 (21:46 +0000)]
* inferior.h (stop_bpstat): Delete.

* breakpoint.h (bpstat_do_actions): Remove bpstat* argument.

* breakpoint.c (bpstat_do_actions): Rename to ...
(bpstat_do_actions_1): ... this.  Make static.  Change return type
to int.  Return true if a breakpoint proceeded.
(bpstat_do_actions): New, as wrapper around bpstat_do_actions_1.
(delete_breakpoint): Don't reference the global stop_bpstat; it's
gone.

* gdbthread.h (struct thread_info): Add stop_bpstat.
(save_infrun_state, load_infrun_state): Remove stop_bpstat
argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_bpstat argument, and the code referencing it.

* infcall.c: Include "gdbthread.h".
(call_function_by_hand): Adjust.
* exceptions.c: Include "gdbthread.h".
(throw_exception): Adjust.
* infcmd.c (stop_bpstat): Delete.
(continue_command): In all-stop, set the ignore count on the
thread that reported the stop.  In non-stop, set it on the current
thread.
(finish_command_continuation): Adjust.
(program_info): Adjust.
* infrun.c (clear_proceed_status): Adjust.
(context_switch): Don't context-switch stop_bpstat.
(handle_inferior_event): Adjust.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* inf-loop.c (inferior_event_handler): Remove parameter to
bpstat_do_actions call.
* top.c (command_loop): Remove parameter to bpstat_do_actions
call.  Call it unconditionally.
* event-top.c (command_handler): Ditto.
* python/python.c (execute_gdb_command): Ditto.

15 years ago * inferior.h (step_over_calls): Delete.
palves [Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)]
* inferior.h (step_over_calls): Delete.

* gdbthread.h (save_infrun_state, load_infrun_state): Remove
step_over_calls argument.
* thread.c (save_infrun_state, load_infrun_state): Remove
step_over_calls argument.  Adjust.

* infcmd.c (step_over_calls): Delete.
(step_1): Adjust.
* infrun.c (clear_proceed_status): Adjust.
(context_switch): Don't context-switch step_over_calls.
(handle_inferior_event, save_inferior_status)
(restore_inferior_status): Adjust.

15 years ago Remove context switching in favour of accessing thread_info fields
palves [Mon, 8 Sep 2008 21:40:39 +0000 (21:40 +0000)]
Remove context switching in favour of accessing thread_info fields
directly.

* infrun.c (stepping_over_breakpoint, step_resume_breakpoint):
Delete.
(struct thread_stepping_state): Delete.
(gtss, tss): Delete.
(follow_inferior_reset_breakpoints, follow_exec)
(resume, clear_proceed_status): Adjust.
(prev_pc): Delete.
(proceed, start_remote, init_wait_for_inferior): Adjust.
(struct execution_control_state): Add event_thread member.
(delete_step_resume_breakpoint_callback)
(delete_step_thread_step_resume_breakpoint)
(delete_step_thread_step_resume_breakpoint_cleanup)
(delete_step_thread_step_resume_breakpoint): New.
(wait_for_inferior, init_execution_control_state): Use
delete_step_thread_step_resume_breakpoint_cleanup.
(wait_for_inferior): Set the event_thread.
(fetch_inferior_event): Ditto.  Delete the step-resume breakpoint
with delete_step_thread_step_resume_breakpoint.
(init_thread_stepping_state): Change parameter type to
thread_info.  Adjust.
(context_switch): Don't context switch prev_pc,
stepping_over_breakpoint, step_resume_breakpoint,
step_range_start, step_range_end, step_frame_id,
tss->stepping_over_breakpoint,
tss->stepping_through_solib_after_catch,
tss->stepping_through_solib_catchpoints, tss->current_line, or
tss->current_symtab.
(adjust_pc_after_break, handle_inferior_event)
(currently_stepping, step_into_function)
(insert_step_resume_breakpoint_at_sal)
(insert_longjmp_resume_breakpoint, keep_going): Adjust.
(clear_stepping_state): New.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* gdbthread.h (struct thread_info): Comments describing the
members moved here.  Add step_after_step_resume_breakpoint.
(delete_step_resume_breakpoint): Add thread_info argument.
(save_infrun_state, load_infrun_state): Remove prev_pc,
trap_expected, step_resume_breakpoint, step_range_start,
step_range_end, step_frame_id, another_trap,
stepping_through_solib_after_catch,
stepping_through_solib_catchpoints, current_line and
current_symtab function arguments.
(inferior_thread): Declare.

* thread.c (inferior_thread): New.
(delete_step_resume_breakpoint): Add a thread_info parameter and
rewrite.
(load_infrun_state, save_infrun_state): Remove prev_pc,
trap_expected, step_resume_breakpoint, step_range_start,
step_range_end, step_frame_id, stepping_over_breakpoint,
stepping_through_solib_after_catch,
stepping_through_solib_catchpoints, current_line and
current_symtab args.  Remove code referencing them.

* infcmd.c (step_range_start, step_range_end, step_frame_id):
Delete.
(step_1, step_once, until_next_command): Adjust.

* inferior.h (step_range_start, step_range_end, step_frame_id):
Delete.

* linux-nat.c (linux_child_follow_fork): If following the child,
move the step state to it.  Adjust.
* inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
* inf-ttrace.c (inf_ttrace_follow_fork): Ditto.

15 years ago * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
palves [Mon, 8 Sep 2008 21:37:01 +0000 (21:37 +0000)]
* bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
thread.

15 years ago * corelow.c (add_to_thread_list): If this is the first time we
palves [Mon, 8 Sep 2008 21:36:00 +0000 (21:36 +0000)]
* corelow.c (add_to_thread_list): If this is the first time we
hear about thread info, update inferior_ptid.
(core_open): Clear the thread list and set inferior_ptid before
acknowledging a new inferior.  Find threads before fetching
register info.  Give an upper target layer a chance to find and
claim new threads.  Print core generation and stop signal info
after finding new threads.
(get_core_register_section): Look at the lwp member of
inferior_ptid for detecting if we have threads info, instead of
the pid member.
(core_pid_to_str): New.
(init_core_ops): Register core_pid_to_str.

15 years ago * spu-linux-nat.c (spu_child_post_startup_inferior)
palves [Mon, 8 Sep 2008 21:34:35 +0000 (21:34 +0000)]
* spu-linux-nat.c (spu_child_post_startup_inferior)
(spu_child_post_attach): Don't add the main thread here.

15 years ago Use ptid_t.tid to store thread ids instead of ptid_t.pid.
palves [Mon, 8 Sep 2008 21:33:25 +0000 (21:33 +0000)]
Use ptid_t.tid to store thread ids instead of ptid_t.pid.

* gnu-nat.c (inf_validate_procs): If this is the first time we're
seeing a thread id, extend the main thread's ptid.  If we still
have pending execs, don't be verbose about new threads.
(gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
(gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
* i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
Adjust.

15 years ago * procfs.c (to_attach): Create a procinfo for the current lwp.
palves [Mon, 8 Sep 2008 21:31:53 +0000 (21:31 +0000)]
* procfs.c (to_attach): Create a procinfo for the current lwp.
Add it to gdb's thread list.
(procfs_fetch_registers, procfs_store_registers): Assume there's
always an lwp.
(procfs_wait): Don't add the main thread here.
(procfs_init_inferior): Create a procinfo for the main lwp here.
Change main thread's ptid with thread_change_ptid.
(procfs_notice_thread): Check for exited threads.
(procfs_corefile_thread_callback): Remove check for the main
process.
(procfs_make_note_section): Assume there is always a thread.

* sol-thread.c (sol_thread_attach): Clear sol_thread_active before
attaching.  Change the main thread ptid with thread_change_ptid.
(sol_thread_detach): Clear sol_thread_active.
(sol_thread_wait): Check for exited threads.
(sol_thread_create_inferior): Clear sol_thread_active before
creating a new inferior.  Change the main thread ptid with
thread_change_ptid.
(sol_thread_mourn_inferior): Clear sol_thread_active.
(sol_find_new_threads_callback): Check for exited threads.

15 years ago * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
palves [Mon, 8 Sep 2008 21:30:23 +0000 (21:30 +0000)]
* inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
LWP_TERMINATE, resume the caller thread.  On TTEVT_LWP_CREATE,
TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE, don't stop the whole
process, and return TARGET_WAITKIND_IGNORE.

15 years ago * inf-ttrace.c: Include <signal.h>
palves [Mon, 8 Sep 2008 21:28:53 +0000 (21:28 +0000)]
* inf-ttrace.c: Include <signal.h>
(inf_ttrace_delete_dead_threads_callback): New.
(inf_ttrace_resume_lwp): New.
(inf_ttrace_resume_callback, inf_ttrace_resume): Rewrite.  Don't
delete dying threads until they are really dead.
(inf_ttrace_wait): After stopping the whole process, delete any
dying thread that is really dead by now.
(inf_ttrace_thread_alive): Return 1.
(inf_ttrace_extra_thread_info): New.
(inf_ttrace_target): Register inf_ttrace_extra_thread_info.

15 years ago * inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
palves [Mon, 8 Sep 2008 21:27:45 +0000 (21:27 +0000)]
* inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
of the child fork.
(inf_ttrace_attach): Add the main thread.
(inf_ttrace_resume_callback): Check for exited threads.  Adjust
for always a thread.
(inf_ttrace_wait): Decorate the main thread's ptid with lwp info
using thread_change_ptid, and set its private data.  Don't add the
main thread here.
(inf_ttrace_pid_to_str): Adjust.

15 years ago * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
palves [Mon, 8 Sep 2008 21:26:36 +0000 (21:26 +0000)]
* bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
thread_change_ptid.  Check for exited threads.
(bsd_uthread_find_new_threads): Check for exited threads.

15 years ago * inf-ptrace.c: Include "gdbthread.h".
palves [Mon, 8 Sep 2008 21:25:04 +0000 (21:25 +0000)]
* inf-ptrace.c: Include "gdbthread.h".
(inf_ptrace_attach): Add the main thread here.
* linux-nat.c (linux_nat_attach): Don't add the main thread here.
Decorate the main thread id with the lwp id.

15 years ago * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
palves [Mon, 8 Sep 2008 21:22:48 +0000 (21:22 +0000)]
* linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
thread_change_ptid.  Don't add or mark the main thread as running
and executing here.
* fork-child.c (fork_inferior): Add the main thread here.

15 years ago * regcache.c (new_register_cache): Return NULL if the register
palves [Mon, 8 Sep 2008 21:16:18 +0000 (21:16 +0000)]
* regcache.c (new_register_cache): Return NULL if the register
cache size isn't known yet.
(free_register_cache): Avoid dereferencing a NULL regcache.

15 years ago * rs6000-tdep.c (rs6000_fetch_instruction)
guitton [Mon, 8 Sep 2008 16:18:23 +0000 (16:18 +0000)]
* rs6000-tdep.c (rs6000_fetch_instruction)
(rs6000_skip_stack_check): New functions.
(skip_prologue): Skip stack check sequence.

15 years ago2008-09-08 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 8 Sep 2008 16:07:46 +0000 (16:07 +0000)]
2008-09-08  H.J. Lu  <hongjiu.lu@intel.com>

2008-09-07  Alan Modra  <amodra@bigpond.net.au>

* emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Updated.
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Likewise.

15 years ago * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
guitton [Mon, 8 Sep 2008 16:03:13 +0000 (16:03 +0000)]
* gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
(stack_check_probe_2, stack_check_probe_loop_1)
(stack_check_probe_loop_2): New functions.
(main): Add call to these new functions.
* gdb.arch/powerpc-aix-prologue.exp: When breaking on these
functions, check that the breakpoint is inserted at the appropriate
location.
(insert_breakpoint): Slightly refine this procedure so that it can
be called several times in the test.

15 years ago * gdb.base/stack-checking.c: New file.
guitton [Mon, 8 Sep 2008 15:54:29 +0000 (15:54 +0000)]
* gdb.base/stack-checking.c: New file.
* gdb.base/stack-checking.exp: New file.

15 years ago * dummy-frame.h (frame.h): Include it.
daney [Mon, 8 Sep 2008 15:23:10 +0000 (15:23 +0000)]
* dummy-frame.h (frame.h): Include it.
(struct frame_id): Remove declaration.

15 years ago2008-09-08 Tristan Gingold <gingold@adacore.com>
gingold [Mon, 8 Sep 2008 12:55:18 +0000 (12:55 +0000)]
2008-09-08  Tristan Gingold  <gingold@adacore.com>

        * configure.in: Update version to 2.19.50
        * configure: Regenerated.

15 years ago2008-09-08 Tristan Gingold <gingold@adacore.com>
gingold [Mon, 8 Sep 2008 12:44:32 +0000 (12:44 +0000)]
2008-09-08  Tristan Gingold  <gingold@adacore.com>

        * BRANCHES: Add 2.18 and 2.19 release branches.

15 years agold/
gingold [Mon, 8 Sep 2008 08:56:56 +0000 (08:56 +0000)]
ld/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.
gas/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.

binutils/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.

15 years ago * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
danglin [Mon, 8 Sep 2008 00:54:26 +0000 (00:54 +0000)]
* config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target.  Revise
comment regarding use of difference expressions.
(TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.

15 years agodaily update
amodra [Mon, 8 Sep 2008 00:00:06 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Mon, 8 Sep 2008 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
danglin [Sun, 7 Sep 2008 22:54:53 +0000 (22:54 +0000)]
* dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
(dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
(dot_cfi_lsda, output_cie, output_fde): Likewise.
* config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.

15 years ago2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 7 Sep 2008 21:35:38 +0000 (21:35 +0000)]
2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/_mingw.h: Increment version to 3.15.

15 years ago2008-09-07 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Sun, 7 Sep 2008 20:49:43 +0000 (20:49 +0000)]
2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>

        * include/w32api.h: Increment version to 3.12.
        * Makefile.in: Ditto.

15 years ago2008-09-07 Michael Hentschel <mikeh42@users.sourceforge.net>
ironhead [Sun, 7 Sep 2008 17:12:46 +0000 (17:12 +0000)]
2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>

        * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.

15 years ago2008-09-07 alsemm <alsemm@users.sourceforge.net>
ironhead [Sun, 7 Sep 2008 17:11:49 +0000 (17:11 +0000)]
2008-09-07  alsemm  <alsemm@users.sourceforge.net>

        * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.

15 years agoCommitted as obvious.
dannysmith [Sun, 7 Sep 2008 08:03:10 +0000 (08:03 +0000)]
Committed as obvious.

* include/ws2tcpip.h (IPV6_MREQ): Fix typo.
Thanks to Richard Hughes for report.

15 years ago * ldlang.h (lang_output_section_find): Define.
amodra [Sun, 7 Sep 2008 04:02:30 +0000 (04:02 +0000)]
* ldlang.h (lang_output_section_find): Define.
(lang_output_section_statement_lookup): Update prototype.
* ldlang.c (lang_output_section_find,
lang_output_section_statement_lookup_1): Merge into..
(lang_output_section_statement_lookup): ..here.  Update all callers.
(process_insert_statements): Set constraint negative
for output section statements we might be inserting.  Make error
fatal on not finding insertion section.
(lang_output_section_find): Rather than comparing
output_section_statement.constraint against -1, test whether
it is postive.
(lang_output_section_statement_lookup_1): Likewise.
(output_prev_sec_find, strip_excluded_output_sections): Likewise.
(lang_record_phdrs): Likewise.
* emultempl/elf32.em (output_rel_find): Likewise.
* NEWS: Mention INSERT.

15 years ago2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 7 Sep 2008 02:07:29 +0000 (02:07 +0000)]
2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
        naming standard for Cygwin.

15 years ago2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 7 Sep 2008 02:06:54 +0000 (02:06 +0000)]
2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
        naming standard for Cygwin.

15 years ago*** empty log message ***
gdbadmin [Sun, 7 Sep 2008 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

15 years agodaily update
amodra [Sun, 7 Sep 2008 00:00:05 +0000 (00:00 +0000)]
daily update

15 years agogas/
rsandifo [Sat, 6 Sep 2008 08:47:00 +0000 (08:47 +0000)]
gas/
* config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.

gas/testsuite/
* gas/mips/cfi-n64-1.s, gas/mips/cfi-n64-1.d: New test.
* gas/mips/mips.exp: Run it.

15 years ago2008-09-05 Cary Coutant <ccoutant@google.com>
ccoutant [Sat, 6 Sep 2008 01:13:00 +0000 (01:13 +0000)]
2008-09-05  Cary Coutant  <ccoutant@google.com>

* symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
explicit instantiations.

15 years agodaily update
amodra [Sat, 6 Sep 2008 00:00:05 +0000 (00:00 +0000)]
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 6 Sep 2008 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

15 years ago * gdb.arch/altivec-abi.exp: Remove extra verbose call.
bauermann [Fri, 5 Sep 2008 19:12:11 +0000 (19:12 +0000)]
* gdb.arch/altivec-abi.exp: Remove extra verbose call.
* gdb.arch/altivec-regs.exp: Likewise.
* gdb.arch/vsx-regs.exp: Likewise.

15 years ago * gdb.arch/ppc-fp.exp: New file.
bauermann [Fri, 5 Sep 2008 19:00:41 +0000 (19:00 +0000)]
* gdb.arch/ppc-fp.exp: New file.
* gdb.arch/ppc-fp.c: New file.

15 years agoFix last commit.
drow [Fri, 5 Sep 2008 17:55:07 +0000 (17:55 +0000)]
Fix last commit.

15 years ago * dwarf2.c: Change leading whitespace to tabs.
drow [Fri, 5 Sep 2008 17:48:08 +0000 (17:48 +0000)]
* dwarf2.c: Change leading whitespace to tabs.

15 years agocompile with gcc -fno-inline, lest gcc-4.3.1 optimizes the whole thing away.
ppluzhnikov [Fri, 5 Sep 2008 17:39:00 +0000 (17:39 +0000)]
compile with gcc -fno-inline, lest gcc-4.3.1 optimizes the whole thing away.

15 years ago * spu-tdep.c (spu_push_dummy_code): New function.
uweigand [Fri, 5 Sep 2008 15:19:57 +0000 (15:19 +0000)]
* spu-tdep.c (spu_push_dummy_code): New function.
(spu_gdbarch_init): Install it.

15 years ago * readelf.c (load_specific_debug_section): New function, from
drow [Fri, 5 Sep 2008 14:49:05 +0000 (14:49 +0000)]
* readelf.c (load_specific_debug_section): New function, from
load_debug_section.
(load_debug_section): Use load_specific_debug_section.
(display_debug_section): Use load_specific_debug_section.  Check for
multiple sections with the same name.

15 years ago * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
uweigand [Fri, 5 Sep 2008 12:57:15 +0000 (12:57 +0000)]
* gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
instead of paddr_nz.
* gdbarch.c: Regenerate.

* target.c (target_xfer_partial, debug_print_register): Use
core_addr_to_string_nz instead of paddr_nz.

15 years ago * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
uweigand [Fri, 5 Sep 2008 11:58:30 +0000 (11:58 +0000)]
* rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
*before* calling gdbarch_init_osabi.
(rs6000_aix_init_osabi): Disable displaced stepping.

15 years ago * target.c (update_current_target): Do not inherit to_open
uweigand [Fri, 5 Sep 2008 11:50:57 +0000 (11:50 +0000)]
* target.c (update_current_target): Do not inherit to_open
or to_close.
(pop_target): Call target_close on target_stack instead
of current_target.
(pop_all_targets_above): Likewise.

15 years ago * gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
uweigand [Fri, 5 Sep 2008 11:49:58 +0000 (11:49 +0000)]
* gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
(gnuv3_print_method_ptr): Use it.
(gnuv3_method_ptr_to_value): Likewise.

15 years ago * nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
uweigand [Fri, 5 Sep 2008 11:46:46 +0000 (11:46 +0000)]
* nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
register_area callback function.
* i386-nto-tdep.c (i386nto_register_area): Add gdbarch parameter.
Use it instead of current_gdbarch.
* nto-procfs.c (procfs_store_registers): Update call.

15 years ago * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
uweigand [Fri, 5 Sep 2008 11:46:12 +0000 (11:46 +0000)]
* mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
regcache architecture instead of current_gdbarch.