OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago* kill.cc (forcekill): Silence some compiler warnings.
cgf [Mon, 1 Sep 2003 02:40:16 +0000 (02:40 +0000)]
* kill.cc (forcekill): Silence some compiler warnings.

20 years ago* Makefile.in: Oops. Put the '...' in the right place.
cgf [Mon, 1 Sep 2003 02:33:49 +0000 (02:33 +0000)]
* Makefile.in: Oops.  Put the '...' in the right place.

20 years ago* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.
cgf [Mon, 1 Sep 2003 02:26:27 +0000 (02:26 +0000)]
* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.

20 years ago2003-08-30 Michael Chastain <mec@shout.net>
chastain [Mon, 1 Sep 2003 02:11:06 +0000 (02:11 +0000)]
2003-08-30  Michael Chastain  <mec@shout.net>

* Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
* config/m68k/nm-hp300hpux.h: Delete.
* config/m68k/tm-hp300hpux.h: Delete.
* config/m68k/xm-hp300hpux.h: Delete.
* config/m68k/xm-hp300bsd.h: Delete.
* config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
tm-hp300hpux.h, xm-hp300hpux.h.
* somsolib.c: Remove comment about hp300 shared libraries.

20 years ago* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
cgf [Mon, 1 Sep 2003 02:05:32 +0000 (02:05 +0000)]
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
* cygheap.h (cygheap_types): Add HEAP_SIGS.
* exceptions.cc (signal_fixup_after_exec): Remove from this file.
* pinfo.h (pinfo::getsig): Just return global_sigs array.
(pinfo::sigs): Delete.
* sigproc.cc (signal_fixup_after_exec): Move it here.
(global_sigs): New global array, moved from pinfo structure.
(sigalloc): New function.  Allocate global sigaction array here.
(proc_subproc): Remove copysigs call.  It's automatic now.
* include/sys/cygwin.h (PID_NOCLDSTOP): New value.
* signal.cc (sigaction): Set myself->PID_NODCLDSTOP when appropriate.
* sigproc.h (sigalloc): Declare.
* fnmatch.c (fnmatch): Use C90 parameters.
(rangematch): Ditto.
* fhandler.cc (fhandler_base::raw_read): Use right coercion to avoid a compiler
warning.

20 years ago* Makefile.in: Display "..." when not-verbose.
cgf [Mon, 1 Sep 2003 01:57:43 +0000 (01:57 +0000)]
* Makefile.in: Display "..." when not-verbose.
* kill.cc (forcekill): Default to entered pid when pinfo fails.  Issue some
warnings when things don't work.

20 years ago*** empty log message ***
gdbadmin [Mon, 1 Sep 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Mon, 1 Sep 2003 00:00:06 +0000 (00:00 +0000)]
daily update

20 years ago* net.cc (dup_ent): Make debugging output consistent.
cgf [Sun, 31 Aug 2003 23:23:40 +0000 (23:23 +0000)]
* net.cc (dup_ent): Make debugging output consistent.

20 years agoUse dup_ent rather than specific dup_*_ptr functions throughout.
cgf [Sun, 31 Aug 2003 23:16:34 +0000 (23:16 +0000)]
Use dup_ent rather than specific dup_*_ptr functions throughout.
* (gen_ent): Delete.
(dup_ent): Subsume gen_ent functionality.
(dup_host_ptr): Delete.
(dup_proto_ptr): Ditto.
(dup_servent_ptr): Ditto.
* net.cc (gen_ent): Invert sense of null check so that debug output makes
sense.

20 years ago* net.cc (free_char_list): Delete.
cgf [Sun, 31 Aug 2003 22:02:15 +0000 (22:02 +0000)]
* net.cc (free_char_list): Delete.
(dup_addr_list): Delete.
(dup_char_list): Delete.
(free_hostent_ptr): Delete.
(free_protoent_ptr): Delete.
(free_servent_ptr): Delete.
(DWORD_round): New function.
(strlen_round): New function.  Returns strlen rounded up to word size.
(dup_ent): New, generic function to duplicate a {host,proto,serv}ent structure.
(gen_ent): New macro.  Generates a generic dup_{host,proto,serv}ent_ptr
function.
(cygwin_getservbyname): Remove call to free_servent_ptr, pass servent_buf to
dup_servent_ptr.
(cygwin_getservbyport): Ditto.
(cygwin_gethostbyname): Ditto for hostent.
(cygwin_gethostbyaddr): Ditto.
(cygwin_getprotobyname): Ditto for protoent.
(cygwin_getprotobynumber): Ditto.

20 years ago* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
cgf [Sun, 31 Aug 2003 18:26:58 +0000 (18:26 +0000)]
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
* configure.in: Fill in MALLOC_OFILES with either debugging or regular malloc.
* configure: Regenerate.
* dlmalloc.c: Make various fruitless changes to attempt to get to work.
* dlmalloc.h: Ditto.
* malloc.cc (free): Check malloc pool when debugging.
* path.cc (win32_device_name): Eliminate compiler warning.
* sigproc.cc (sig_dispatch_pending): Remove use of was_pending.  Let
thisframe.call_signal_handler decide if handler should be called rather than
using bogus was_pending check.
* exceptions.cc (interrupt_setup): Remove accidentally checked in debugging
code.
* heap.cc (sbrk): Save rounded addess in user_heap_max.

20 years agofixed comment for i860_howto_pc26_reloc
cpg [Sun, 31 Aug 2003 18:25:09 +0000 (18:25 +0000)]
fixed comment for i860_howto_pc26_reloc

20 years ago * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
cpg [Sun, 31 Aug 2003 18:22:06 +0000 (18:22 +0000)]
* elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
instead of returning bfd_reloc_continue.

20 years ago* i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
kettenis [Sun, 31 Aug 2003 15:18:57 +0000 (15:18 +0000)]
* i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
Only define PTRACE_GET_THREAD_AREA is not already defined.
Various style fixes in code and comments and some additional
spelling fixes in comments.  Move after functions dealing with
debug registers.
* x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
Fix coding-style.

20 years ago* alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
kettenis [Sun, 31 Aug 2003 12:56:41 +0000 (12:56 +0000)]
* alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
frame_unwind_register_unsigned instead of
frame_unwind_unsigned_register.

20 years ago * merge.c: Update to ISO C90.
aj [Sun, 31 Aug 2003 10:07:46 +0000 (10:07 +0000)]
* merge.c: Update to ISO C90.

20 years agochange copyright
cgf [Sun, 31 Aug 2003 00:40:16 +0000 (00:40 +0000)]
change copyright

20 years agodaily update
amodra [Sun, 31 Aug 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Sun, 31 Aug 2003 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago* sigproc.cc (sig_dispatch_pending): Remove explicit call to
cgf [Sat, 30 Aug 2003 20:43:06 +0000 (20:43 +0000)]
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
thisframe.call_signal_handler.

20 years agomissed one
cgf [Sat, 30 Aug 2003 16:35:46 +0000 (16:35 +0000)]
missed one

20 years ago* msg.cc: New file.
cgf [Sat, 30 Aug 2003 16:34:56 +0000 (16:34 +0000)]
* msg.cc: New file.
* sem.cc: Ditto.

20 years ago* threaded_queue.h: New file.
cgf [Sat, 30 Aug 2003 16:32:15 +0000 (16:32 +0000)]
* threaded_queue.h: New file.

20 years agoRemove some cygserver files.
cgf [Sat, 30 Aug 2003 16:31:10 +0000 (16:31 +0000)]
Remove some cygserver files.

20 years ago2003-08-30 Michael Chastain <mec@shout.net>
chastain [Sat, 30 Aug 2003 04:58:21 +0000 (04:58 +0000)]
2003-08-30  Michael Chastain  <mec@shout.net>

* gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
* gdb.gdb/observer.exp: Ditto.
* gdb.gdb/xfullpath.exp: Ditto.

20 years ago* configure.in: Search for gethostbyname in libnsl.
kettenis [Sat, 30 Aug 2003 00:06:21 +0000 (00:06 +0000)]
* configure.in: Search for gethostbyname in libnsl.
* configure: Regenerated.

20 years ago*** empty log message ***
gdbadmin [Sat, 30 Aug 2003 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Sat, 30 Aug 2003 00:00:07 +0000 (00:00 +0000)]
daily update

20 years agos/.cfi_gnu_window_save/.cfi_window_save/g
jakub [Fri, 29 Aug 2003 20:32:55 +0000 (20:32 +0000)]
s/.cfi_gnu_window_save/.cfi_window_save/g

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 20:22:01 +0000 (20:22 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * compSched.cxx (operator <<): Stream active_pin.
        (operator >>): Ditto.
        (active_pin): New member of scheduler_component.
        (advance): Drive active_pin with 1 or 0 as the enable
        threshold is crossed.
        (scheduler_component): Add "active_pin".
        (sid-sched.xml): Document "active" pin and interaction between
        "enabled?" and "enable-threshold".
        (sid-sched.txt): Regenerated.

20 years ago * dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
jakub [Fri, 29 Aug 2003 20:20:17 +0000 (20:20 +0000)]
* dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
(dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save.
(output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
nor tc_cfi_emit_pcrel_expr are defined.
(output_fde): Use tc_cfi_emit_pcrel_expr if available and
DIFF_EXPR_OK is not defined.
* config/tc-sparc.h (TARGET_USE_CFIPOP): Define.
(tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum,
tc_cfi_emit_pcrel_expr): Define.
(sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum,
sparc_cfi_emit_pcrel_expr): New prototypes.
(sparc_cie_data_alignment): New decl.
(DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define.
* config/tc-sparc.c: Include dw2gencfi.h.
(sparc_cie_data_alignment): New variable.
(md_begin): Initialize it.
(sparc_cfi_frame_initial_instructions): New function.
(sparc_regname_to_dw2regnum): Likewise.
(sparc_cfi_emit_pcrel_expr): Likewise.
* doc/as.texinfo: Document .cfi_gnu_window_save.

* config/tc-sparc.c (s_common): Cast last argument to long and
change format string to shut up warning.
testsuite/
* gas/cfi/cfi-sparc-1.s: New test.
* gas/cfi/cfi-sparc-1.d: New test.
* gas/cfi/cfi-sparc64-1.s: New test.
* gas/cfi/cfi-sparc64-1.d: New test.
* gas/cfi/cfi.exp: Run them.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:45:10 +0000 (19:45 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * compSched.cxx (operator <<): Stream active_p and active_pin.
        (operator >>): Ditto.
        (active_p): New member of scheduler_component.
        (active_pin): Ditto.
        (advance): Drive active_pin with 1 or 0 as the enable
        threshold is crossed.
        (scheduler_component): Initialize active_p. Add "active_pin".
        (sid-sched.xml): Document "active" pin and interaction between
        "enabled?" and "enable-threshold".
        (sid-sched.txt): Regenerated.

20 years ago003-08-21 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:27:05 +0000 (19:27 +0000)]
003-08-21  Dave Brolley  <brolley@redhat.com>

        * sidcpuutil.h (end_line): New method of basic_cpu::cpu_trace_stream.
        (operator<<): Use static_cast instead of dynamic_cast.

20 years ago2003-08-21 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:26:22 +0000 (19:26 +0000)]
2003-08-21  Dave Brolley  <brolley@redhat.com>

        * compCGEN.cxx (end_trace): Call end_line.

20 years ago* configure.in: Remove redundant AC_MSG_RESULT in check for
kettenis [Fri, 29 Aug 2003 19:18:06 +0000 (19:18 +0000)]
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h.
* configure: Regenerated.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:14:54 +0000 (19:14 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from
        $(srcdir)/../cpu temporarily when regenerating source files.
        * Makefile.in: Regenerated.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 19:13:00 +0000 (19:13 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * Makefile.in (stamp-arch): Copy frv.cpu from $(srcdir)../../cpu
        temporarily when regenerating files.
        (stamp-cpu): Ditto.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 17:20:42 +0000 (17:20 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * MAINTAINERS: Add myself as maintainer of the FRV port.

20 years ago* amd64-nat.h (struct regcache): Add opaque declaration.
kettenis [Fri, 29 Aug 2003 17:18:27 +0000 (17:18 +0000)]
* amd64-nat.h (struct regcache): Add opaque declaration.

20 years ago2003-08-29 Dave Brolley <brolley@redhat.com>
brolley [Fri, 29 Aug 2003 16:51:08 +0000 (16:51 +0000)]
2003-08-29  Dave Brolley  <brolley@redhat.com>

        * cpu/frv.cpu: Removed.
        * cpu/frv.opc: Removed.

20 years agoRemoved. Official version is in src/cpu.
brolley [Fri, 29 Aug 2003 16:50:38 +0000 (16:50 +0000)]
Removed. Official version is in src/cpu.

20 years ago2003-08-20 Michael Snyder <msnyder@redhat.com>
brolley [Fri, 29 Aug 2003 16:45:22 +0000 (16:45 +0000)]
2003-08-20  Michael Snyder  <msnyder@redhat.com>
            Dave Brolley  <brolley@redhat.com>

        * frv/: New directory, simulator for the Fujitsu FR-V.
        * testsuite/frv-elf/: New directory.
        * testsuite/sim/frv/: New directory.
        * configure.in: Add frv configury.
        * configure: Regenerate.

20 years ago2003-08-20 Michael Snyder <msnyder@redhat.com>
brolley [Fri, 29 Aug 2003 16:43:38 +0000 (16:43 +0000)]
2003-08-20  Michael Snyder  <msnyder@redhat.com>
            Dave Brolley  <brolley@redhat.com>

        * cgen-par.h (flags, word1): New target-specific
        fields of CGEN_WRITE_QUEUE_ELEMENT.
        (CGEN_WRITE_QUEUE_ELEMENT_FLAGS): New accessor macro.
        (CGEN_WRITE_QUEUE_ELEMENT_WORD1): New accessor macro.
        * gennltvals.sh: Add frv target.
        * nltvals.def: Add frv target.

20 years ago2003-08-20 Michael Snyder <msnyder@redhat.com>
brolley [Fri, 29 Aug 2003 16:42:18 +0000 (16:42 +0000)]
2003-08-20  Michael Snyder  <msnyder@redhat.com>
            On behalf of Dave Brolley

        * sim/frv: New testsuite.
        * frv-elf: New testsuite.

20 years agoNew sim testsuite for Fujitsu FRV. Contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:41:28 +0000 (16:41 +0000)]
New sim testsuite for Fujitsu FRV. Contributed by Red Hat.

20 years agoNew sim testsuite for Fujitsu FRV. Contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:39:58 +0000 (16:39 +0000)]
New sim testsuite for Fujitsu FRV. Contributed by Red Hat.

20 years agoNew sim testsuite for Fujitsu FRV. Contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:39:39 +0000 (16:39 +0000)]
New sim testsuite for Fujitsu FRV. Contributed by Red Hat.

20 years agoNew sim testsuite for Fujitsu FRV. Contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:39:14 +0000 (16:39 +0000)]
New sim testsuite for Fujitsu FRV. Contributed by Red Hat.

20 years agoNew sim testsuite for Fujitsu FRV. Contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:37:23 +0000 (16:37 +0000)]
New sim testsuite for Fujitsu FRV. Contributed by Red Hat.

20 years agoNew simulator for Fujitsu frv contributed by Red Hat.
brolley [Fri, 29 Aug 2003 16:35:45 +0000 (16:35 +0000)]
New simulator for Fujitsu frv contributed by Red Hat.

20 years ago* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
kettenis [Fri, 29 Aug 2003 16:28:37 +0000 (16:28 +0000)]
* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
* x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
Change "register array" to "register cache" in comments.
(x86_64_linux_gregset64_reg_offset): New variable.
(GETREGS_SUPPLIES): Remove macro.
(supply_gregset): Call amd64_supply_native_gregset instead of
x86_64_linux_supply_gregset.
(fill_gregset): Rename `regno' to `regnum'.  Call
amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
(store_regs): Rename `regno' to `regnum'.
(store_fpregs): Rename `regno' to `regnum'.
(fetch_inferior_registers): Rename `regno' to `regnum'.  Use
amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
Reorganize function a bit.
(store_inferior_registers): Rename `regno' to `regnum'.  Use
amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
Reorganize function a bit.
(_initialize_x86_64_linux_nat): New function.
* config/i386/x86-64linux.mh.

20 years ago2003-08-29 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 29 Aug 2003 16:18:05 +0000 (16:18 +0000)]
2003-08-29  Andrew Cagney  <cagney@redhat.com>

* config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
(TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
(target_remove_watchpoint): Delete macro.
(target_insert_watchpoint): Delete macro.
(remote_mips_can_use_hardware_watchpoint): Delete declaration.
(remote_mips_stopped_by_watchpoint): Delete declaration.
(remote_mips_remove_watchpoint): Delete declaration.
(remote_mips_set_watchpoint): Delete declaration.
(TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
* remote-mips.c (_initialize_remote_mips): Set
"to_insert_watchpoint", "to_stopped_by_watchpoint",
"to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
(mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
(mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
(mips_stopped_by_watchpoint): Rename
remote_mips_stopped_by_watchpoint.
(mips_can_hardware_watchpoint): Rename
remote_mips_can_use_hardware_watchpoint, update function
signature.

20 years ago* x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
kettenis [Fri, 29 Aug 2003 15:31:09 +0000 (15:31 +0000)]
* x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
USER_DS.  We haven't given them a register number yet.

20 years ago* amd64-nat.h: New file.
kettenis [Fri, 29 Aug 2003 13:58:26 +0000 (13:58 +0000)]
* amd64-nat.h: New file.
* amd64-nat.c: New file.
* amd64fbsd-nat.c: Include "amd64-nat.h".
(REG_ADDR, GETREGS_SUPPLIES): Remove macros.
(amd64fbsd32_r_reg_offset): New variable.
(supply_gregset): Simply call amd64_supply_native_gregset.
(fill_gregset): Rename `regno' to `regnum'.  Simply call
amd64_collect_native_gregset.
(fill_fpregset): Rename `regno' to `regnum'.
(fetch_inferior_registers): Rename `regno' to `regnum'.  Replace
usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
Use `struct reg' and `struct fpreg' instead of `gregset_t' and
`fpregset_t'.  Call amd64_supply_native_gregset instead of
supply_gregset.  Call x86_64_supply_fxsave instead of
supply_fpregset.
(store_inferior_registers): Rename `regno' to `regnum'.  Replace
usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
Use `struct reg' and `struct fpreg' instead of `gregset_t' and
`fpregset_t'.  Call amd64_collect_native_gregset instead of
fill_gregset.  Call x86_64_collect_fxsave instead of
fill_fpregset.
(_initialize_am64fbsd_nat): Initialize
amd64_native_gregset32_reg_offset and
amd64_native_gregset64_reg_offset.
* config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.

20 years ago* regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
kettenis [Fri, 29 Aug 2003 13:04:43 +0000 (13:04 +0000)]
* regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
null pointer.  Fix typo in comment.

20 years ago* regcache.c (supply_register): Reimplement to call
kettenis [Fri, 29 Aug 2003 11:48:03 +0000 (11:48 +0000)]
* regcache.c (supply_register): Reimplement to call
regcache_raw_supply.
(regcache_collect): Reimplement by calling regcache_raw_collect.

20 years ago* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
kettenis [Fri, 29 Aug 2003 11:42:28 +0000 (11:42 +0000)]
* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
*-*-*bsd*.

20 years ago* regcache.c (register_buffer): Consitify first argument.
kettenis [Fri, 29 Aug 2003 09:59:27 +0000 (09:59 +0000)]
* regcache.c (register_buffer): Consitify first argument.
(regcache_raw_supply, regcache_raw_collect): New
functions.

20 years ago2003-08-29 Steve Cleary <scleary@jerviswebb.com>
dannysmith [Fri, 29 Aug 2003 08:01:08 +0000 (08:01 +0000)]
2003-08-29  Steve Cleary  <scleary@jerviswebb.com>

* include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
(QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
QS_RAWINPUT for XP.
(MWMO_*): Add flags.

* include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.

20 years ago* sigproc.h: Make some functions regparm.
cgf [Fri, 29 Aug 2003 03:29:16 +0000 (03:29 +0000)]
* sigproc.h: Make some functions regparm.
* sigproc.cc (checkstate): Make regparm.
(getevent): Change parameters in declaration, rename from getsem, make regparm.
(sig_send): Recognize that nosync is now an event.  Remove some old cruft from
previous interrupt anywhere signal handler.
(getevent): Change parameters in definition, rename from getsem.  Allocate
event rather than semaphore.
(wait_sig): Treat sigcatch_nosync as an event.

20 years ago* sigproc.h: Make some functions regparm.
cgf [Fri, 29 Aug 2003 02:59:06 +0000 (02:59 +0000)]
* sigproc.h: Make some functions regparm.
* sigproc.cc (checkstate): Make regparm.
(getevent): Change parameters in declaration, rename from getsem, make regparm.
(sig_send): Recognize that nosync is now an event.  Remove some old cruft from
previous interrupt anywhere signal handler.
(getevent): Change parameters in definition, rename from getsem.  Allocate
event rather than semaphore.
(wait_sig): Treat sigcatch_nosync as an event.

20 years ago* exceptions.cc (sigreturn): Fix problem where old return address was not
cgf [Fri, 29 Aug 2003 02:05:00 +0000 (02:05 +0000)]
* exceptions.cc (sigreturn): Fix problem where old return address was not
properly restored for a nested signal.

20 years ago * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
amodra [Fri, 29 Aug 2003 00:34:27 +0000 (00:34 +0000)]
* emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.

20 years ago * install-sh: Update to newer upstream versions (associated with
drow [Fri, 29 Aug 2003 00:13:09 +0000 (00:13 +0000)]
* install-sh:  Update to newer upstream versions (associated with
aclocal 1.7).
* missing:  Likewise, plus $1Help2man -> $1 typo fix.

20 years agodaily update
amodra [Fri, 29 Aug 2003 00:00:14 +0000 (00:00 +0000)]
daily update

20 years ago*** empty log message ***
gdbadmin [Fri, 29 Aug 2003 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 28 Aug 2003 18:01:49 +0000 (18:01 +0000)]
2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>

        * gdb.base/dump.exp: Skip for ia64.

20 years agoIndex: common/ChangeLog
cagney [Thu, 28 Aug 2003 17:02:00 +0000 (17:02 +0000)]
Index: common/ChangeLog
2003-08-28  Andrew Cagney  <cagney@redhat.com>

* dv-glue.c (hw_glue_finish): Change %d to %ld to match sizeof.
* sim-options.c (print_help): Cast the format with specifier to
"int".

Index: mn10300/ChangeLog
2003-08-28  Andrew Cagney  <cagney@redhat.com>

* dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
"long".
(read_status_reg): Cast "serial_reg" to "long".
* dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
"long".
(do_counter6_event, write_mode_reg, write_tm6md): Ditto.

20 years ago * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
drow [Thu, 28 Aug 2003 14:44:12 +0000 (14:44 +0000)]
* config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET.  Suggested
by Nathan J. Williams.

20 years ago * lin-lwp.c (wait_lwp): New function, copied from
drow [Thu, 28 Aug 2003 14:20:02 +0000 (14:20 +0000)]
* lin-lwp.c (wait_lwp): New function, copied from
stop_wait_callback.  Clean up.
(stop_wait_callback): Use wait_lwp.

20 years ago2003-08-28 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 28 Aug 2003 04:34:18 +0000 (04:34 +0000)]
2003-08-28  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
flavour and disassembler options.
(_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
(mips_gdbarch_init): Set "print_insn".  Delete initialization of
deprecated_tm_print_insn_info.

20 years ago2003-08-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 28 Aug 2003 03:39:20 +0000 (03:39 +0000)]
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* s390-tdep.c (s390_readinstruction): Delete "info" parameter.
Use target_read_memory.
(s390_get_frame_info): Update.  Do not reference
deprecated_tm_print_insn_info.
(s390_check_function_end, s390_is_sigreturn): Ditto.

20 years ago2003-08-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 28 Aug 2003 03:03:44 +0000 (03:03 +0000)]
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (cris-tdep.o): Update dependencies.
* cris-tdep.c: Include "gdb_assert.h".
(cris_gdbarch_init): Set print_insn.
(_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
(cris_delayed_get_disassembler): Simplify, directly call the
disassembler returned by cris_get_disassembler.
* hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
(_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
* ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
(_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
* mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
(_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
* mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
(_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
* frv-tdep.c (frv_gdbarch_init): Set print_insn.
(_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
* sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
(gdb_print_insn_sparc): Delete function.
(_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
deprecated_tm_print_insn_info.
* v850-tdep.c (v850_gdbarch_init): Set print_insn.
(_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
(v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
(_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
* s390-tdep.c (gdb_print_insn_s390): Delete function.
(_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
(s390_gdbarch_init): Set print_insn.

20 years ago2003-08-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 28 Aug 2003 02:53:08 +0000 (02:53 +0000)]
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
(ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
* infcall.c (call_function_by_hand): Convert the entry point
address into a code address.

20 years ago* autoload.cc (SwitchToThread): Declare as autoload function.
cgf [Thu, 28 Aug 2003 02:09:42 +0000 (02:09 +0000)]
* autoload.cc (SwitchToThread): Declare as autoload function.
* cygthread.h (cygthread::main_thread_id): Make public.
* exceptions.cc (setup_handler): Remove unneeded priority stuff.  Rename label
to reflect what it does.  Add debugging for idiotic Windows NT problem.  Change
debugging output to include signal number.
* miscfuncs.cc (low_priority_sleep): If available, use SwitchToThread function
to give time slice to other threads.
* wincap.cc: Properly define have_switch_to_thread throughout.
* wincap.h (wincap::switch_to_thread): New element.

20 years ago* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
cgf [Thu, 28 Aug 2003 02:04:15 +0000 (02:04 +0000)]
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.

20 years ago2003-08-27 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 28 Aug 2003 00:49:30 +0000 (00:49 +0000)]
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* dsrec.c: Include "gdb_string.h".
* Makefile.in (dsrec.o): Update dependencies.

20 years ago*** empty log message ***
gdbadmin [Thu, 28 Aug 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Thu, 28 Aug 2003 00:00:16 +0000 (00:00 +0000)]
daily update

20 years ago * configure.in: Set RAW_CXX_FOR_TARGET if unset.
drow [Wed, 27 Aug 2003 21:17:54 +0000 (21:17 +0000)]
* configure.in: Set RAW_CXX_FOR_TARGET if unset.
* configure: Regenerated.

20 years ago * aclocal.m4: Include acx.m4 and no-executables.m4.
drow [Wed, 27 Aug 2003 21:15:13 +0000 (21:15 +0000)]
* aclocal.m4: Include acx.m4 and no-executables.m4.
(libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
(LIB_AC_PROG_CC): Remove.
* configure.in: Update AC_PREREQ to 2.57.  Use GCC_NO_EXECUTABLES.
Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
LIB_AC_PROG_CC.  Use AC_LIBOBJ.  Call AC_ISC_POSIX later, only if
performing link tests.
* configure: Regenerated.

20 years ago* specdir: Correctly remove temporary directory prior to use.
cgf [Wed, 27 Aug 2003 21:01:13 +0000 (21:01 +0000)]
* specdir: Correctly remove temporary directory prior to use.

20 years ago* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loop
cgf [Wed, 27 Aug 2003 20:42:52 +0000 (20:42 +0000)]
* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loop
and issue a warning if DEBUGGING and excessive.
(WFSO): When debugging and infinite timeout, loop.

20 years ago2003-08-27 Michael Chastain <mec@shout.net>
chastain [Wed, 27 Aug 2003 19:25:57 +0000 (19:25 +0000)]
2003-08-27  Michael Chastain  <mec@shout.net>

* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.

20 years ago * config/no-executables.m4: New file.
drow [Wed, 27 Aug 2003 19:14:47 +0000 (19:14 +0000)]
* config/no-executables.m4: New file.

20 years ago2003-08-27 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 27 Aug 2003 19:02:02 +0000 (19:02 +0000)]
2003-08-27  Andrew Cagney  <cagney@redhat.com>

* alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
(alpha_osf1_init_abi): Do not set call_dummy_address.

20 years ago * configure.in: Check for strtoull.
ian [Wed, 27 Aug 2003 17:57:33 +0000 (17:57 +0000)]
* configure.in: Check for strtoull.
* bfd.c (bfd_scan_vma): Use strtoull when available.
* configure, config.in: Regenerate.

20 years ago * configure.in: Define and substitute BFD_HOST_LONG_LONG.
ian [Wed, 27 Aug 2003 17:43:38 +0000 (17:43 +0000)]
* configure.in: Define and substitute BFD_HOST_LONG_LONG.
* bfd-in.h: Define BFD_HOST_LONG_LONG.  Test it rather than
__GNUC__ when deciding whether to use long long for
BFD_HOST_64_BIT.
* configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.

20 years ago2003-08-27 Corinna Vinschen <corinna@vinschen.de>
jjohnstn [Wed, 27 Aug 2003 16:24:56 +0000 (16:24 +0000)]
2003-08-27  Corinna Vinschen  <corinna@vinschen.de>

        * libc/include/reent.h: Define stat64 as __stat64 when
        compiling newlib for Cygwin.

20 years ago2003-08-27 David Carlton <carlton@kealia.com>
carlton [Wed, 27 Aug 2003 15:41:39 +0000 (15:41 +0000)]
2003-08-27  David Carlton  <carlton@kealia.com>

From Randolph Chung  <tausq@debian.org>:
* linux-proc.c (linux_info_proc_cmd): rework the code so that it
compiles with -Wformat-nonliteral -Werror.

20 years ago2003-08-27 Christian Groessler <chris@groessler.org>
cpg [Wed, 27 Aug 2003 13:28:42 +0000 (13:28 +0000)]
2003-08-27  Christian Groessler  <chris@groessler.org>

* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
functions.
(elf32_i860_howto_table): Insert the new functions as
'special_function's in the proper reloc type entries.

20 years ago * elf32-frv.c (elf32_frv_relocate_section): Use
rsandifo [Wed, 27 Aug 2003 09:21:15 +0000 (09:21 +0000)]
* elf32-frv.c (elf32_frv_relocate_section): Use
_bfd_elf_rela_local_sym.

20 years agoMerge bugfix from GCC:
neroden [Wed, 27 Aug 2003 03:05:51 +0000 (03:05 +0000)]
Merge bugfix from GCC:

2003-08-23  Phil Edwards  <pme@gcc.gnu.org>

* configure.in:  Use newline instead of semicolon when assuming
shell arguments in a for loop.
* configure:  Regenerated.

20 years ago*** empty log message ***
gdbadmin [Wed, 27 Aug 2003 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Wed, 27 Aug 2003 00:00:05 +0000 (00:00 +0000)]
daily update

20 years ago* solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
jimb [Tue, 26 Aug 2003 23:35:19 +0000 (23:35 +0000)]
* solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
(enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
bfd_lookup_symbol, since we only want symbols in code sections.
(look_for_base): Pass zero as the SECT_FLAGS argument to
bfd_lookup_symbol, since we're not concerned about which section
the symbol is in.

20 years ago2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 26 Aug 2003 22:24:40 +0000 (22:24 +0000)]
2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>

        * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
        we are frameless or the return address register is already known.

20 years ago2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 26 Aug 2003 20:54:04 +0000 (20:54 +0000)]
2003-08-26  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as
        __stat64 when compiling newlib.

20 years ago2003-08-26 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 26 Aug 2003 19:34:52 +0000 (19:34 +0000)]
2003-08-26  Andrew Cagney  <cagney@redhat.com>

* i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
in size.  Add comments.