Mark Kettenis
bc8ffc12f6
* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
...
(m88kbsd_fetch_inferior_registers): Rename from
fetch_inferior_registers. Make static.
(m88kbsd_store_inferior_registers): Rename from
store_inferior_registers. Make static.
(_initialize_m88kbsd_nat): New prototype and function.
* config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o. Add inf-child.o and inf-ptrace.o.
(NAT_FILE): Remove.
* Makefile.in (m88kbsd-nat.o): Update dependencies.
2004-09-30 20:52:59 +00:00
Andrew Cagney
2739459855
2004-09-30 Andrew Cagney <cagney@gnu.org>
...
* target.c (target_xfer_partial): New function.
(target_read_memory_partial, target_write_memory_partial)
(default_xfer_partial, target_read_partial, target_write_partial)
(xfer_using_stratum): Use.
(debug_to_xfer_partial): Delete function.
(setup_target_debug): Do not override to_xfer_partial.
2004-09-30 20:36:27 +00:00
Mark Kettenis
74a4fe3270
* fork-child.c: Update copyright year. Fix coding style.
2004-09-30 20:15:39 +00:00
Mark Kettenis
982526a134
* defs.h (msavestring, mstrsave): Remove prototypes.
...
* utils.c (msavestring, mstrsave): Remove functions.
* objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
* solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
of mstrsave.
* source.c (find_and_open_source): Use xstrdup instead of
mstrsave.
2004-09-30 19:57:54 +00:00
Nick Clifton
db8acf26ca
emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct base
...
address for position independant executables.
pe-dll.c (pe_dll_fill_sections): Don't mark position independant executables
as DLLs.
2004-09-30 17:19:19 +00:00
Nick Clifton
9fe0b840a9
(select_control_regs): Add mcf5249.
2004-09-30 17:08:50 +00:00
Paul Brook
eeac373afe
bfd/
...
* elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
target2 relocation type.
ld/
* ld.texinfo: Document --target2=abs.
* emulparms/armsymbian.sh (TARGET2_TYPE): Set.
ld/testsuite/
* ld-arm/arm-elf.exp: Add test for --target2=abs.
* ld-arm/arm-target2-abs.d: New file.
2004-09-30 17:03:53 +00:00
Andrew Cagney
56157dbefc
Really delete inf_ptrace_xfer_memory!
2004-09-30 16:46:40 +00:00
H.J. Lu
7479dfd4de
2004-09-30 H.J. Lu <hongjiu.lu@intel.com>
...
PR 414
* elflink.c (_bfd_elf_merge_symbol): Check TLS symbol.
2004-09-30 16:43:41 +00:00
Nick Clifton
0490e0164b
Enable target-libgloss for crx-*-*.
2004-09-30 16:34:36 +00:00
Nick Clifton
0dd132b63c
Apply Paul Brook's patch to implement armv6k instructions
2004-09-30 16:21:50 +00:00
Andrew Cagney
0779438dba
2004-09-30 Andrew Cagney <cagney@gnu.org>
...
* inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
(inf_ptrace_xfer_memory): Delete.
* target.c (target_xfer_partial_p, xfer_using_stratum): New.
(target_read_memory, target_write_memory): Use xfer_using_stratum
when target_xfer_partial_p.
(debug_target): Move to start of file.
(target_read_memory_partial, target_write_memory_partial): Use
to_xfer_partial when target_xfer_partial_p.
2004-09-30 16:18:57 +00:00
Andrew Cagney
f929a5791d
2004-09-30 Andrew Cagney <cagney@gnu.org>
...
* inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
inf_ptrace_xfer_memory with equivalent code.
* inftarg.c (child_xfer_partial): When performing a write, pass
writebuf to child_xfer_memory.
2004-09-30 15:47:30 +00:00
Nick Clifton
a737bd4d24
Use ISO C90 semantics
2004-09-30 15:40:06 +00:00
Andrew Cagney
b8eb5af093
2004-09-30 Andrew Cagney <cagney@gnu.org>
...
* target.c (target_read_string): Use target_read_memory instead of
target_xfer_memory.
2004-09-30 14:16:20 +00:00
Nick Clifton
3631a3c82f
(mav_reg_required_here): Allow REG_TYPE_CN as alternative when REG_TYPE_MVF,
...
REG_TYPE_MVD, REG_TYPE_MVFX or REG_TYPE_MVDX is expected.
2004-09-30 13:18:53 +00:00
Alan Modra
4e455bf5ea
daily update
2004-09-30 00:00:06 +00:00
gdbadmin
6498e2c779
*** empty log message ***
2004-09-30 00:00:02 +00:00
Andrew Cagney
d3e05d0da8
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
the address of status.
2004-09-29 19:03:44 +00:00
Nick Clifton
1ee7cf4ceb
xstormy16.sc: Only perform the assignments to the ROM region when not performing
...
a relocatable link. The ROM region does not start at address 0, but the
sections will.
Makefile.am: Fix linker script dependency for the generation of eelf32xstormy16.c.
2004-09-29 16:46:00 +00:00
Andrew Cagney
ee21b650be
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* infptrace.c (ptrace_wait): Mention problem with HPUX.
(kill_inferior): Inline ptrace_wait call.
* linux-nat.c (kill_inferior): Inline ptrace_wait call.
* inftarg.c (child_wait): Inline ptrace_wait call.
2004-09-29 15:55:55 +00:00
Andrew Cagney
a182eed6e2
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* target.h (struct target_ops): Delete field to_post_wait.
(target_post_wait): Delete macro.
(child_post_wait): Delete declaration.
* target.c (update_current_target, update_current_target)
(debug_to_post_wait, setup_target_debug): Delete functions and
references.
* infttrace.c (ptrace_wait): Delete call to target_post_wait.
* inftarg.c (child_post_wait): Delete.
(init_child_ops): Do not set to_post_wait.
* infptrace.c (ptrace_wait): Delete call to target_post_wait.
* inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
* inf-child.c (inf_child_post_wait): Delete.
(inf_child_target): Do not set to_post_wait.
* inf-ptrace.c (inf_ptrace_post_wait): Delete.
(inf_ptrace_target): Do not set to_post_wait.
2004-09-29 15:33:02 +00:00
Andrew Cagney
ba0c540b35
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* wince.c (child_ops): Delete.
* win32-nat.c (child_ops): Delete.
2004-09-29 14:26:52 +00:00
Andrew Cagney
8197740273
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* inftarg.c (inftarg_set_find_memory_regions)
(inftarg_set_make_corefile_notes): Delete functions.
(_initialize_linux_nat): Inline calls.
2004-09-29 14:20:25 +00:00
Andrew Cagney
5ac10fd160
2004-09-29 Andrew Cagney <cagney@gnu.org>
...
* target.h (child_ops): Declare.
* inftarg.c (child_ops): Move from here ...
* target.c (child_ops): ... to here.
* wince.c (child_ops): Delete extern declaration.
* win32-nat.c (child_ops): Delete extern declaration.
* linux-nat.c (child_ops): Delete extern declaration.
* hpux-thread.c (child_ops): Delete extern declaration.
2004-09-29 13:54:33 +00:00
Alan Modra
981beeee70
gas/testsuite/
...
* gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
* gas/i386/secrel.d: Adjust to suit.
ld/testsuite/
* ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary.
* ld-pe/secrel.d: Adjust to suit.
2004-09-29 13:36:22 +00:00
Richard Sandiford
32be62b581
* configure.in (--without-headers): Add missing double quotes.
...
* configure: Regenerate.
2004-09-29 11:43:26 +00:00
Alan Modra
d5f0cf9289
* doc/c-i386.texi (i386-Mnemonics): Fix typo.
2004-09-29 00:31:14 +00:00
Alan Modra
f1e05deedc
daily update
2004-09-29 00:00:05 +00:00
gdbadmin
7220d5462f
*** empty log message ***
2004-09-29 00:00:02 +00:00
Mark Kettenis
663408c242
Fix up previous commit.
2004-09-28 20:39:17 +00:00
Mark Kettenis
890c8f4d01
* configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2004-09-28 20:25:59 +00:00
Mark Kettenis
0dad8a6640
* configure.in: Only set host_makefile_frag when building a native
...
debugger.
* configure: Regenerate.
2004-09-28 20:17:32 +00:00
Mark Kettenis
e8d74ed38e
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
...
for OpenBSD ELF.
2004-09-28 20:02:20 +00:00
Christopher Faylor
03098a9a60
* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
...
emulparams/i386pe_posix.sh, emulparams/mcorepe.sh, emulparams/mipspe.sh,
emulparams/ppcpe.sh, scripttempl/pe.sc: Define TARGET_PAGE_SIZE.
* scripttempl/pe.sc: Make the virtual address and file offset synced if the
alignment is lower than the target page size.
2004-09-28 19:14:29 +00:00
Andrew Cagney
e979516b9f
2004-09-28 Andrew Cagney <cagney@gnu.org>
...
Problem identified by Paul Hilfinger.
* Makefile.in (ada_lex_c): Define.
(ada-lex.o): Delete rule.
2004-09-28 19:00:52 +00:00
Andrew Cagney
dba24537b6
2004-09-28 Andrew Cagney <cagney@gnu.org>
...
* linux-proc.c: Delete file.
* Makefile.in: Update.
* config/sparc/linux64.mh (NATDEPFILES):
* config/sparc/linux.mh (NATDEPFILES): Update.
* config/s390/s390.mh (NATDEPFILES): Update.
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
* config/powerpc/linux.mh (NATDEPFILES): Update.
* config/pa/linux.mh (NATDEPFILES): Update.
* config/mips/linux.mh (NATDEPFILES): Update.
* config/m68k/linux.mh (NATDEPFILES): Update.
* config/ia64/linux.mh (NATDEPFILES): Update.
* config/i386/linux64.mh (NATDEPFILES): Update.
* config/i386/linux.mh (NATDEPFILES): Update.
* config/arm/linux.mh (NATDEPFILES): Update.
* config/alpha/alpha-linux.mh (NATDEPFILES): Update.
* linux-nat.c: Update copyright. Include <sys/param.h>,
<sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
"gdbthread.h", "gdb_stat.h", <fcntl.h>.
(O_LARGEFILE): Possibly define.
(_initialize_linux_nat, linux_proc_pending_signals)
(add_line_to_sigset, linux_proc_xfer_memory)
(linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
(linux_nat_do_registers, linux_nat_corefile_thread_callback)
(struct linux_corefile_thread_data)
(linux_nat_do_thread_registers, linux_nat_find_memory_regions)
(child_pid_to_exec_file): Insert code previously in linux-proc.c.
2004-09-28 17:29:12 +00:00
Nick Clifton
382c11163c
Reoder functions to eliminate most of the static function prototypes.
2004-09-28 16:26:39 +00:00
Christopher Faylor
f2d3750dc9
* emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
...
def_file_parse to handle pe_def_file if NULL and prevent crash with invalid
.def files.
2004-09-28 15:00:45 +00:00
Alan Modra
4a2ce54450
daily update
2004-09-28 00:06:36 +00:00
gdbadmin
9158e13729
*** empty log message ***
2004-09-28 00:00:03 +00:00
Andrew Cagney
d6b0e80fa5
2004-09-16 Andrew Cagney <cagney@gnu.org>
...
* lin-lwp.c: Delete file.
* linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
<sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
(status_to_str, init_lwp_list, add_lwp, delete_lwp)
(find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
(linux_nat_attach, detach_callback, linux_nat_detach)
(resume_callback, resume_clear_callback, linux_nat_resume)
(kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
(stop_wait_callback, linux_nat_has_pending, flush_callback)
(status_callback, running_callback, count_events_callback)
(select_singlestep_lwp_callback, select_event_lwp_callback)
(cancel_breakpoints_callback, select_event_lwp, resumed_callback)
(child_wait, stop_and_resume_callback, linux_nat_wait)
(kill_callback, kill_wait_callback, linux_nat_kill)
(linux_nat_create_inferior, linux_nat_mourn_inferior)
(linux_nat_xfer_memory, linux_nat_thread_alive)
(linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
(_initialize_linux_nat): New functions.
* Makefile.in: Update all dependencies.
* config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
* config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
* config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
* config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2004-09-27 19:55:18 +00:00
Andrew Cagney
2e868123fa
2004-09-27 Andrew Cagney <cagney@gnu.org>
...
Robert Picco <Robert.Picco@hp.com>
* gdb.texinfo (Packets): Document the "p" packet.
2004-09-27 19:23:25 +00:00
Mark Kettenis
2f604c289b
* config/i386/fbsd64.mh, config/i386/nbsd64.mh,
...
config/i386/obsd64.mh (NAT_FILE): Remove variable.
2004-09-27 18:46:05 +00:00
Mark Kettenis
5a174d79f0
* configure.in: Don't comment out NATDEPFILES in the generated
...
Makefile if NAT_FILE is unset.
* configure: Regenerate.
2004-09-27 18:41:24 +00:00
Andrew Cagney
44cbf7b5f6
2004-09-27 Andrew Cagney <cagney@gnu.org>
...
* infrun.c (check_for_old_step_resume_breakpoint): Delete.
(insert_step_resume_breakpoint): Delete.
(insert_step_resume_breakpoint_at_frame): New function.
(insert_step_resume_breakpoint_at_sal): New function.
(handle_inferior_event, step_into_function)
(insert_step_resume_breakpoint): Simplify by using same.
2004-09-27 17:58:08 +00:00
Andrew Cagney
b2ed1746df
2004-09-27 Andrew Cagney <cagney@gnu.org>
...
* gdb_indent.sh (types): Add caddr_t to list of predefined types.
2004-09-27 13:43:37 +00:00
Alan Modra
9ace95c196
daily update
2004-09-27 00:00:05 +00:00
gdbadmin
020b83f40a
*** empty log message ***
2004-09-27 00:00:02 +00:00
Alan Modra
a23d8409ec
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
...
--emit-stub-syms automatically when --emit-relocs.
2004-09-26 23:42:30 +00:00