OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
15 years ago* setup2.sgml: Clarify heap allocation.
cgf [Mon, 22 Sep 2008 16:55:30 +0000 (16:55 +0000)]
* setup2.sgml: Clarify heap allocation.

15 years ago * plugin-api.h (ld_plugin_status): Remove comma from the last item.
ian [Mon, 22 Sep 2008 16:37:41 +0000 (16:37 +0000)]
* plugin-api.h (ld_plugin_status): Remove comma from the last item.
Use C style comment.
(ld_plugin_api_version, ld_plugin_output_file_type,
ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
comma from the last item.

15 years ago2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
sandra [Mon, 22 Sep 2008 16:31:00 +0000 (16:31 +0000)]
2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>

gdb/doc
* gdb.texinfo (Packets): Add info on thread-id syntax and
multiprocess extensions.
<D>: Document multiprocess form of packet.
<H>: Use thread-id syntax.
<T>: Likewise.
<vCont>: Likewise.  Note this is required for multiprocess.
<vKill>: New packet.
(Stop Reply Packets) <T>: Use thread-id syntax.
<W>: Document multiprocess form of reply.
<X>: Likewise.
(General Query Packets) <qC>: Use thread-id syntax.
<qfThreadInfo>: Likewise.
<qGetTLSAddr>: Likewise.
<qP>: Likewise.
<qSupported>: Add "multiprocess" feature.
<qThreadExtraInfo>: Use thread-id syntax.

15 years ago * infrun.c (follow_exec): Don't do a generic mourn. Instead
palves [Mon, 22 Sep 2008 15:26:52 +0000 (15:26 +0000)]
* infrun.c (follow_exec): Don't do a generic mourn.  Instead
inline the required bits.
* breakpoint.h (enum inf_context): Add inf_execd.

15 years ago * infrun.c (handle_inferior_event): In the follow exec case,
palves [Mon, 22 Sep 2008 15:25:54 +0000 (15:25 +0000)]
* infrun.c (handle_inferior_event): In the follow exec case,
context-switch before doing anything else.

15 years ago * top.c (any_thread_of, kill_or_detach): New functions.
palves [Mon, 22 Sep 2008 15:24:49 +0000 (15:24 +0000)]
* top.c (any_thread_of, kill_or_detach): New functions.
(quit_target): Iterate over all inferiors, killing or detaching
accordingly.

15 years ago Remove the attach_flag global, and make it per-inferior.
palves [Mon, 22 Sep 2008 15:21:30 +0000 (15:21 +0000)]
Remove the attach_flag global, and make it per-inferior.

* inferior.h (attach_flag): Delete.
(inferior_process): Declare.
* solib.c (update_solib_list): Adjust.
* gnu-nat.c (gnu_create_inferior, gnu_attach): Adjust.
* inf-ptrace.c (inf_ptrace_detach): Adjust.
(inf_ptrace_files_info): Get it from the current inferior.
* inf-ttrace.c (inf_ttrace_attach): Adjust.
(inf_ttrace_files_info): Get it from the current
inferior.
* inflow.c (terminal_inferior, terminal_ours_1, set_sigint_trap)
(clear_sigint_trap): Get it from the current process.
* remote.c (extended_remote_attach_1)
(extended_remote_create_inferior_1): Adjust.
* top.c (quit_confirm, quit_target): Get it from the current inferior.
* procfs.c (do_detach): Adjust.
(procfs_wait): Get it from the event inferior.
(procfs_files_info): Get it from the current inferior.
* nto-procfs.c (procfs_files_info): Likewise.
(procfs_attach): Adjust.  Set the attach_flag here.
(do_attach): Don't set it here.
(procfs_detach): Don't clear it.
(procfs_mourn_inferior): Don't clear it.
* solib-osf.c (osf_solib_create_inferior_hook): Adjust.
* target.c (attach_flag): Delete.
(generic_mourn_inferior): Don't clear it.
* win32-nat.c (get_win32_debug_event): Get it from the event
process.
(do_initial_win32_stuff): Add attaching argument.  Set attach_flag
in the inferior accordingly.
(win32_attach): Don't set the attach_flag here.  Pass 1 to
do_intial_win32_stuff.
(win32_files_info): Get it from the current inferior.
(win32_create_inferior): Dont clear attach_flag here.  Pass 0 to
do_intial_win32_stuff.

15 years ago Make the stop_soon global be per-inferior instead.
palves [Mon, 22 Sep 2008 15:20:07 +0000 (15:20 +0000)]
Make the stop_soon global be per-inferior instead.

* infcmd.c (attach_command_post_wait): Adjust.
(attach_command): Likewise.

* inferior.h (stop_soon): Delete.
(struct inferior): Add stop_soon member.

* infrun.c (stop_soon): Delete.
(clear_proceed_status, start_remote)
(fetch_inferior_event, handle_inferior_event): Adjust.
(signal_stop_state): Don't check stop_soon here.  Check in callers
instead.
(save_inferior_status, restore_inferior_status): Adjust.

* linux-nat.c (linux_nat_resume, linux_nat_wait): Always pass
signals to common code if starting up the inferior.

* inferior.h (struct inferior_info): Added stop_soon member.
* inferior.c (add_inferior) Clear stop_soon.

* mips-tdep.c (heuristic_proc_start): Adjust.
* nto-procfs.c (procfs_create_inferior): Adjust.
* solib-irix.c (irix_solib_create_inferior_hook): Adjust.
* solib-osf.c (osf_solib_create_inferior_hook): Adjust.
* solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
* solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.

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

* alpha-tdep.c (alpha_heuristic_proc_start): Adjust.

15 years ago Implement remote multi-process extensions.
palves [Mon, 22 Sep 2008 15:18:30 +0000 (15:18 +0000)]
Implement remote multi-process extensions.

* remote.c (struct remote_state): Add extended and
multi_process_aware fields.
(remote_multi_process_p): New.
(PACKET_vKill): New.
(record_currthread): Use thread_change_ptid.  Notice new
inferiors.
(set_thread, remote_thread_alive): Use write_ptid.
(write_ptid, read_ptid): New.
(remote_current_thread, remote_threads_extra_info): Use them.
(remote_threads_info): Likewise.  Detect new inferiors.
(remote_start_remote): Add inferior to inferior list.
(remote_multi_process_feature): New.
(remote_protocol_features): Add "multiprocess" feature.
(remote_query_supported): Pass "multiprocess+" as supported
features.
(remote_open_1): Clear multi_process_aware.  Set extended
accordingly.
(remote_detach_1): Detach current process.  Use extended packet
format for extended-remote multi-process.  Detach process from the
inferior list.  Only mourn after printing output.
(extended_remote_attach_1): Add process to the inferior list.
(remote_vcont_resume): Use write_ptid to pass the thread ids.
(remote_wait): Use read_ptid.  Implement the extended
multi-process extension format of the 'W' and 'X' reply packets.
Remove exited inferiors from inferior list.
(remote_xfer_memory): Set general thread.
(remote_vkill): New.
(extended_remote_kill): New.
(remote_mourn_1): Discard all inferiors.
(select_new_thread_callback): New.
(extended_remote_mourn_1): If there are more processes to debug,
switch to a thread in another process, and don't pop the target.
(extended_remote_create_inferior_1): Add the new process to the
inferior list.
(remote_stopped_by_watchpoint): Indenting.
(remote_xfer_partial): Set the general thread.
(remote_pid_to_str): If the remote is multi-process aware, print
the process id as well as the thread id.
(remote_get_thread_local_address): Use write_ptid.
(init_extended_remote_ops): Register extended_remote_kill.
(_initialize_remote): Register new packets.  Change
magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
member to 42000.

* thread.c (thread_change_ptid): Also account for the inferior pid
changing.

* inferior.h (discard_all_inferiors): Declare.
* inferior.c (discard_all_inferiors): New.

15 years ago * gnu-nat.c (gnu_attach): Add process to inferiors table.
palves [Mon, 22 Sep 2008 15:16:51 +0000 (15:16 +0000)]
* gnu-nat.c (gnu_attach): Add process to inferiors table.
(gnu_detach): Remove it.
* go32-nat.c (go32_create_inferior): Add process to gdb's inferior
table.
* inf-ptrace.c (inf_ptrace_follow_fork): Delete and add inferiors
to inferior table accordingly.
(inf_ptrace_attach): Add new process to inferior table.
(inf_ptrace_detach): Remove it.
* inf-ttrace.c (inf_ttrace_follow_fork): Delete and add inferiors
to inferior table accordingly.
(inf_ttrace_attach): Add process to inferior table.
(inf_ttrace_detach): Remove it.
* linux-fork.c (init_fork_list): Delete any left over inferior.
(linux_fork_mourn_inferior, detach_fork_command): Also delete
processes from inferior list.
* monitor.c (monitor_open): Add process to inferior list.
(monitor_close): Remove it.
* nto-procfs.c (procfs_attach): Add process to inferior list.
Find threads after pushing the target.
(procfs_detach): Remove process from inferior list.
(procfs_create_inferior): Add process to inferior list.
* procfs.c (procfs_detach): Remove process from inferior list.
(do_attach): Add process to inferior list.
* remote-sim.c (sim_create_inferior): Add process to inferior list.
(gdbsim_close): Remove it.
* target.c (generic_mourn_inferior): If inferior_ptid is not
null_ptid, remove the corresponding inferior from inferior list.
* win32-nat.c (do_initial_win32_stuff): Add process to inferior list.
(win32_detach): Remove it.
* linux-nat.c (linux_child_follow_fork): Delete and add inferiors
to inferior list accordingly.
* fork-child.c (fork_inferior): Add process to inferior list.
* corelow.c (CORELOW_PID): Define.
(core_close): Remove core from inferior list.
(core_open): Add it.

15 years agogdb/
palves [Mon, 22 Sep 2008 15:12:18 +0000 (15:12 +0000)]
gdb/
* inferior.h: Forward declare struct ui_out.
Forward declare struct private_inferior.
(struct inferior): New.
(init_inferior_list, add_inferior, add_inferior_silent)
(delete_inferior, delete_inferior_silent, detach_inferior)
(gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
(valid_inferior_id, find_inferior_pid): New functions.
(inferior_callback_func): New typedef.
(iterate_over_inferiors, print_inferior, have_inferiors)
(current_inferior): New functions.
* inferior.c: New file.

* Makefile.in (SFILES): Add inferior.c.
(COMMON_OBS): Add inferior.o.

gdb/doc/
* gdb.texinfo (Inferiors): New section.

15 years ago * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
jlarmour [Mon, 22 Sep 2008 15:03:06 +0000 (15:03 +0000)]
* arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
instead of determining symbol and line info directly.
* MAINTAINERS: Update my email address.

15 years ago * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
jlarmour [Mon, 22 Sep 2008 15:02:54 +0000 (15:02 +0000)]
* arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
instead of determining symbol and line info directly.

15 years agoUpdate my email address.
jlarmour [Mon, 22 Sep 2008 15:02:04 +0000 (15:02 +0000)]
Update my email address.

15 years ago * symtab.c (skip_prologue_using_sal): Treat two consecutive lines
drow [Mon, 22 Sep 2008 14:56:15 +0000 (14:56 +0000)]
* symtab.c (skip_prologue_using_sal): Treat two consecutive lines
at the same address as a prologue marker.  Do not skip an entire
function.

15 years ago2008-09-22 Andrew Stubbs <ams@codesourcery.com>
ams [Mon, 22 Sep 2008 13:36:28 +0000 (13:36 +0000)]
2008-09-22  Andrew Stubbs  <ams@codesourcery.com>

* frame.c (get_frame_register_bytes): Comment improvments.

15 years agogdb/
palves [Mon, 22 Sep 2008 11:00:39 +0000 (11:00 +0000)]
gdb/
* linux-nat.c (linux_nat_wait): Only use set_ignore_sigint in
all-stop mode.

gdb/testsuite/
* lib/mi-support.exp (mi_expect_interrupt): New.
(mi_reverse_list, mi_check_thread_states): New, moved and renamed
from gdb.mi/mi-nonstop.exp.
* gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
* gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
lib/mi-support.exp.
Use mi_check_thread_states throughout.  Avoid ".*" and do not
require an anchor after -exec-run.

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

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

15 years ago2008-09-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Sun, 21 Sep 2008 16:56:44 +0000 (16:56 +0000)]
2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>

        * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
        undefined.

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

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

15 years agold/testsuite/
rsandifo [Sat, 20 Sep 2008 09:47:43 +0000 (09:47 +0000)]
ld/testsuite/
* ld-mips-elf/reloc-estimate-1.d: Make endian-neutral.

15 years ago Provide virtual target "cfi" for targets supporting CFI.
jkratoch [Sat, 20 Sep 2008 08:42:53 +0000 (08:42 +0000)]
Provide virtual target "cfi" for targets supporting CFI.
* ld-elf/eh-frame-hdr.d: Replace target and xfail statements by single
`target: cfi'.
* ld-elf/eh-group.exp: Call check_as_cfi instead of is_elf_format.
* ld-elf/eh-group1.s, elf/eh-group2.s: Use more compatible section
flags prefix '%'.
* ld-elf/eh5.d: Replace target statement by `target: cfi' with an Alpha
exception.  Relax the `Code alignment factor' matching.
* lib/ld-lib.exp: Rename istarget as istarget_ld.
(istarget, check_as_cfi): New procedure.
(run_dump_test): New comment for the virtual target `cfi'.

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

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

15 years ago* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.
ericb [Fri, 19 Sep 2008 23:29:24 +0000 (23:29 +0000)]
* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.

15 years agoAdd plugin functionality for link-time optimization (LTO).
ccoutant [Fri, 19 Sep 2008 22:54:57 +0000 (22:54 +0000)]
Add plugin functionality for link-time optimization (LTO).

include/:
* plugin-api.h: New file.

gold/:
* configure.ac (plugins): Add --enable-plugins option.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.am (LIBDL): New variable.
(CCFILES): Add plugin.cc.
(HFILES): Add plugin.h.
(ldadd_var): Add LIBDL.
* Makefile.in: Regenerate.

* archive.cc: Include "plugin.h".
(Archive::setup): Don't preread archive symbols when using a plugin.
(Archive::get_file_and_offset): Add memsize parameter.  Change callers.
(Archive::get_elf_object_for_member): Call plugin hooks for claiming
files.
(Archive::include_member): Add symbols from plugin objects.
* archive.h (Archive::get_file_and_offset): Add memsize parameter.
* descriptors.cc (Descriptors::open): Check for file descriptors
abandoned by plugins.
(Descriptors::claim_for_plugin): New function.
* descriptors.h (Descriptors::claim_for_plugin): New function.
(Open_descriptor::is_claimed): New field.
(claim_descriptor_for_plugin): New function.
* fileread.cc (File_read::claim_for_plugin): New function.
* fileread.h (File_read::claim_for_plugin): New function.
(File_read::descriptor): New function.
* gold.cc: Include "plugin.h".
(queue_initial_tasks): Add task to call plugin hooks for generating
new object files.
* main.cc: Include "plugin.h".
(main): Load plugin libraries.
* object.h (Pluginobj): Declare.
(Object::pluginobj): New function.
(Object::do_pluginobj): New function.
(Object::set_target): New function.
* options.cc: Include "plugin.h".
(General_options::parse_plugin): New function.
(General_options::General_options): Initialize plugins_ field.
(General_options::add_plugin): New function.
* options.h (Plugin_manager): Declare.
(General_options): Add --plugin option.
(General_options::has_plugins): New function.
(General_options::plugins): New function.
(General_options::add_plugin): New function.
(General_options::plugins_): New field.
* plugin.cc: New file.
* plugin.h: New file.
* readsyms.cc: Include "plugin.h".
(Read_symbols::do_read_symbols): Check for archive before checking
for ELF file.  Call plugin hooks to claim files.
* resolve.cc (Symbol_table::resolve): Record when symbol is referenced
from a real object file; force override when processing replacement
files.
* symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
(Symbol::init_base_object): Likewise.
(Symbol::init_base_output_data): Likewise.
(Symbol::init_base_output_segment): Likewise.
(Symbol::init_base_constant): Likewise.
(Symbol::init_base_undefined): Likewise.
(Symbol::output_section): Assert that object is not a plugin.
(Symbol_table::add_from_pluginobj): New function.
(Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
undefined.
(Symbol_table::sized_write_globals): Likewise.
(Symbol_table::add_from_pluginobj): Instantiate template.
* symtab.h (Sized_pluginobj): Declare.
(Symbol::in_real_elf): New function.
(Symbol::set_in_real_elf): New function.
(Symbol::in_real_elf_): New field.
(Symbol_table::add_from_pluginobj): New function.

* testsuite/Makefile.am (AM_CFLAGS): New variable.
(LIBDL): New variable.
(LDADD): Add LIBDL.
(check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
(check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
(check_DATA): Add plugin_test_1.err and plugin_test_2.err.
(MOSTLYCLEANFILES): Likewise.
* testsuite/Makefile.in: Regenerate.
* testsuite/plugin_test.c: New file.
* testsuite/plugin_test_1.sh: New file.
* testsuite/plugin_test_2.sh: New file.

15 years agoFix MinGW-Bug [2119504].
keithmarshall [Fri, 19 Sep 2008 22:41:01 +0000 (22:41 +0000)]
Fix MinGW-Bug [2119504].

15 years agoFix MinGW-Bug [2117379].
keithmarshall [Fri, 19 Sep 2008 21:32:42 +0000 (21:32 +0000)]
Fix MinGW-Bug [2117379].

15 years ago2008-09-19 Andrew Stubbs <ams@codesourcery.com>
ams [Fri, 19 Sep 2008 18:33:10 +0000 (18:33 +0000)]
2008-09-19  Andrew Stubbs  <ams@codesourcery.com>

* MAINTAINERS: Update my email address.

15 years ago2008-09-19 Andrew Stubbs <ams@codesourcery.com>
ams [Fri, 19 Sep 2008 18:12:16 +0000 (18:12 +0000)]
2008-09-19  Andrew Stubbs  <ams@codesourcery.com>

* frame.c (get_frame_register_bytes): Detect bad debug info.

15 years ago2008-09-19 Eric Blake <ebb9@byu.net>
jjohnstn [Fri, 19 Sep 2008 16:11:35 +0000 (16:11 +0000)]
2008-09-19  Eric Blake  <ebb9@byu.net>

        Supply missing POSIX errno values.
        * libc/include/sys/errno.h (ENOTRECOVERABLE, EOWNERDEAD): Define.
        * libc/string/strerror.c (strerror): Decode them, and ECANCELED.

15 years ago * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
amodra [Fri, 19 Sep 2008 10:00:40 +0000 (10:00 +0000)]
* write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
(TC_VALIDATE_FIX_SUB): Likewise.
* config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
* config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
* config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
* config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
(TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
* config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
* config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
* doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.

15 years ago * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Handle vxworks
amodra [Fri, 19 Sep 2008 09:51:31 +0000 (09:51 +0000)]
* elf32-ppc.c (ppc_elf_finish_dynamic_sections): Handle vxworks
_GLOBAL_OFFSET_TABLE_ in .got.plt section.  Add BFD_ASSERTs.

15 years agoAvoid gdb.gdbtk testsuite to stop when TCL_LIBRARY environment variable
denis [Fri, 19 Sep 2008 08:18:37 +0000 (08:18 +0000)]
Avoid gdb.gdbtk testsuite to stop when TCL_LIBRARY environment variable
is not set.
2008-09-19  Denis Pilat  <denis.pilat@st.com>

* insight-support.exp (gdbtk_start): test TCL_LIBRARY env. variable
before being unset.

15 years agoFix insight crash when setting pending breakpoints:
denis [Fri, 19 Sep 2008 07:23:16 +0000 (07:23 +0000)]
Fix insight crash when setting pending breakpoints:

2008-09-19  Denis Pilat  <denis.pilat@st.com>

* generic/gdbtk-bp.c (gdb_get_breakpoint_info): Manage the case of NULL
location to handle pending breakpoint in a better way.
(gdb_find_bp_at_addr): Likewise.

15 years ago * write.c (md_register_arithmetic): Define.
amodra [Fri, 19 Sep 2008 02:11:02 +0000 (02:11 +0000)]
* write.c (md_register_arithmetic): Define.
(fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
Modify error message when registers involved.
(TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
* config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.

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

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

15 years ago From Pedro Alves <pedro@codesourcery.com>:
kseitz [Thu, 18 Sep 2008 18:28:44 +0000 (18:28 +0000)]
    From Pedro Alves  <pedro@codesourcery.com>:
        * generic/gdbtk-cmds.c (gdb_cmd, gdb_immediate_command): Adjust to
        new bpstat_do_actions inferface.
        * generic/gdbtk-hooks.c: Include gdbthread.h.
        (gdbtk_annotate_signal): Get the stop_signal from the current
        thread.

15 years ago * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative refcount.
bwilson [Thu, 18 Sep 2008 00:37:47 +0000 (00:37 +0000)]
    * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative refcount.

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

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

15 years ago Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.
jkratoch [Wed, 17 Sep 2008 21:48:48 +0000 (21:48 +0000)]
Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.
* infrun.c (wait_for_inferior): Move this ECS->EVENT_THREAD
initialization ...
(fetch_inferior_event): ... and this ECS->EVENT_THREAD initialization
...
(handle_inferior_event): ... here after the add_thread call together
with the local adjust_pc_after_break and reinit_frame_cache calls.

15 years agobfd/
jkratoch [Wed, 17 Sep 2008 07:50:28 +0000 (07:50 +0000)]
bfd/
PR 6893 - Do not consider FDEs for discarded sections as invalid.
* elf-eh-frame.c (_bfd_elf_parse_eh_frame): New REQUIRE_CLEARED_RELOCS.
Consider FDEs with cleared relocations as valid and ignorable.

ld/testsuite/
* ld-elf/eh-group.exp, ld-elf/eh-group1.s, ld-elf/eh-group2.s: New test.

binutils/
Suppress warnings on NONE relocations to discarded sections.
* readelf.c (is_none_reloc): New function.
(debug_apply_relocations): Ignore is_none_reloc() relocations.

15 years ago Fix testcases compilation failures due to unused variables.
jkratoch [Wed, 17 Sep 2008 07:43:49 +0000 (07:43 +0000)]
Fix testcases compilation failures due to unused variables.
* ld-elfcomm/common1b.c (dummy1): Mark the variable for GCC as USED.
* ld-shared/main.c (main): Move the P variable only to the places where
it is used.

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

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

15 years ago * breakpoint.c (bpstat_stop_status): Clear breakpoint_at for
daney [Tue, 16 Sep 2008 18:54:59 +0000 (18:54 +0000)]
* breakpoint.c (bpstat_stop_status): Clear breakpoint_at for
all hardware bpstats.

15 years ago * gstdint.h: Delete.
brobecke [Tue, 16 Sep 2008 18:21:33 +0000 (18:21 +0000)]
    * gstdint.h: Delete.

15 years ago * target-reloc.h (relocate_section): Check whether a symbol is
ian [Tue, 16 Sep 2008 17:23:36 +0000 (17:23 +0000)]
* target-reloc.h (relocate_section): Check whether a symbol is
defined by the ABI before reporting an undefined symbol error.
* target.h (Target::is_defined_by_abi): Make parameter const.
(Target::do_is_defined_by_abi): Likewise.
* i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
* powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
* sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
* x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
* testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
* testsuite/Makefile.in: Rebuild.

15 years ago * fileread.cc (make_view): Add casts to avoid warning.
ian [Tue, 16 Sep 2008 17:17:22 +0000 (17:17 +0000)]
* fileread.cc (make_view): Add casts to avoid warning.

15 years agobfd/
hjl [Tue, 16 Sep 2008 14:09:34 +0000 (14:09 +0000)]
bfd/

2008-09-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/6877
* elflink.c (_bfd_elf_merge_symbol): Allow a common symbol to
override the function in a shared library.

ld/testsuite/

2008-09-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/6877
* ld-elf/comm1.c: New.
* ld-elf/func1.c: Likewise.

* ld-elf/shared.exp: Add tests for libfunc1.so and comm1.

15 years ago PR 6844
amodra [Tue, 16 Sep 2008 13:43:35 +0000 (13:43 +0000)]
PR 6844
* elf32-ppc.c (SYM_VAL): Define.  Use throughout to find symbol vma.
(ppc_elf_relocate_section): Correct GOT offset calculation.
(ppc_elf_finish_dynamic_symbol): Use PPC_HA and PPC_LO.
(ppc_elf_finish_dynamic_sections): Likewise.  Error if
htab->elf.hgot symbol is not defined in htab->got section.

15 years ago* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
aoliva [Tue, 16 Sep 2008 04:31:25 +0000 (04:31 +0000)]
* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
* x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.

15 years ago* options.h (General_options::output_is_executable): New.
aoliva [Tue, 16 Sep 2008 04:23:29 +0000 (04:23 +0000)]
* options.h (General_options::output_is_executable): New.
(General_options::output_is_pie): New.
* i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
for shared libraries.
* x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.

15 years ago* cygtls.h (unionent): Move from net.cc.
cgf [Tue, 16 Sep 2008 02:04:26 +0000 (02:04 +0000)]
* cygtls.h (unionent): Move from net.cc.
(unionent::struct_type): Move enum here.
(_local_storage::hostent_buf): Define as unionent.
(_local_storage::protoent_buf): Ditto.
(_local_storage::servent_buf): Ditto.
* net.cc (unionent): Move to cygtls.h.
(struct_type): Ditto.
(dup_ent): Define one function per {host,proto,serv}ent type.
(cygwin_getprotobyname): Simplify dup_ent call.  Removed now-unneeded return
type coercion.
(cygwin_getprotobynumber): Ditto.
(cygwin_getservbyname): Ditto.
(cygwin_getservbyport): Ditto.
(cygwin_gethostbyname): Ditto.
(cygwin_gethostbyaddr): Ditto.  tlsoffsets.h: Regenerate.

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

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

15 years ago PR 6888
amodra [Mon, 15 Sep 2008 23:41:55 +0000 (23:41 +0000)]
PR 6888
* elf32-ppc.c (ppc_elf_relocate_section): Handle NULL symbol section
on R_PPC_TOC16, R_PPC_SDAREL16, R_PPC_EMB_SDA2REL, R_PPC_EMB_SDA21,
R_PPC_EMB_RELSDA, R_PPC_SECTOFF* relocs.

15 years ago* infcall.c (generic_push_dummy_code): Remove.
kettenis [Mon, 15 Sep 2008 20:14:04 +0000 (20:14 +0000)]
* infcall.c (generic_push_dummy_code): Remove.
(push_dummy_code): Unconditionally call gdbarch_push_dummy_code.

15 years ago * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.
devans [Mon, 15 Sep 2008 15:31:58 +0000 (15:31 +0000)]
* dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.
(struct attribute): Ditto.

15 years ago * gas/all/gas.exp: Don't run redef tests on a bunch of targets.
amodra [Mon, 15 Sep 2008 13:53:46 +0000 (13:53 +0000)]
* gas/all/gas.exp: Don't run redef tests on a bunch of targets.
* gas/elf/elf.exp: Likewise.

15 years ago * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
amodra [Mon, 15 Sep 2008 13:53:17 +0000 (13:53 +0000)]
* write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.

15 years ago * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
amodra [Mon, 15 Sep 2008 05:22:31 +0000 (05:22 +0000)]
* config/tc-frv.c (md_apply_fix): Use abs_section_sym for
relocs with no symbol.
* config/tc-mmix.c (md_assemble): Mark fake symbol on
BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
(mmix_md_end): Likewise mark mmix reg contents section symbol.

15 years ago * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Record
danglin [Mon, 15 Sep 2008 02:19:47 +0000 (02:19 +0000)]
* hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Record
HPPA_IPSW_REGNUM and HPPA_SAR_REGNUM values.

15 years ago * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surrounding
danglin [Mon, 15 Sep 2008 01:56:31 +0000 (01:56 +0000)]
* hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surrounding
"#if 0" "#endif".  Fix mapping of DWARF DBX registers to GDB registers.
Correct arguments and improve comments.
(hppa_linux_init_abi): Call set_gdbarch_dwarf2_reg_to_regnum.  Delete
disabled code.
* hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Fix check for floating
point DBX register, change error to warning, and improve comments.

15 years ago * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.
devans [Mon, 15 Sep 2008 01:22:01 +0000 (01:22 +0000)]
* dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.

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

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

15 years ago * hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.
danglin [Sun, 14 Sep 2008 14:08:41 +0000 (14:08 +0000)]
* hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.

15 years agoAdd new tests for z80
arnoldm [Sun, 14 Sep 2008 14:04:00 +0000 (14:04 +0000)]
Add new tests for z80

15 years agoFix bugs in the disassembly of some ld-instructions
arnoldm [Sun, 14 Sep 2008 08:38:02 +0000 (08:38 +0000)]
Fix bugs in the disassembly of some ld-instructions

15 years ago * defs.h (GCC_GENERATED_STDINT_H): Define.
brobecke [Sun, 14 Sep 2008 06:37:18 +0000 (06:37 +0000)]
    * defs.h (GCC_GENERATED_STDINT_H): Define.

15 years agoFix Opcode generation of ld a,(bc) and ld a,(de) on target z80
arnoldm [Sun, 14 Sep 2008 05:40:09 +0000 (05:40 +0000)]
Fix Opcode generation of ld a,(bc) and ld a,(de) on target z80

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

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

15 years ago * varobj.c (varobj_set_display_format): Use xfree.
tromey [Sat, 13 Sep 2008 23:37:04 +0000 (23:37 +0000)]
* varobj.c (varobj_set_display_format): Use xfree.
* tracepoint.c (stringify_collection_list): Use xfree.
* remote-fileio.c (remote_fileio_reset): Use xfree.
* mipsread.c (read_alphacoff_dynamic_symtab): Use xfree.
* dfp.c (decimal_from_floating): Use xfree, xstrprintf.  Don't use
asprintf.
* cp-support.c (mangled_name_to_comp): Use xfree.

15 years ago * ada-lang.c (remove_extra_symbols): Remove stub symbols if
brobecke [Sat, 13 Sep 2008 22:26:59 +0000 (22:26 +0000)]
    * ada-lang.c (remove_extra_symbols): Remove stub symbols if
        the associated complete symbol is also in the list.
        (ada_add_local_symbols, ada_add_non_local_symbols): New functions,
        extracted out from ada_lookup_symbol_list.
        (ada_lookup_symbol_list): Use them.  Remove the search through
        the minimal symbols.

15 years ago * dwarf2read.c (add_partial_subprogram): New procedure.
brobecke [Sat, 13 Sep 2008 22:19:50 +0000 (22:19 +0000)]
    * dwarf2read.c (add_partial_subprogram): New procedure.
        (scan_partial_symbols): Use it.
        (load_partial_dies): Read in children of subprogram and lexical
        blocks for Ada compilation units.

15 years ago * gdb.mi/mi-nonstop.exp: Do not check thread state while a
drow [Sat, 13 Sep 2008 17:54:05 +0000 (17:54 +0000)]
* gdb.mi/mi-nonstop.exp: Do not check thread state while a
stop is pending.  Avoid ".*" when two stops are pending.
* lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
(fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
newlines in fullnames.
* lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
(mi_expect_stop): Update comments.  Only anchor in sync mode.
Do not match newlines.
(mi_send_resuming_command_raw): Always return status.
(mi_get_stop_line): Do not match more than one line by accident.
Only anchor in sync mode.
(mi_run_inline_test): If -exec-next fails, give up.

15 years ago * symfile.c (build_id_verify): Free 'found'.
tromey [Sat, 13 Sep 2008 17:28:56 +0000 (17:28 +0000)]
* symfile.c (build_id_verify): Free 'found'.
(find_separate_debug_file): Use xfree, not free.

15 years ago2008-09-13 mega-squall <mega-squall@users.sf.net>
ironhead [Sat, 13 Sep 2008 12:03:25 +0000 (12:03 +0000)]
2008-09-13  mega-squall  <mega-squall@users.sf.net>

        * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
        SUBLANG_ROMANIAN_ROMANIA): Correct definition.
        (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
        SUBLANG_ROMANIAN_MOLDOVA): Define.

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

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

15 years ago* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.
cgf [Fri, 12 Sep 2008 22:43:10 +0000 (22:43 +0000)]
* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.
(display_internet_error): Use proper format specifier for DWORD.
(environ): Remove unneeded declaration.
(main): Use brace around nested if to avoid an overly-helpful compiler warning.
* dump_setup.cc (parse_filename): Reorganize nested if to avoid an
overly-helpful compiler warning.
* path.cc (GUID_shortcut): Use braces around part of initializer which needs
them.
(conv_fstab_spaces): Parenthesize assignment in while loop to avoid a compiler
warning.
(struct opt): Make static.
* ps.cc (main): Reorganize nested if to avoid an overly-helpful compiler
warning.
* regtool.cc: Make some anonymous structs static to avoid a compiler warning.
* ssp.c (lookup_thread_id): Initialize *tix to zero to avoid potential
uninitialized use.
* strace.cc (add_child): Use proper format specifier for DWORD.
(remove_child): Ditto.
(proc_child): Ditto.

15 years ago* Makefile.in: Add -c option which is now removed from COMPILE_C*.
cgf [Fri, 12 Sep 2008 22:32:07 +0000 (22:32 +0000)]
* Makefile.in: Add -c option which is now removed from COMPILE_C*.
* cygwin.din (cfmakeraw): Export.
* termios.cc (cfmakeraw): Implement.
* include/sys/termios.h (cfmakeraw): Declare.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

15 years ago * corefile.c (write_memory): Remove unnecessary copying.
devans [Fri, 12 Sep 2008 20:40:57 +0000 (20:40 +0000)]
* corefile.c (write_memory): Remove unnecessary copying.

15 years ago * sol-thread.c (_initialize_sol_thread): Add FIXME regarding
devans [Fri, 12 Sep 2008 20:10:56 +0000 (20:10 +0000)]
* sol-thread.c (_initialize_sol_thread): Add FIXME regarding
order of _initialize_* fns.

15 years ago * dwarf2read.c (comp_unit_head): Rename first_die_ptr to
devans [Fri, 12 Sep 2008 20:06:25 +0000 (20:06 +0000)]
* dwarf2read.c (comp_unit_head): Rename first_die_ptr to
first_die_offset.  All uses updated.
Delete unused members cu_head_ptr, next.
Move members base_known, base_address to ...
(dwarf2_cu) ... here.  All uses updated.

15 years ago2008-09-12 Sterling Augustine <sterling@tensilica.com>
bwilson [Fri, 12 Sep 2008 18:53:55 +0000 (18:53 +0000)]
2008-09-12  Sterling Augustine  <sterling@tensilica.com>
* config/tc-xtensa.c (init_op_placement_info_table): Allow number of
operands equal to MAX_INSN_ARGS.

15 years agogdb/
palves [Fri, 12 Sep 2008 10:39:02 +0000 (10:39 +0000)]
gdb/
* Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
* config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.

gdb/doc/
* gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.

15 years ago2008-09-11 Chris Demetriou <cgd@google.com>
cgd [Fri, 12 Sep 2008 05:42:26 +0000 (05:42 +0000)]
2008-09-11  Chris Demetriou  <cgd@google.com>

        * options.h (origin): New -z option.
        * layout.cc (Layout:finish_dynamic_section): If "-z origin"
        is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
        in DT_FLAGS_1.

15 years ago2008-09-11 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Fri, 12 Sep 2008 01:47:03 +0000 (01:47 +0000)]
2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>

        * include/shlwapi.h (ASSOCSTR): Update enum.

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

15 years ago*** empty log message ***
gdbadmin [Fri, 12 Sep 2008 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

15 years agogas/testsuite/
hjl [Thu, 11 Sep 2008 23:15:59 +0000 (23:15 +0000)]
gas/testsuite/

2008-09-11  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/sse2avx.s: Remove pclmulXXX tests.  Add tests for
Intel syntax.
* gas/i386/x86-64-sse2avx.s: Likewise.

* gas/i386/sse2avx.d: Updated.
* gas/i386/x86-64-sse2avx.d: Likewise.

opcodes/

2008-09-11  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.tbl: Fix memory operand size for cmpXXXs[sd].
* i386-tbl.h: Regenerated.

15 years agobfd/
jkratoch [Thu, 11 Sep 2008 19:02:00 +0000 (19:02 +0000)]
bfd/
Fix loading large elf64 binaries on 32bit hosts.
* configure.in: Call AC_SYS_LARGEFILE.
* config.in: Regenerate.
* configure: Regenerate.

binutils/
Fix loading large elf64 binaries on 32bit hosts.
* configure.in: Call AC_SYS_LARGEFILE.
* config.in: Regenerate.
* configure: Regenerate.

gas/
* configure.in: Call AC_SYS_LARGEFILE.
* config.in: Regenerate.
* configure: Regenerate.

gprof/
* configure.in: Call AC_SYS_LARGEFILE.
* gconfig.in: Regenerate.
* configure: Regenerate.

ld/
* configure.in: Call AC_SYS_LARGEFILE.
* config.in: Regenerate.
* configure: Regenerate.

libiberty/
* configure.in: Call AC_SYS_LARGEFILE.
* config.in: Regenerate.
* configure: Regenerate.

15 years ago * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
uweigand [Thu, 11 Sep 2008 16:24:16 +0000 (16:24 +0000)]
* gdb.base/stack-checking.c (big_frame): Reduce stack consumption
on SPU.