OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
20 years ago2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
chastain [Mon, 19 Jan 2004 04:06:42 +0000 (04:06 +0000)]
2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 19 Jan 2004 03:51:11 +0000 (03:51 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* Makefile.in: Update copyright.  Update dependencies.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 19 Jan 2004 02:58:48 +0000 (02:58 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
problem.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 19 Jan 2004 02:50:14 +0000 (02:50 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
instead of register_gdbarch_init.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 19 Jan 2004 01:20:10 +0000 (01:20 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* remote-sds.c (tohex): Delete unused function.  Update copyright.
* xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
* v850-tdep.c (v850_register_virtual_size): Ditto.
* target.c (normal_target_post_startup_inferior): Ditto.
* source.c (ambiguous_line_spec): Ditto.
* remote.c (adapt_remote_get_threadinfo): Ditto.
* mi/mi-out.c (out_field_fmt): Ditto.
* mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
(output_control_change_notification): Ditto.
* m68k-tdep.c (m68k_register_byte): Ditto.
(m68k_remote_breakpoint_from_pc): Ditto.
* ui-out.c (init_ui_out_state): Delete unused declaration.
* stabsread.c (search_value): Ditto.
* mi/mi-cmd-env.c (env_cli_command): Ditto.
* maint.c (print_section_table): Ditto.
* infrun.c (set_follow_fork_mode_command): Ditto.

20 years ago*** empty log message ***
gdbadmin [Mon, 19 Jan 2004 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago* config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
jakub [Sun, 18 Jan 2004 23:47:03 +0000 (23:47 +0000)]
* config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
precision operands.

20 years ago* sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
jakub [Sun, 18 Jan 2004 23:46:31 +0000 (23:46 +0000)]
* sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.

20 years ago * ld-i386/tlsbin.dd: Adjust for changed sib printing.
amodra [Sun, 18 Jan 2004 23:14:13 +0000 (23:14 +0000)]
* ld-i386/tlsbin.dd: Adjust for changed sib printing.

20 years ago * gas/i386/katmai.d: Adjust for changed sib printing.
amodra [Sun, 18 Jan 2004 23:13:35 +0000 (23:13 +0000)]
* gas/i386/katmai.d: Adjust for changed sib printing.
* gas/i386/prescott.d: Likewise.
* gas/i386/sse2.d: Likewise.
* gas/i386/ssemmx2.d: Likewise.

20 years ago * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
amodra [Sun, 18 Jan 2004 23:12:47 +0000 (23:12 +0000)]
* i386-dis.c (OP_E): Print scale factor on intel mode sib when not
1.  Don't print scale factor on AT&T mode when index missing.

20 years agodaily update
amodra [Sun, 18 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago* dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
kettenis [Sun, 18 Jan 2004 21:22:49 +0000 (21:22 +0000)]
* dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
DW_CFA_def_cfa_exporession.  Add support for
DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.

20 years ago* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
kettenis [Sun, 18 Jan 2004 21:17:56 +0000 (21:17 +0000)]
* gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
used with gdb_test_multiple.

20 years ago2004-01-18 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 18 Jan 2004 19:26:49 +0000 (19:26 +0000)]
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* ocd.c: Update copyright.
(bdm_read_register_command): Delete unused function.
(_initialize_remote_ocd): Delete commented out reference.
(get_quoted_char, reset_packet): Delete #if0ed function.
(output_packet, put_quoted_char): Delete #if0ed function.
(stu_put_packet, stu_get_packet): Delete #if0ed function.
(ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
(BDM_BREAKPOINT): Delete #if0ed macro.
(remote_timeout): Delete #if0ed variable.

20 years ago* gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
kettenis [Sun, 18 Jan 2004 16:35:11 +0000 (16:35 +0000)]
* gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
read at address 0.  This fixes PR testsuite/1504.

20 years ago * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
drow [Sun, 18 Jan 2004 15:23:29 +0000 (15:23 +0000)]
* config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
Remove downloading, guessing the host executable, the calls to
gdb_file_cmd and gdb_target_cmd, and "load" support.
(infer_host_exec): New function broken out from gdb_load.
(gdb_load): New wrapper for gdbserver_gdb_load.
* lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
gdb_target_cmd.  Use -target-select.
(mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
Download binaries to the host.  Clear last_mi_remote_file when
we load a new binary.
(mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
call gdbserver_gdb_load and mi_gdb_target_cmd.

20 years ago* simops.c: Include <sys/types.h>.
kettenis [Sun, 18 Jan 2004 14:56:40 +0000 (14:56 +0000)]
* simops.c: Include <sys/types.h>.

20 years ago* Makefile.in (ALLDEPFILES): Remove core-sol2.c.
kettenis [Sun, 18 Jan 2004 14:47:56 +0000 (14:47 +0000)]
* Makefile.in (ALLDEPFILES): Remove core-sol2.c.
(core-sol2.o): Remove dependency.
* core-sol2.c: Remove file.

20 years ago2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 18 Jan 2004 04:18:55 +0000 (04:18 +0000)]
2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
type patterns.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 18 Jan 2004 03:42:27 +0000 (03:42 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
* block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
enums.

20 years ago * remote.c: Update copyright years.
drow [Sun, 18 Jan 2004 03:38:32 +0000 (03:38 +0000)]
* remote.c: Update copyright years.

20 years ago * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
drow [Sun, 18 Jan 2004 03:37:02 +0000 (03:37 +0000)]
* remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.

20 years ago2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
chastain [Sun, 18 Jan 2004 03:33:21 +0000 (03:33 +0000)]
2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/templates.exp: Fix typo in test name of
"print Foo<volatile char*>::foo".

20 years ago * HACKING: New file describing hack rules.
bje [Sun, 18 Jan 2004 03:20:22 +0000 (03:20 +0000)]
* HACKING: New file describing hack rules.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 18 Jan 2004 01:22:56 +0000 (01:22 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mdebugread.c: Update copyright.
(parse_symbol): Replace DEPRECATED_STREQ with strcmp.
(parse_type, parse_procedure): Ditto.
(parse_partial_symbols, psymtab_to_symtab_1): Ditto.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 18 Jan 2004 00:01:31 +0000 (00:01 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c (cris_store_struct_return): Put back accidently
deleted function.

20 years ago*** empty log message ***
gdbadmin [Sun, 18 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 23:21:20 +0000 (23:21 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh: Update copyright year.
* gdbarch.h, gdbarch.c: Re-generate.

20 years ago Suggested by George Anzinger.
drow [Sat, 17 Jan 2004 23:09:28 +0000 (23:09 +0000)]
Suggested by George Anzinger.
* dwarf2expr.c (execute_stack_op): Fetch the second item from the
correct stack offset.  Include unknown opcode numbers in the error
message.

20 years agodaily update
amodra [Sat, 17 Jan 2004 23:07:55 +0000 (23:07 +0000)]
daily update

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 22:45:43 +0000 (22:45 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* x86-64-tdep.c (x86_64_init_abi): No need to clear
extract_struct_value_address, i386 does not set it.
* sparc64-tdep.c (sparc64_init_abi): Do not set
extract_struct_value_address, never called.
(sparc64_extract_struct_value_address): Delete function.
* m68hc11-tdep.c: Update copyright.
(m68hc11_gdbarch_init): Delete redundant assignment of
extract_struct_value_address.
* i386-tdep.c: Update copyright.
(i386_gdbarch_init): Do not set extract_struct_value_address,
never called.
(i386_extract_struct_value_address): Delete function.
* sparc-tdep.c (sparc32_gdbarch_init): Do not set
extract_struct_value_address, never called.
(sparc32_extract_struct_value_address): #if 0 function.

20 years ago * arm-tdep.c (arm_write_pc): New function.
drow [Sat, 17 Jan 2004 21:58:53 +0000 (21:58 +0000)]
* arm-tdep.c (arm_write_pc): New function.
(arm_gdbarch_init): Call set_gdbarch_write_pc.

20 years ago * breakpoint.c (must_shift_inst_regs): Delete.
drow [Sat, 17 Jan 2004 21:56:11 +0000 (21:56 +0000)]
* breakpoint.c (must_shift_inst_regs): Delete.
(bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
and SHIFT_INST_REGS.
* infcmd.c (step_1, step_1_continuation): Delete references to
SHIFT_INST_REGS.
* infrun.c (keep_going): Likewise.
* target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
* config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.

20 years ago * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
drow [Sat, 17 Jan 2004 21:56:00 +0000 (21:56 +0000)]
* gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 20:17:38 +0000 (20:17 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* infcmd.c (print_return_value): Delete reference to
DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 20:02:02 +0000 (20:02 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c (cris_gdbarch_init): Do not set
deprecated_extract_struct_value_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 19:38:57 +0000 (19:38 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* xstormy16-tdep.c: Update copyright.
(xstormy16_extract_struct_value_address): Update to current
extract struct value address interface.
(xstormy16_gdbarch_init): Set extract_struct_value_address.
* sh64-tdep.c (sh64_extract_struct_value_address): Update to
current extract struct value address interface.
(sh64_gdbarch_init): Set extract_struct_value_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 18:52:33 +0000 (18:52 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* cris-tdep.c: Update copyright.
(cris_extract_struct_value_address): Delete function.
(struct_return_address): Delete variable.
(cris_store_struct_return): Do not set struct_return_address.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 18:45:24 +0000 (18:45 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mcore-tdep.c: Update copyright.
(mcore_extract_struct_value_address): Delete function.  Update
comments.
(mcore_gdbarch_init): Update.
* mn10300-tdep.c: Update copyright.
(mn10300_extract_struct_value_address): Delete function.
(mn10300_gdbarch_init): Update.
* v850-tdep.c: Update copyright.
(v850_extract_struct_value_address): Delete.
(v850_gdbarch_init): Update.
* ns32k-tdep.c: Update copyright.
(ns32k_extract_struct_value_address): Delete.
(ns32k_gdbarch_init): Update.
* hppa-tdep.c (hppa_extract_struct_value_address): Delete.
(hppa_gdbarch_init): Update.
* vax-tdep.c: Update copyright.
(vax_extract_struct_value_address): Delete.
(vax_gdbarch_init): Update.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 18:24:14 +0000 (18:24 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* procfs.c (procfs_fetch_registers): Delete reference to
DEPRECATED_NPC_REGNUM.
(procfs_store_registers): Ditto.
* regcache.c (generic_target_write_pc): Simplify.
* lynx-nat.c: Delete #ifdef SPARC code.  Not used.

Index: doc/ChangeLog
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
documentation on DEPRECATED_NPC_REGNUM.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 17:08:35 +0000 (17:08 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* core-sol2.c (fetch_core_registers): Replace
DEPRECATED_NPC_REGNUM with equivalent tdep value.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 17:01:28 +0000 (17:01 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* hppa-tdep.c: Update copyright year.
(hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead
of NPC_REGNUM.
(hppa_gdbarch_init): Do not set deprecated_npc_regnum.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 16:40:41 +0000 (16:40 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_write_pc): New function.
(mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
(mips_read_pc): Use mips_regnum instead of PC_REGNUM.
(mips_find_saved_regs, mips_software_single_step: Ditto.
(mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
mips_init_extra_frame_info, mips_pop_frame): Ditto.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 16:27:30 +0000 (16:27 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c: Re-indent.  Group functions by ABI.

20 years ago2004-01-17 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 15:34:11 +0000 (15:34 +0000)]
2004-01-17  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
* gdbarch.c: Re-generate.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
DECR_PC_AFTER_BREAK to zero.
* vax-tdep.c (vax_gdbarch_init): Ditto.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sparc-tdep.c (sparc32_gdbarch_init): Ditto.
* sh64-tdep.c (sh64_gdbarch_init): Ditto.
* sh-tdep.c (sh_gdbarch_init): Ditto.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mips-tdep.c (mips_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* m32r-tdep.c (m32r_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-interix-tdep.c (i386_interix_init_abi): Ditto.
* hppa-tdep.c (hppa_gdbarch_init): Ditto.
* h8300-tdep.c (h8300_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
* avr-tdep.c (avr_gdbarch_init): Ditto.
* arm-tdep.c (arm_gdbarch_init): Ditto.
* i386-nto-tdep.c (i386nto_init_abi): Add comment.

20 years ago * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bit
dannysmith [Sat, 17 Jan 2004 07:41:54 +0000 (07:41 +0000)]
* include/stdint.h  Fix __STDC_CONSTANT_MACROS for 8 and 16 bit
types. (Thanks to John Maddock for report.)

20 years ago* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty when
cgf [Sat, 17 Jan 2004 05:49:42 +0000 (05:49 +0000)]
* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty when
ctty == ctty_on_hold.

20 years ago * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
brobecke [Sat, 17 Jan 2004 05:35:47 +0000 (05:35 +0000)]
    * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
        Delete, no longer used.
        (read_subrange_type): New function, mostly extracted from
        read_array_type().
        (read_array_type): Replace extracted code by call to
        read_subrange_type().
        (dwarf2_get_attr_constant_value): New function.
        (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
        (add_partial_symbol): Likewise.
        (process_die): Likewise.
        (new_symbol): Likewise.
        (read_type_die): Likewise.

20 years ago* libc/stdio/vfprintf.c: Add sys/lock.h include.
cgf [Sat, 17 Jan 2004 04:29:54 +0000 (04:29 +0000)]
* libc/stdio/vfprintf.c: Add sys/lock.h include.

20 years ago* fhandler_console.cc (fhandler_console::close): Remove obsolete test for
cgf [Sat, 17 Jan 2004 03:47:27 +0000 (03:47 +0000)]
* fhandler_console.cc (fhandler_console::close): Remove obsolete test for
vfork_cleanup.
* pipe.cc (fhandler_pipe::close): Add comment.

20 years ago2004-01-16 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 01:05:04 +0000 (01:05 +0000)]
2004-01-16  Andrew Cagney  <cagney@redhat.com>

* symfile.c: Update copyright year.
(compare_symbols): Delete unused function.
* stabsread.c: Update copyright year.
(lrs_general_complaint): Delete unused function.
(ref_search_value): Ditto.
(get_substring): Delete declaration.
* sh64-tdep.c: Update copyright year.
(sh64_get_gdb_regnum): Delete unused function.
* dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
Delete unused function.

20 years ago* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
kettenis [Sat, 17 Jan 2004 00:13:45 +0000 (00:13 +0000)]
* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
* osabi.c (gdb_osabi_names): Add "OpenBSD ELF".

20 years ago2004-01-16 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 17 Jan 2004 00:00:46 +0000 (00:00 +0000)]
2004-01-16  Andrew Cagney  <cagney@redhat.com>

Changes from Peter Schauer.
* rs6000-tdep.c: Update copyright year.
(rs6000_push_dummy_call): Update the stack pointer before
accessing the corresponding stack region.
* rs6000-nat.c: Update copyright year.
(set_host_arch): Set "info.abfd" to "exec_bfd".

20 years ago*** empty log message ***
gdbadmin [Sat, 17 Jan 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago * coff-h8300.c: Fix comment typos.
kazu [Fri, 16 Jan 2004 23:50:19 +0000 (23:50 +0000)]
* coff-h8300.c: Fix comment typos.
* elf32-h8300.c: Likewise.

20 years ago * coff-h8300.c: Add comments about relaxation.
kazu [Fri, 16 Jan 2004 23:35:49 +0000 (23:35 +0000)]
* coff-h8300.c: Add comments about relaxation.
* elf32-h8300.c: Likewise.

20 years agodaily update
amodra [Fri, 16 Jan 2004 23:00:06 +0000 (23:00 +0000)]
daily update

20 years ago* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.
cgf [Fri, 16 Jan 2004 22:54:14 +0000 (22:54 +0000)]
* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.

20 years ago* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to calling
cgf [Fri, 16 Jan 2004 21:51:29 +0000 (21:51 +0000)]
* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to calling
close_all_files since it will be zeroed.

20 years ago2004-01-16 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Fri, 16 Jan 2004 19:29:15 +0000 (19:29 +0000)]
2004-01-16  Thomas Pfaff  <tpfaff@gmx.net>

        * libc/stdio/findfp.c (__sfp): Remove unnecessary memset.
        * libc/stdio/vfprintf.c (__sbprintf): Ditto.
        Add calls to __lock_init_recursive and __lock_close_recursive
        instead.

20 years ago * process.h (cleanup_routine::~cleanup_routine): Make pure virtual
corinna [Fri, 16 Jan 2004 13:39:25 +0000 (13:39 +0000)]
* process.h (cleanup_routine::~cleanup_routine): Make pure virtual
function to avoid miscompilation with certain versions of gcc.
* process.cc (cleanup_routine::~cleanup_routine): Remove.

20 years ago2004-01-16 Martin Fuchs <martin-fuchs@gmx.net>
dannysmith [Fri, 16 Jan 2004 09:25:01 +0000 (09:25 +0000)]
2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>

* include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.

20 years ago2004-01-15 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
joshuadfranklin [Fri, 16 Jan 2004 06:31:49 +0000 (06:31 +0000)]
2004-01-15  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>

* setup-net.sgml: Add "internet-setup" id anchor.
* overview.sgml: Update "What is it?" section. Add links to
"Is it free software?" section. Update "Brief History" section.
* overview2.sgml: Rewrite "Expectations for {Windows,Unix}"
as "Quick Start for those more experienced with {Windows,Unix}".

20 years ago* gas/mn10300/mov5.s: New.
aoliva [Fri, 16 Jan 2004 03:16:06 +0000 (03:16 +0000)]
* gas/mn10300/mov5.s: New.
* gas/mn10300/basic.exp (do_mov5): New.

20 years ago* m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
aoliva [Fri, 16 Jan 2004 03:16:00 +0000 (03:16 +0000)]
* m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
when loaded into XR registers.

20 years ago*** empty log message ***
gdbadmin [Fri, 16 Jan 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-15 Andrew Cagney <cagney@redhat.com>
cagney [Thu, 15 Jan 2004 23:24:29 +0000 (23:24 +0000)]
2004-01-15  Andrew Cagney  <cagney@redhat.com>

* src-release: Update copyright year.
(do-proto-toplev): Configure using i686-pc-linux-gnu.
(NEWLIB_SUPPORT_DIRS): Delete macro.
(newlib.tar.bz2): Delete rule.

20 years agodaily update
amodra [Thu, 15 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
chastain [Thu, 15 Jan 2004 22:23:25 +0000 (22:23 +0000)]
2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.

20 years ago * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
bje [Thu, 15 Jan 2004 21:25:06 +0000 (21:25 +0000)]
* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.

20 years ago2004-01-16 Ben Elliston <bje@wasabisystems.com>
bje [Thu, 15 Jan 2004 21:16:37 +0000 (21:16 +0000)]
2004-01-16  Ben Elliston  <bje@wasabisystems.com>

* gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
(clean mostlyclean): Remove empty rm.

20 years ago* blockframe.c: Update copyright year.
kettenis [Thu, 15 Jan 2004 20:00:15 +0000 (20:00 +0000)]
* blockframe.c: Update copyright year.
(inside_entry_func): Don't treat a zero PC specially.

20 years ago* gentls_offsets: Reinstate unlink of temp files.
cgf [Thu, 15 Jan 2004 19:51:49 +0000 (19:51 +0000)]
* gentls_offsets: Reinstate unlink of temp files.
* fhandler_console.cc (fhandler_console::close): Fix debugging output.
(fhandler_console::fixup_after_fork): Decrement open_fhs prior to call to
fhandler_console::open since this would cause incrementing too much
incrementing in child processes.  (Probably needs to be handled more elegantly
someday)
(fhandler_console::fixup_after_exec): Ditto.

20 years ago2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
chastain [Thu, 15 Jan 2004 19:28:46 +0000 (19:28 +0000)]
2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/setvar.exp: Add copyright years.

20 years agoclarify that the import contains local changes as well.
ezannoni [Thu, 15 Jan 2004 19:15:44 +0000 (19:15 +0000)]
clarify that the import contains local changes as well.

20 years ago2004-01-15 Thomas Pfaff <tpfaff@gmx.net>
jjohnstn [Thu, 15 Jan 2004 19:12:16 +0000 (19:12 +0000)]
2004-01-15  Thomas Pfaff  <tpfaff@gmx.net>

        * libc/stdio/fclose.c: Include sys/lock.h.
        (fclose): Destroy lock when file is closed.
        * libc/stdio/findfp.c (__sfp): Initialize file pointers _lock
        member.
        * libc/stdio/freopen.c: Include sys/lock.h.
        (_freopen_r): Destroy lock when file is closed.
        * libc/stdio/vfprintf.c (__sbprintf): Initialize file pointers
        _lock member.

20 years agomerge from gcc
dj [Thu, 15 Jan 2004 16:34:19 +0000 (16:34 +0000)]
merge from gcc

20 years ago * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
amodra [Thu, 15 Jan 2004 12:38:18 +0000 (12:38 +0000)]
* emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.

20 years ago2004-01-15 Filip Navara <xnavara@volny.cz>
dannysmith [Thu, 15 Jan 2004 07:19:19 +0000 (07:19 +0000)]
2004-01-15  Filip Navara  <xnavara@volny.cz>

* include/ddk/mcd.h: Don't care about value of DBG define.
* include/ddk/srb.h: Ditto.
* include/ddk/storport.h: Ditto.
* include/ddk/video.h: Ditto.
* include/nspapi.h (SetServiceW, GetAddressByNameA,
GetAddressByNameW): Correct protoype.
* include/ntsecapi.h (PCUNICODE_STRING): Define.

20 years ago*** empty log message ***
gdbadmin [Thu, 15 Jan 2004 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Wed, 14 Jan 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years agomerge from gcc
dj [Wed, 14 Jan 2004 22:01:54 +0000 (22:01 +0000)]
merge from gcc

20 years ago* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
dj [Wed, 14 Jan 2004 21:13:33 +0000 (21:13 +0000)]
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
* Makefile.tpl (configure-target-[+module+]): Support stage.
* Makefile.in: Rebuilt.

20 years ago2004-01-14 David Carlton <carlton@bactrian.org>
carlton [Wed, 14 Jan 2004 19:03:32 +0000 (19:03 +0000)]
2004-01-14  David Carlton  <carlton@bactrian.org>

* gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
PR c++/1511 and update coment.
* gdb.cp/templates.exp: Update patterns to match current output.
If changes involve something other than whitespace, KFAIL
w.r.t. PR c++/1512 or PR c++/931 as appropriate.

20 years ago2004-01-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 14 Jan 2004 18:39:07 +0000 (18:39 +0000)]
2004-01-14  Elena Zannoni  <ezannoni@redhat.com>

* gcore.c (gcore_copy_callback): Use paddr_d to print size
variable.
(gcore_create_callback): Ditto.  Skip any memory segment that has
no permissions set.

20 years agogas/
macro [Wed, 14 Jan 2004 18:01:05 +0000 (18:01 +0000)]
gas/
* config/tc-mips.c (append_insn): Properly detect variant frags
that preclude swapping of relaxed branches.  Correctly swap
instructions between frags when dealing with relaxed branches.

gas/testsuite/
* gas/mips/relax-swap1-mips1.d: New test for branch relaxation
with swapping for MIPS1.
* gas/mips/relax-swap1-mips2.d: New test for branch relaxation
with swapping for MIPS2.
* gas/mips/relax-swap1.l: Stderr output for the new tests.
* gas/mips/relax-swap1.s: Source for the new tests.
* gas/mips/relax-swap2.d: New test for branch likely relaxation
with swapping.
* gas/mips/relax-swap2.l: Stderr output for the new test.
* gas/mips/relax-swap2.s: Source for the new test.
* gas/mips/mips.exp: Run the new tests.

20 years ago2004-01-14 David Carlton <carlton@kealia.com>
carlton [Wed, 14 Jan 2004 16:54:38 +0000 (16:54 +0000)]
2004-01-14  David Carlton  <carlton@kealia.com>

Change symbols for C++ nested types to contain the fully qualified
name, if possible.  (At least in the DWARF-2 case.)  Partial fix
for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
c++/895.
* c-exp.y: Update copyright:
(qualified_type): Handle types nested within classes.
* cp-namespace.c: Update comments.
(cp_set_block_scope): Delete #if 0.
(cp_lookup_nested_type): Handle types nested within classes.
* dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
when appropriate.
(add_partial_symbol): Add the name of the enclosing namespace to
types.
(pdi_needs_namespace): New.
(add_partial_namespace): Tweak comment.
(add_partial_structure): New.
(psymtab_to_symtab_1): Initialize processing_current_prefix
here...
(process_die): instead of here.
(read_structure_scope): Try to figure out the name of the class or
namespace that the structure might be defined within.
(read_enumeration): Generate fully-qualified names, if possible.
(read_namespace): Don't set name to NULL.
(die_specification): New.
(new_symbol): Generate fully-qualified names for types.
(read_type_die): Determine appropriate prefix.
(determine_prefix): New.
(typename_concat): New.
(class_name): New.
* valops.c: Update copyright.
(value_aggregate_elt): Pass NOSIDE to
value_struct_elt_for_reference.
(value_struct_elt_for_reference): Make static, add NOSIDE
parameter, call value_maybe_namespace_elt as a last resort.
(value_namespace_elt): Break out code into
value_maybe_namespace_elt.
(value_maybe_namespace_elt): New.

2004-01-14  David Carlton  <carlton@kealia.com>

* gdb.cp/namespace.exp: Add tests involving classes defined within
namespaces.
* gdb.cp/namespace.cc (C::CClass): New.
* gdb.cp/namespace1.cc: Update copyright.
(C::OtherFileClass): New.

20 years ago* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
cgf [Wed, 14 Jan 2004 15:45:35 +0000 (15:45 +0000)]
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
compiler bug.
* autoload.cc (TryEnterCriticalSection): Remove.
* dcrt0.cc (dll_crt0_0): Delete inappropriate setting of _my_tls.stackptr to
NULL since it has really bad consequences.  Make 'si' an automatic variable.
* cygtls.cc (_threadinfo::init_thread): Correct thinko which caused thread list
to be allocated every time.
* cygtls.h (CYGTLS_PADSIZE): Define as const int.
* sync.h: Make multiple inclusion safe.
(muto::next): Eliminate.
(muto::exiting_thread): New variable.
(muto::set_exiting_thread): New function.
(new_muto): Change to use different section for mutos since c++ give
inexplicable warning in some cases otherwise.
(new_muto1): Ditto.
* dcrt0.cc (do_exit): Call muto::set_exiting_thread here.
* sync.cc (muto_start): Eliminate.
(muto::acquire): Always give exiting thread a lock.  Never give thread a lock
if exiting.
(muto::release): Ditto for releasing.
* dtable.cc (dtable::init_lock): Unline function and define here.
* dtable.h (lock_cs): Define as a muto since critical sections seem to work
oddly on Windows Me.
(lock): Accommodate switch to muto.
(unlock): Ditto.
* exceptions.cc (setup_handler): Don't worry about acquiring mutos since that
hasn't mattered for a long time.
(signal_exit): Ditto: muto stuff will be handled automatically on exit now.
* Makefile.in (DLL_IMPORTS): Link advapi32 to ensure proper DLL initialization.
* autoload.cc (RegCloseKey): Arbitrarily choose this function as a "seed" to
pull the advapi32 link library in.  So, comment out the autoloading.
* cygtls.cc (_threadinfo::init_thread): Just clear CYGTLS_PADSIZE.
(_threadinfo::remove): Add debugging.
(_threadinfo::find_tls): Ditto.
* cygtls.h (_threadinfo::padding): Make zero length (for now?).
* dcrt0.cc (dll_crt0_0): Move more initialization here from dll_crt0_1.
(dll_crt0_1): See above.
* dtable.h (dtable::lock): Remove commented out critical section locking.
* dtable.h (dtable::init_lock): Remove commented out critical section locking.
* dtable.h (dtable::unlock): Remove commented out critical section locking.
* exceptions.cc (interruptible): bool'ize.
* init.cc (threadfunc_fe): Revert to storing threadfunc at stack bottom.
(munge_threadfunc): Ditto.  Avoid adding overhead to calibration_thread.
(prime_threads): Don't initialize tls stuff.
(dll_entry): Make minor change to initialization order.
* tlsoffsets.h: Regenerate.
* sigproc.cc (wait_sig): Add sanity check for end of process thread exit.
* select.h: Make minor formatting change.
* Makefile.in: Add still more -fomit-frame-pointer functions.
* dtable.h (dtable::lock): New function.
(dtable::unlock): New function.
(dtable::init_lock): New function.
* cygheap.h (HEAP_TLS): Declare new enum value.
(init_cygheap::threadlist): Declare new array.
(init_cygheap::sthreads): Declare new variable.
(cygheap_fdmanip::~cygheap_fdmanip): Use new dtable lock/unlock functions.
(cygheap_fdnew::cygheap_fdnew): Ditto.
(cygheap_fdget::cygheap_fdget): Ditto.
* dtable.cc (dtable_init): Initialize fdtab critical section.
(dtable::fixup_after_fork): Ditto.
(dtable::fixup_after_exec): Ditto.
(dtable::dup2): Use lock/unlock calls to protect access to fdtab.
(dtable::find_fifo): Ditto.
(dtable::fixup_before_fork): Ditto.
(dtable::fixup_before_exec): Ditto.
(dtable::set_file_pointers_for_exec): Ditto.
(dtable::vfork_child_dup): Ditto.
(dtable::vfork_parent_restore): Ditto.
* syscalls.cc (close_all_files): Ditto.
* sync.h (muto::acquired): Declare new function.
(new_muto1): Declare new macro used to specify name of muto storage.
* sync.cc (muto::acquired): Define new function.
* cygthread.cc (cygthread::stub): Remove signal chain removal call since it is
handled during initialization now.
* cygthread.cc (cygthread::simplestub): Remove signal chain removal call since
it is handled during initialization now.
* cygtls.cc (sentry): New class used for locking.  Use throughout.
(_threadinfo::reset_exception): Don't pop stack.
(_threadinfo::find_tls): Move from exceptions.cc.
(_threadinfo::init_thread): Initialize array of threads rather than linked
list.  Take second argument indicating thread function for this thread.
(_threadinfo::remove): Search thread array rather than linked list.  Use sentry
to lock.  Only unlock if we got the lock.
(_threadinfo::find_tls): Ditto for first two.
(handle_threadlist_exception): Handle exceptions when manipulating the thread
list in case of premature thread termination.
(_threadinfo::init_threadlist_exceptions): Ditto.
* cygtls.h (TLS_STACK_SIZE): Decrease size.
(_threadinfo::padding): Add element to avoid overwriting lower part of stack.
(_threadinfo::remove): Add a "wait" argument to control how long we wait for a
lock before removing.
* exceptions.cc (init_exception_handler): Make global.  Take argument to
control exception handler being set.
(ctrl_c_handler): Wait forever when removing self from signal chain.
(_threadinfo::find_tls): Move to cygtls.cc.
(sig_handle): Reorganize detection for thread-specific signals.
* heap.cc (heap_init): Rework slightly.  Make fatal error more verbose.  Remove
malloc initialization since it can't happen during dll attach.
* init.cc (search_for): Move address to search for on stack here.
(threadfunc_ix): Ditto for stack offset.  Make shared so that stack walk
potentially only has to be done once when cygwin processes are running.
(threadfunc_fe): Use standard tls to store thread function (may change back
later).
(calibration_thread): New function.  Potentially called to find threadfunc_ix.
(munge_threadfunc): Search for "search_for" value on stack.  Output warning
when thread func not found on stack.  Use standard tls to store thread
function.
(prime_threads): New function.  Called to prime thread front end.
(dll_entry): Call dll_crt0_0 here when DLL_PROCESS_ATTACH.  Call prime_threads
here.  Try to remove thread from signal list here.
* sigproc.cc (wait_sig): Initialize threadlist exception stuff here.
* thread.cc (pthread::exit): Pass argument to signal list remove function.
* thread.h: Remove obsolete *ResourceLock defines.
* tlsoffsets.h: Regenerate.
* winsup.h (spf): Define temporary debug macro to be deleted later.
* dcrt0.cc (dll_crt0_0): New function, called during DLL initialization.
Mainly consists of code pulled from dll_crt0_1.
(dll_crt0_1): See above.
(_dll_crt0): Wait for initial calibration thread to complete, if appropriate.
Move some stuff to dll_crt0_0.
(initialize_main_tls): Accommodate argument change to
_thread_info::init_thread.
* fork.cc (fork_child): Ditto.
(sync_with_child): Fix debug message.
* external.cc (cygwin_internal): Remove special considerations for
uninitialized dll since initialization happens during dll attach now.
* dlfcn.cc (dlopen): Remove obsolete *ResourceLock calls.
(dlclose): Ditto.
* cygheap.h (init_cygheap::close_ctty): Declare new function.
* cygheap.cc (init_cygheap::close_ctty): Define new function.
* syscalls.cc (close_all_files): Use close_ctty.
(setsid): Ditto.
* cygthread.cc (cygthread::stub): Remove exception initialization.
* cygthread.cc (cygthread::stub): Remove exception initialization.
(cygthread::simplestub): Ditto.
* thread.cc (pthread::thread_init_wrapper): Ditto.
* cygtls.cc (_last_thread): Make static.
(_threadinfo::call2): Initialize exception handler here.
(_threadinfo::find_tls): Move here.
* exceptions.cc (_threadinfo::find_tls): Move.
* dcrt0.cc (__api_fatal): Add prefix info to message here rather than including
it in every call to function.
* winsup.h (api_fatal): Accommodate above change.
* debug.cc (add_handle): Don't do anything if cygheap not around.
(mark_closed): Ditto.
* dll_init.cc (dll_list::detach): Fix debug output.
* fork.cc (sync_with_child): Ditto.
(vfork): Improve debug output.
* heap.cc (heap_init): Ditto.
* exceptions.cc (try_to_debug): Clarify message when debugger attaches.

20 years ago2004-01-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 14 Jan 2004 15:09:36 +0000 (15:09 +0000)]
2004-01-14  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/sepdebug.exp: Bail out of the test if we don't know
what debug info we have. Print a better message if something goes
wrong while producing the separate debug info file.

20 years ago2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
chastain [Wed, 14 Jan 2004 14:32:53 +0000 (14:32 +0000)]
2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/callfuncs.c: Remove explicit declaration of malloc.

20 years ago2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
chastain [Wed, 14 Jan 2004 14:11:40 +0000 (14:11 +0000)]
2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.base/callfuncs.c: Add copyright notice.

20 years ago* gettext.m4: Quote names of macros to be defined by AC_DEFUN
macro [Wed, 14 Jan 2004 13:41:35 +0000 (13:41 +0000)]
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
throughout.

* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
throughout.
* aclocal.m4: Regenerate.
* configure: Regenerate.

20 years agocpu/
rsandifo [Wed, 14 Jan 2004 10:04:59 +0000 (10:04 +0000)]
cpu/
* frv.cpu (UNIT): Add IACC.
(iacc-multiply-r-r): Use it.
* frv.opc (fr400_unit_mapping): Add entry for IACC.
(fr500_unit_mapping, fr550_unit_mapping): Likewise.

opcodes/
* frv-desc.h: Regenerate.
* frv-desc.c: Regenerate.
* frv-opc.c: Regenerate.

20 years ago2004-01-14 Greg Chicares <chicares@users.sourceforge.net>
dannysmith [Wed, 14 Jan 2004 07:53:43 +0000 (07:53 +0000)]
2004-01-14  Greg Chicares  <chicares@users.sourceforge.net>

* include/tchar.h (_puttchar): Define.

20 years ago2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
chastain [Wed, 14 Jan 2004 03:57:23 +0000 (03:57 +0000)]
2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>

* gdb.cp/derivation.exp: Add XFAIL for bug with protected
inheritance.  PR gdb/1498, PR gcc/13539.

20 years ago * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
ian [Wed, 14 Jan 2004 03:06:00 +0000 (03:06 +0000)]
* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
mips_elf64_rtype_to_howto instead of using howto_table.

* gas/mips/mips16-64.d: New test.
* gas/mips/mips.exp: Run it.

20 years ago2004-01-12 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 14 Jan 2004 02:51:41 +0000 (02:51 +0000)]
2004-01-12  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_convert_register_p): Handle both raw and
cooked floating-point registers.
(mips_gdbarch_init): Set convert_register_p, register_to_value,
and value_to_register.

20 years ago*** empty log message ***
gdbadmin [Wed, 14 Jan 2004 00:00:01 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-01-13 David Carlton <carlton@kealia.com>
carlton [Tue, 13 Jan 2004 23:39:54 +0000 (23:39 +0000)]
2004-01-13  David Carlton  <carlton@kealia.com>

* gdb.base/completion.exp: Don't look for 'ask' after set
follow-fork-mode.  Update copyright.