OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 21:25:23 +0000 (21:25 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/Makefile.in: Add stamp-h target.
        * gdbserver/configure.in: Create stamp-h.
        * gdbserver/configure: Regenerated.

22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 21:17:45 +0000 (21:17 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/inferiors.c: New file.
        * gdbserver/target.c: New file.
        * gdbserver/target.h: New file.
        * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
        dependencies.
        * gdbserver/linux-low.c (inferior_pid): New static variable,
        moved from server.c.
        (linux_create_inferior): Renamed from create_inferior.
        Call add_inferior.  Return 0 on success instead of a PID.
        (linux_attach): Renamed from myattach.
        (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
        (linux_thread_alive): Renamed from mythread_alive.
        (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
        child dies.
        (linux_resume): Renamed from myresume.  Add missing ``return 0''.
        (regsets_store_inferior_registers): Correct error message.
        Add missing ``return 0''.
        (linux_fetch_registers): Renamed from fetch_inferior_registers.
        (linux_store_registers): Renamed from store_inferior_registers.
        (linux_read_memory): Renamed from read_inferior_memory.
        (linux_write_memory): Renamed from write_inferior_memory.
        (linux_target_ops): New structure.
        (initialize_low): Call set_target_ops ().
        * gdbserver/remote-utils.c (unhexify): New function.
        (hexify): New function.
        (input_interrupt): Send signals to ``signal_pid''.
        * gdbserver/server.c (inferior_pid): Remove.
        (start_inferior): Update create_inferior call.
        (attach_inferior): Call add_inferior.
        (handle_query): New function.
        (main): Call handle_query for `q' packets.
        * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
        Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.

22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 21:16:15 +0000 (21:16 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/inferiors.c: New file.
        * gdbserver/target.c: New file.
        * gdbserver/target.h: New file.
        * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
        dependencies.
        * gdbserver/linux-low.c (inferior_pid): New static variable,
        moved from server.c.
        (linux_create_inferior): Renamed from create_inferior.
        Call add_inferior.  Return 0 on success instead of a PID.
        (linux_attach): Renamed from myattach.
        (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
        (linux_thread_alive): Renamed from mythread_alive.
        (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
        child dies.
        (linux_resume): Renamed from myresume.  Add missing ``return 0''.
        (regsets_store_inferior_registers): Correct error message.
        Add missing ``return 0''.
        (linux_fetch_registers): Renamed from fetch_inferior_registers.
        (linux_store_registers): Renamed from store_inferior_registers.
        (linux_read_memory): Renamed from read_inferior_memory.
        (linux_write_memory): Renamed from write_inferior_memory.
        (linux_target_ops): New structure.
        (initialize_low): Call set_target_ops ().
        * gdbserver/remote-utils.c (unhexify): New function.
        (hexify): New function.
        (input_interrupt): Send signals to ``signal_pid''.
        * gdbserver/server.c (inferior_pid): Remove.
        (start_inferior): Update create_inferior call.
        (attach_inferior): Call add_inferior.
        (handle_query): New function.
        (main): Call handle_query for `q' packets.
        * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
        Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.

22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 21:11:34 +0000 (21:11 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
        dependencies.
        * gdbserver/configure.in: Check for <string.h>
        * gdbserver/configure: Regenerate.
        * gdbserver/config.in: Regenerate.
        * gdbserver/gdbreplay.c: Include needed system headers.
        (remote_open): Remove strchr prototype.
        * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
        * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
        (supply_register_by_name): Likewise.
        (collect_register): Change buf argument to void *.
        (collect_register_by_name): Likewise.
        * gdbserver/regcache.h: Add missing prototypes.
        * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
        * gdbserver/server.c (handle_query): New function.
        (attached): New static variable, moved out of main.
        (main): Quiet longjmp clobber warnings.
        * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
        * gdbserver/utils.c (error): Remove NORETURN.
        (fatal): Likewise.

22 years ago * moldname-crtdll.def: Remove CR from end of line.
earnie [Tue, 9 Apr 2002 21:03:59 +0000 (21:03 +0000)]
* moldname-crtdll.def: Remove CR from end of line.
* moldname-msvcrt.def: Ditto.

22 years ago2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>
jjohnstn [Tue, 9 Apr 2002 20:55:54 +0000 (20:55 +0000)]
2002-04-09  Mark Bradshaw  <bradshaw@staff.crosswalk.com>

        * libc/include/time.h: Fix strptime declaration.
        * libc/time/Makefile.am: Add strptime.c.
        * libc/time/Makefile.in: Regenerated.
        * libc/time/strptime.c: New file.

22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 20:51:32 +0000 (20:51 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
        after the last symbol in a block.

22 years ago2002-04-09 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 9 Apr 2002 20:48:45 +0000 (20:48 +0000)]
2002-04-09  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.base/attach.exp: Correct target board test.

22 years ago * test/iOUtil.test: Removed. Conflicted with real ioUtil.test
kseitz [Tue, 9 Apr 2002 17:39:27 +0000 (17:39 +0000)]
    * test/iOUtil.test: Removed. Conflicted with real ioUtil.test
        file.

22 years agoAdd WS_CAPTION dialog style if CAPTION is specified.
nickc [Tue, 9 Apr 2002 17:23:17 +0000 (17:23 +0000)]
Add WS_CAPTION dialog style if CAPTION is specified.
Add testcase.

22 years agoDon't print empty dialog caption.
nickc [Tue, 9 Apr 2002 17:14:59 +0000 (17:14 +0000)]
Don't print empty dialog caption.
Add testcase.

22 years agoFix overlooked sublang shift bug.
nickc [Tue, 9 Apr 2002 17:06:12 +0000 (17:06 +0000)]
Fix overlooked sublang shift bug.
Add testcase.

22 years agoSet default LANGUAGE to english/us.
nickc [Tue, 9 Apr 2002 16:55:46 +0000 (16:55 +0000)]
Set default LANGUAGE to english/us.

22 years ago * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
amylaar [Tue, 9 Apr 2002 16:48:02 +0000 (16:48 +0000)]
* config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
symbol_used_in_reloc_p is true.

22 years agoCompute checksum for PE images.
nickc [Tue, 9 Apr 2002 16:43:26 +0000 (16:43 +0000)]
Compute checksum for PE images.

22 years agoUse signature to identify DIALOGEX.
nickc [Tue, 9 Apr 2002 16:37:20 +0000 (16:37 +0000)]
Use signature to identify DIALOGEX.
Add testcase.

22 years ago * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.
corinna [Tue, 9 Apr 2002 16:33:12 +0000 (16:33 +0000)]
* fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.

22 years agoDon't add default dialog style when explicit style specified.
nickc [Tue, 9 Apr 2002 15:59:12 +0000 (15:59 +0000)]
Don't add default dialog style when explicit style specified.
Print style even if it is 0.
Add testcase.

22 years ago"\a" escape (used for right justified key definitions in menus) is encodes as
nickc [Tue, 9 Apr 2002 15:44:35 +0000 (15:44 +0000)]
"\a" escape (used for right justified key definitions in menus) is encodes as
binary 8.

22 years agoFix parsing hex constants in strings. Add test for the fix.
nickc [Tue, 9 Apr 2002 15:36:42 +0000 (15:36 +0000)]
Fix parsing hex constants in strings.  Add test for the fix.

22 years ago * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
amylaar [Tue, 9 Apr 2002 15:26:58 +0000 (15:26 +0000)]
* config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
endian hosts.

22 years agoFix typo in BEDIT warning.
nickc [Tue, 9 Apr 2002 15:23:38 +0000 (15:23 +0000)]
Fix typo in BEDIT warning.

22 years agoApply patch from Bernd Herd to fix quoted class definitions inside dialogs.
nickc [Tue, 9 Apr 2002 15:21:00 +0000 (15:21 +0000)]
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.

22 years agoTue Apr 9 15:13:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
amylaar [Tue, 9 Apr 2002 15:15:25 +0000 (15:15 +0000)]
Tue Apr  9 15:13:10 2002  J"orn Rennecke <joern.rennecke@superh.com>

* MAINTAINERS: Update my email address.

22 years ago2002-04-09 Ben Elliston <bje@redhat.com>
bje [Tue, 9 Apr 2002 15:03:06 +0000 (15:03 +0000)]
2002-04-09  Ben Elliston  <bje@redhat.com>

* cache.cxx (cache_component::read_line): Set the overall latency
for a cache line fill to the latency of the first downstream read,
not the last.

22 years ago * fhandler.cc (fhandler_base::open): Set read-only bit in
corinna [Tue, 9 Apr 2002 13:00:58 +0000 (13:00 +0000)]
* fhandler.cc (fhandler_base::open): Set read-only bit in
file_attributes when adequate.

22 years ago2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
muller [Tue, 9 Apr 2002 10:52:37 +0000 (10:52 +0000)]
2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>

* p-exp.y (yylex): Handle also the fact that is_a_field_of_this
is non zero as a found symbol.

22 years ago* findvar.c: Include "builtin-regs.h".
cagney [Tue, 9 Apr 2002 03:06:10 +0000 (03:06 +0000)]
* findvar.c: Include "builtin-regs.h".
(value_of_register): Call value_of_builtin_reg when applicable.
* parse.c: Include "builtin-regs.h" and "gdb_assert.h".
(target_map_name_to_register): Call
builtin_reg_map_name_to_regnum.
* Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
(COMMON_OBS): Add builtin-regs.o and std-regs.o.
(builtin_regs_h): Define.
(builtin-regs.o): New target.
(findvar.o): Add $(builtin_regs_h).
* builtin-regs.c, builtin-regs.h: New files.
* std-regs.c: New file.
Partial fix for PR gdb/251.

22 years ago * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
kevinb [Tue, 9 Apr 2002 02:26:09 +0000 (02:26 +0000)]
* rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
it's no longer required.

22 years ago* Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
cagney [Tue, 9 Apr 2002 01:52:55 +0000 (01:52 +0000)]
* Makefile.in (gdbtk-wrapper.o): Add missing dependencies.

22 years ago* generic/gdbtk-wrapper.c (wrap_get_frame_block): Add missing NULL
cagney [Tue, 9 Apr 2002 01:51:06 +0000 (01:51 +0000)]
* generic/gdbtk-wrapper.c (wrap_get_frame_block): Add missing NULL
parameter.  Match recent get_frame_block changes.

22 years ago * rs6000-tdep.c (rs6000_software_single_step): Use
kevinb [Tue, 9 Apr 2002 01:41:46 +0000 (01:41 +0000)]
* rs6000-tdep.c (rs6000_software_single_step): Use
rs6000_breakpoint_from_pc() to fetch breakpoint instruction
and size.  Use target_insert_breakpoint() and
target_remove_breakpoint() to insert and remove breakpoints
instead of explicit memory reads and writes.

22 years agoFix last commit.
dj [Tue, 9 Apr 2002 01:08:11 +0000 (01:08 +0000)]
Fix last commit.

22 years ago * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
kevinb [Tue, 9 Apr 2002 00:53:24 +0000 (00:53 +0000)]
* config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
* rs6000-tdep.c (rs6000_push_arguments): Eliminate
ELF_OBJECT_FORMAT ifdef.

22 years ago From Jimi X <jimix@watson.ibm.com>:
kevinb [Tue, 9 Apr 2002 00:10:06 +0000 (00:10 +0000)]
From Jimi X <jimix@watson.ibm.com>:
* rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().

22 years ago*** empty log message ***
gdbadmin [Tue, 9 Apr 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Tue, 9 Apr 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago From Jimi X <jimix@watson.ibm.com>:
kevinb [Mon, 8 Apr 2002 22:56:46 +0000 (22:56 +0000)]
From Jimi X <jimix@watson.ibm.com>:
* rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.

22 years ago2002-04-08 Michael Chastain <mec@shout.net>
chastain [Mon, 8 Apr 2002 22:43:15 +0000 (22:43 +0000)]
2002-04-08  Michael Chastain  <mec@shout.net>

* gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
in a const method.  Add some xfail and fail cases for configurations
that do not emit the "const ...".

22 years ago2002-04-08 Michael Chastain <mec@shout.net>
chastain [Mon, 8 Apr 2002 22:41:46 +0000 (22:41 +0000)]
2002-04-08  Michael Chastain  <mec@shout.net>

* gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
in a const method.  Add some xfail and fail cases for configurations
that do not emit the "const ...".

22 years ago* fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
kettenis [Mon, 8 Apr 2002 21:53:00 +0000 (21:53 +0000)]
* fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
s/asprintf/xasprintf/.
(fbsd_make_corefile_notes): s/strdup/xstrdup/.

22 years ago2002-04-08 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 8 Apr 2002 20:33:44 +0000 (20:33 +0000)]
2002-04-08  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
        siglongjmp prototype, and sigsetjmp macro definition.
        * libc/sys/linux/siglongjmp.c: New file.
        * libc/sys/linux/Makefile.am: Add support for siglongjmp.
        * libc/sys/linux/Makefile.in: Regenerated.

22 years ago* utils/configure.in: autoconfiscate
dj [Mon, 8 Apr 2002 19:09:35 +0000 (19:09 +0000)]
* utils/configure.in: autoconfiscate
* utils/configure: generate using 'autoconf'
* utils/Makefile.tpl: new file
* utils/Makefile.def: new file
* utils/Makefile.in: generated using 'autogen Makefile.def'

22 years ago * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
amodra [Mon, 8 Apr 2002 11:01:39 +0000 (11:01 +0000)]
* elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
(elf32_hppa_final_link): Split out sorting logic to..
* elf-hppa.h (elf_hppa_sort_unwind): ..here.
(elf_hppa_final_link): Call elf_hppa_sort_unwind.

22 years ago2002-04-07 Michael Chastain <mec@shout.net>
chastain [Mon, 8 Apr 2002 07:25:37 +0000 (07:25 +0000)]
2002-04-07  Michael Chastain  <mec@shout.net>

* gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
Accept "A * const" and "const A * const" as type of "this".
Fix spelling of getFunky throughout.  Make messages uniform.

22 years ago2002-04-07 Michael Chastain <mec@shout.net>
chastain [Mon, 8 Apr 2002 07:23:19 +0000 (07:23 +0000)]
2002-04-07  Michael Chastain  <mec@shout.net>

* gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
Accept "A * const" and "const A * const" as type of "this".
Fix spelling of getFunky throughout.  Make messages uniform.

22 years ago * ldlang.c (lang_size_sections_1): Don't complain about
amodra [Mon, 8 Apr 2002 01:01:42 +0000 (01:01 +0000)]
* ldlang.c (lang_size_sections_1): Don't complain about
SEC_NEVER_LOAD sections having no memory region specified.

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 8 Apr 2002 00:43:22 +0000 (00:43 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

        * mi-cmd-disas.c: Run through indent.

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 8 Apr 2002 00:38:10 +0000 (00:38 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

        * mi-cmd-disas.c (dump_insns): New function.
        (do_mixed_source_and_assembly): New function.
        (do_assembly_only): New function.
        (do_disassembly): New function.
        (mi_cmd_disassemble): Rewrite using smaller, more modular
        functions.

22 years ago * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
amodra [Mon, 8 Apr 2002 00:24:02 +0000 (00:24 +0000)]
* ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Mon, 8 Apr 2002 00:01:05 +0000 (00:01 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

        Work around for PR gdb/285:
* gdb.asm/asm-source.exp: Bail out if multilibs are detected.

22 years ago*** empty log message ***
gdbadmin [Mon, 8 Apr 2002 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Mon, 8 Apr 2002 00:00:06 +0000 (00:00 +0000)]
daily update

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Sun, 7 Apr 2002 23:57:22 +0000 (23:57 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

        * gdb.asm/asm-source.exp: Build symbolic link to arch specific
        instructions file at run time instead of configure time.
        Sometimes we run the test in a directory that is not the one we
        configured in.
        * gdb.asm/configure.in: Delete creation of symlink.
        * gdb.asm/configure: Regenerate.

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Sun, 7 Apr 2002 23:32:39 +0000 (23:32 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

* remote-e7000.c (write_small, e7000_read_inferior_memory,
e7000_read_inferior_memory_large, e7000_insert_breakpoint,
e7000_remove_breakpoint): Use paddr_nz() to print addresses.

22 years agoI believe Jeff Law denies responsability for this one:
cagney [Sun, 7 Apr 2002 22:34:31 +0000 (22:34 +0000)]
I believe Jeff Law denies responsability for this one:
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
Work-around for PR gdb/366.

22 years ago2002-04-07 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Sun, 7 Apr 2002 22:13:19 +0000 (22:13 +0000)]
2002-04-07  Elena Zannoni  <ezannoni@redhat.com>

* sh-tdep.c (sh_fp_frame_init_saved_regs,
sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
information.

22 years ago* configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
cagney [Sun, 7 Apr 2002 21:49:07 +0000 (21:49 +0000)]
* configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
pattern.
* configure: Re-generate.

22 years ago* configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
cagney [Sun, 7 Apr 2002 21:42:31 +0000 (21:42 +0000)]
* configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
is greater or equal to 4.3.3.
* configure: Regenerate.
Fix PR gdb/344.

22 years ago* MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
cagney [Sun, 7 Apr 2002 21:22:19 +0000 (21:22 +0000)]
* MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
maintainer.

22 years ago* Makefile.in (do-tar-bz2): Delete rule. Replace with ...
cagney [Sun, 7 Apr 2002 20:53:57 +0000 (20:53 +0000)]
* Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
(do-tar, do-bz2): New rules.
(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
(gdb-tar): New rule.
(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
(insight_dejagnu.tar): New rule.
(insight.tar): New rule.
(gdb+dejagnu.tar): New rule.
(gdb.tar): New rule.

22 years ago* MAINTAINERS: Update dejagnu/
cagney [Sun, 7 Apr 2002 19:17:07 +0000 (19:17 +0000)]
* MAINTAINERS: Update dejagnu/

22 years ago* README (Reporting Bugs in GDB): Document the bug web page as the
cagney [Sun, 7 Apr 2002 19:09:57 +0000 (19:09 +0000)]
* README (Reporting Bugs in GDB): Document the bug web page as the
prefered way of submitting bugs.
Fix PR gdb/402.

* gdb.texinfo (Bug Reporting): Document that the web is the
prefered way of submitting bug reports.
(Bug Reporting): Delete the s-mail address as the last resort.

22 years agoFrom 2002-03-05 Scott Pakin <pakin@uiuc.edu>
cagney [Sun, 7 Apr 2002 17:58:57 +0000 (17:58 +0000)]
From 2002-03-05 Scott Pakin <pakin@uiuc.edu>
* mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define.
(__mmalloc_mmap_morecore): Use.
(__mmalloc_remap_core): Use.

22 years ago* ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
mrg [Sun, 7 Apr 2002 13:57:53 +0000 (13:57 +0000)]
* ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.

22 years agofix a typo in my name
mrg [Sun, 7 Apr 2002 13:56:38 +0000 (13:56 +0000)]
fix a typo in my name

22 years ago* gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
cagney [Sun, 7 Apr 2002 02:16:45 +0000 (02:16 +0000)]
* gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
-1.  Update comment.
* gdbarch.h, gdbarch.c: Re-generate.

22 years ago*** empty log message ***
gdbadmin [Sun, 7 Apr 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Sun, 7 Apr 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago * m68klinux-nat.c (fill_fpregset): Properly pass address of
schwab [Sat, 6 Apr 2002 23:42:15 +0000 (23:42 +0000)]
* m68klinux-nat.c (fill_fpregset): Properly pass address of
buffer to regcache_collect.

22 years ago* gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
cagney [Sat, 6 Apr 2002 20:50:08 +0000 (20:50 +0000)]
* gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
* gdbarch.c, gdbarch.h: Re-generate.

22 years ago* symtab.c (lookup_symtab): Remove ``const'' from ``rp''
cagney [Sat, 6 Apr 2002 18:28:17 +0000 (18:28 +0000)]
* symtab.c (lookup_symtab): Remove ``const'' from ``rp''
declaration.  Fix -Werror.

22 years agoCorrect bad checkin (missing semicolon somehow)
drow [Sat, 6 Apr 2002 03:07:59 +0000 (03:07 +0000)]
Correct bad checkin (missing semicolon somehow)

22 years ago2002-04-05 Daniel Jacobowitz <drow@mvista.com>
drow [Sat, 6 Apr 2002 02:39:09 +0000 (02:39 +0000)]
2002-04-05  Daniel Jacobowitz  <drow@mvista.com>

        * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
        * gdbarch.c: Regenerate.

22 years ago2002-04-05 Michael Snyder <msnyder@redhat.com>
msnyder [Sat, 6 Apr 2002 01:52:34 +0000 (01:52 +0000)]
2002-04-05  Michael Snyder  <msnyder@redhat.com>

* cli/cli-dump.c (restore_section_callback): Use paddr_nz.

22 years ago2002-04-05 H.J. Lu (hjl@gnu.org)
hjl [Sat, 6 Apr 2002 01:51:33 +0000 (01:51 +0000)]
2002-04-05  H.J. Lu  (hjl@gnu.org)

* solib-svr4.c (bkpt_names): Add "__start".

22 years ago* sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
cagney [Sat, 6 Apr 2002 00:19:44 +0000 (00:19 +0000)]
* sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
as test for 64 bit target.

22 years ago* h8500-tdep.c (h8500_write_fp): Delete function.
cagney [Sat, 6 Apr 2002 00:02:49 +0000 (00:02 +0000)]
* h8500-tdep.c (h8500_write_fp): Delete function.
* dwarf2cfi.c (cfi_write_fp): Document as not used.
* mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
* ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
* rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
* s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
(s390_write_fp):
* sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
* x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
* d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
(d10v_write_fp): Delete function.
* inferior.h (write_fp, generic_target_write_fp): Delete
declarations.
* regcache.c (generic_target_write_fp): Delete function.
(write_fp): Delete function.
* gdbarch.sh (TARGET_WRITE_FP): Delete.
* gdbarch.h, gdbarch.c: Regenerate.
* config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
* config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
(sparc64_write_fp): Delete declaration.
* config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
(h8500_write_fp): Delete declaration.

22 years agodaily update
amodra [Sat, 6 Apr 2002 00:00:08 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Sat, 6 Apr 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago* sparc-tdep.c (sparc64_write_fp): Delete.
cagney [Fri, 5 Apr 2002 23:38:07 +0000 (23:38 +0000)]
* sparc-tdep.c (sparc64_write_fp): Delete.
(sparc_push_dummy_frame): Replace write_fp call with code to store
the FP directly.
(sparc_gdbarch_init): Do not initialize write_fp.

22 years ago * ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.
hp [Fri, 5 Apr 2002 23:13:09 +0000 (23:13 +0000)]
* ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.

22 years ago * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
hp [Fri, 5 Apr 2002 23:11:32 +0000 (23:11 +0000)]
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
R_CRIS_32_PCREL>: Fix typo in name.
(cris_elf_check_relocs): Always create .rela.got here when
R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
(elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
assume it's created.

22 years ago * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
kevinb [Fri, 5 Apr 2002 22:36:32 +0000 (22:36 +0000)]
* rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
clause.

22 years ago * generic/gdbtk-stack.c (gdb_block_vars): Update get_frame_block to
kseitz [Fri, 5 Apr 2002 22:27:30 +0000 (22:27 +0000)]
    * generic/gdbtk-stack.c (gdb_block_vars): Update get_frame_block to
        match recent gdb changes.
        (gdb_get_blocks): Likewise.
        (gdb_get_vars_command): Likewise.
        (gdb_selected_block): Likewise.

22 years agogdb/ChangeLog:
jimb [Fri, 5 Apr 2002 22:04:39 +0000 (22:04 +0000)]
gdb/ChangeLog:
* stack.c (get_selected_block): Add new argument `addr_in_block',
used to return the exact code address we used to select the block,
not just the block.
* blockframe.c (get_frame_block, get_current_block): Same.
* frame.h (get_frame_block, get_current_block,
get_selected_block): Update declarations.
* linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.

gdb/mi/ChangeLog:
* mi-cmd-stack.c (list_args_or_locals): Pass new arg to
get_frame_block.  (See entry in gdb/ChangeLog.)

22 years ago2002-04-05 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 5 Apr 2002 19:16:15 +0000 (19:16 +0000)]
2002-04-05  Michael Snyder  <msnyder@redhat.com>

* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
warning message.

22 years agoDocument the addition of the new xfullpath.exp testcase.
brobecke [Fri, 5 Apr 2002 16:45:04 +0000 (16:45 +0000)]
Document the addition of the new xfullpath.exp testcase.

22 years agoNew testcase.
brobecke [Fri, 5 Apr 2002 16:43:57 +0000 (16:43 +0000)]
New testcase.

22 years agoDocument changes relative to the new xfullpath function.
brobecke [Fri, 5 Apr 2002 16:43:14 +0000 (16:43 +0000)]
Document changes relative to the new xfullpath function.

22 years ago(lookup_symtab): Use the new xfullpath function, in order to be able to
brobecke [Fri, 5 Apr 2002 16:42:04 +0000 (16:42 +0000)]
(lookup_symtab): Use the new xfullpath function, in order to be able to
match a filename with either the real filename, or the name of any
symbolic link to this file.
(lookup_partial_symtab): Ditto.

22 years ago(openp): Use xfullpath in place of gdb_realpath to avoid resolving the
brobecke [Fri, 5 Apr 2002 16:40:45 +0000 (16:40 +0000)]
(openp): Use xfullpath in place of gdb_realpath to avoid resolving the
basename part of filenames when the associated file is a symbolic link.
This fixes a potential inconsistency between the filenames known to GDB
and the filenames it prints in the annotations.

22 years ago(xfullpath): Add declaration.
brobecke [Fri, 5 Apr 2002 16:39:36 +0000 (16:39 +0000)]
(xfullpath): Add declaration.

22 years ago(xfullpath): New function.
brobecke [Fri, 5 Apr 2002 16:39:11 +0000 (16:39 +0000)]
(xfullpath): New function.

22 years ago2002-04-05 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Fri, 5 Apr 2002 15:59:23 +0000 (15:59 +0000)]
2002-04-05  Elena Zannoni  <ezannoni@redhat.com>

* mi-cmd-disas.c (mi_cmd_disassemble): Use TARGET_PRINT_INSN
instead of tm_print_insn.
Update copyright year.

22 years ago2002-04-01 Daniel Jacobowitz <drow@mvista.com>
drow [Fri, 5 Apr 2002 02:48:33 +0000 (02:48 +0000)]
2002-04-01  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.asm/Makefile.in: Correct dependencies.

        * gdb.asm/powerpc.inc: New file.
        * gdb.asm/asm-source.exp: Add PowerPC.
        * gdb.asm/configure.in: Likewise.
        * gdb.asm/configure: Regenerated.

22 years ago2002-04-01 Daniel Jacobowitz <drow@mvista.com>
drow [Fri, 5 Apr 2002 02:48:22 +0000 (02:48 +0000)]
2002-04-01  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.asm/Makefile.in: Correct dependencies.

        * gdb.asm/powerpc.inc: New file.
        * gdb.asm/asm-source.exp: Add PowerPC.
        * gdb.asm/configure.in: Likewise.
        * gdb.asm/configure: Regenerated.

22 years ago2002-04-04 Daniel Jacobowitz <drow@mvista.com>
drow [Fri, 5 Apr 2002 02:45:47 +0000 (02:45 +0000)]
2002-04-04  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.base/relocate.exp: New file.
        * gdb.base/relocate.c: New file.

22 years ago2002-04-04 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 5 Apr 2002 02:35:25 +0000 (02:35 +0000)]
2002-04-04  Michael Snyder  <msnyder@redhat.com>

* breakpoint.c: Add support for hardware breakpoints in overlays.
(overlay_events_enabled): New state variable.
(insert_breakpoints): Use overlay_events_enabled to decide
whether to attempt to set a breakpoint at the overlay load addr.
Handle bp_hardware_breakpoint as well as bp_breakpoint.
(remove_breakpoint): Use overlay_events_enabled to decide
whether breakpoints need to be removed from overlay load addr.
Handle bp_hardware_breakpoint as well as bp_breakpoint.
(bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
(create_overlay_event_breakpoint, enable_overlay_breakpoints,
disable_overlay_breakpoints): Update overlay_events_enabled.

22 years ago * library/download.itb (constructor): Set feedback meter
kseitz [Fri, 5 Apr 2002 02:16:20 +0000 (02:16 +0000)]
    * library/download.itb (constructor): Set feedback meter
        to "0.0".
        Remove "steps" array.
        (update_download): Use fractional completions for feedback.
        (done): Ditto.
        * library/download.ith (protected variable steps): Remove.