OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago*** empty log message ***
gdbadmin [Thu, 19 Feb 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Wed, 18 Feb 2004 23:00:22 +0000 (23:00 +0000)]
daily update

20 years ago* fork.cc (fork_child): Invert sense of test which defeated correct handling in
cgf [Wed, 18 Feb 2004 22:32:15 +0000 (22:32 +0000)]
* fork.cc (fork_child): Invert sense of test which defeated correct handling in
a fork from a non-main thread.
* dcrt0.cc (initial_env): Eliminate parameter and just send DebugBreak when
appropriate.
(dll_crt0_0): Reflect parameter change to initial_env.
(dll_crt0_1): Don't call initial_env.

20 years ago* gendef (stabilize_sig_stack): New function.
cgf [Wed, 18 Feb 2004 20:48:37 +0000 (20:48 +0000)]
* gendef (stabilize_sig_stack): New function.
(setjmp): Import, add sig stack handling.  Store sig stack info.
(longjmp): Call stabilize_sig_stack.  Restore sig stack info.
* config/i386/setjmp.c: Remove.

20 years ago* config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
kettenis [Wed, 18 Feb 2004 20:15:09 +0000 (20:15 +0000)]
* config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and

20 years agoCommitted by Mark Kettenis <kettenis@gnu.org>.
kettenis [Wed, 18 Feb 2004 20:09:48 +0000 (20:09 +0000)]
Committed by Mark Kettenis  <kettenis@gnu.org>.

* config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
Define.

20 years ago2004-02-18 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 18 Feb 2004 19:01:32 +0000 (19:01 +0000)]
2004-02-18  Andrew Cagney  <cagney@redhat.com>

* configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
CONFIG_INSTALL and CONFIG_UNINSTALL.
* configure: Re-generate.
* interps.h (INTERP_TUI): Define.
* Makefile.in: Update dependencies.
(TUI): New macro.
(tui-main.o): Specify dependencies.
(install-tui, uninstall-tui, clean-tui, all-tui): New rules.
* tui/tui-main.c: New file.

20 years ago* amd64obsd-tdep.c, amd64obsd-nat.c: New files.
kettenis [Wed, 18 Feb 2004 17:44:47 +0000 (17:44 +0000)]
* amd64obsd-tdep.c, amd64obsd-nat.c: New files.
* Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
dependencies.
* configure.host: Add x86_64-*-openbsd*.
* configure.tgt: Add x86_64-*-openbsd*.
* config/i386/obsd64.mt, config/i386/obsd64.mh: New files.

20 years ago* tui/tui.c: Don't include <malloc.h>.
kettenis [Wed, 18 Feb 2004 17:24:34 +0000 (17:24 +0000)]
* tui/tui.c: Don't include <malloc.h>.

20 years ago * configure.in: Update version to 2.15.90.
drow [Wed, 18 Feb 2004 17:17:16 +0000 (17:17 +0000)]
* configure.in: Update version to 2.15.90.
* configure: Regenerate.

20 years ago* Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
kettenis [Wed, 18 Feb 2004 17:16:43 +0000 (17:16 +0000)]
* Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
amd64nbsd-tdep.c.

20 years ago* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
kettenis [Wed, 18 Feb 2004 17:04:34 +0000 (17:04 +0000)]
* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
static.  Remove extraneous whitespace.
* i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
static.

20 years ago * ldgram.y (statement_anywhere): Add assert rule.
nathan [Wed, 18 Feb 2004 16:37:19 +0000 (16:37 +0000)]
* ldgram.y (statement_anywhere): Add assert rule.
* ldlang.c (exp_init_os): Add assert case.
* testsuite/ld-scripts/assert.{s,t,exp}: New.

20 years agoApply fixes for Maverick Crunch
nickc [Wed, 18 Feb 2004 16:28:15 +0000 (16:28 +0000)]
Apply fixes for Maverick Crunch

20 years agoDon't use wildcards in ChangeLog entries.
jimb [Wed, 18 Feb 2004 04:31:32 +0000 (04:31 +0000)]
Don't use wildcards in ChangeLog entries.

20 years ago* findvar.c (value_from_register): Doc fix.
jimb [Wed, 18 Feb 2004 04:26:08 +0000 (04:26 +0000)]
* findvar.c (value_from_register): Doc fix.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:22:34 +0000 (04:22 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
CORE_ADDR as type for selectors.  Correct types for GNU run time
message lookup function to use double indirection.
* objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
* objc-lang.h (lookup_child_selector): Adapt prototype.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:22:02 +0000 (04:22 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:17:34 +0000 (04:17 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* s390-nat.c (SUBOFF): New macro.
(supply_gregset, fill_gregset): Use it to handle debugging
of 32-bit exectuables running under a 64-bit kernel.
* s390-tdep.c: Include "solib-svr4.h".
(s390_svr4_fetch_link_map_offset): New function.
(s390x_svr_fetch_link_map_offset): Likewise.
(s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
* Makefile.in (s390-tdep.o): Update dependencies.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:15:45 +0000 (04:15 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* gdb.base/dump.exp: Handle negative offsets in decimal, not hex.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:13:43 +0000 (04:13 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* gdb.base/float.exp: Support s390*-*-* targets.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:11:01 +0000 (04:11 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* linux-s390-low.c (s390_num_regs): Update.
(s390_regmap): Remove control registers.  Use __s390x__ predefine
instead of GPR_SIZE to distiguish s390 and s390x targets.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 04:07:46 +0000 (04:07 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
"frame-unwind.h".
(s390_readinstruction): Reformat.  Use read_memory_nobpt.
(GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
(S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
(S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
S390_SIGNAL_FRAMESIZE,
s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
(struct frame_extra_info): Remove.
(s390_memset_extra_info): Remove.
(op_*, op1_*, op2_* enums): Add several new opcodes.
(is_rse): Renamed to ...
(is_rsy): ... this.  Support long displacements.
(is_rxe): Renamed to ...
(is_rxy): ... this.  Support long displacements.
(compute_x_addr): Support long displacements.
(struct s390_prologue_data): New data type.
(s390_on_stack): Change API to use struct s390_prologue_data.
(s390_store): Reimplement.
(s390_load): New function.
(s390_get_signal_frame_info): Remove.
(s390_get_frame_info): Remove, replace by ...
(s390_analyze_prolog): ... this new function.
(s390_check_function_end): Remove.
(s390_function_start): Remove.
(s390_frameless_function_invokation): Remove.
(s390_is_sigreturn): Remove.
(s390_init_frame_pc_first): Remove.
(s390_init_frame_extra_info): Remove.
(s390_frame_init_saved_regs): Remove.
(s390_frame_saved_pc_nofix): Remove.
(s390_frame_saved_pc): Remove.
(s390_frame_chain): Remove.
(s390_fp_regnum, s390_read_fp): Remove.
(s390_pop_frame_regular, s390_pop_frame): Remove.
(s390_saved_pc_after_call): Remove.
(s390_skip_prologue): Reimplement.
(s390_in_function_epilogue_p): Support long displacements.
(struct s390_unwind_cache): New data structure.
(s390_frame_unwind_cache): New function.
(s390_prologue_frame_unwind_cache): Likewise.
(s390_backchain_frame_unwind_cache): Likewise.
(s390_frame_this_id, s390_frame_prev_register): Likewise.
(s390_frame_unwind): Define.
(s390_frame_sniffer): New function.
(struct s390_pltstub_unwind_cache): New data structure.
(s390_pltstub_frame_unwind_cache): New function.
(s390_pltstub_frame_this_id): Likewise.
(s390_pltstub_frame_prev_register): Likewise.
(s390_pltstub_frame_unwind): Define.
(s390_pltstub_frame_sniffer): New function.
(struct s390_sigtramp_unwind_cache): New data structure.
(s390_sigtramp_frame_unwind_cache): New function.
(s390_sigtramp_frame_this_id): Likewise.
(s390_sigtramp_frame_prev_register): Likewise.
(s390_sigtramp_frame_unwind): Define.
(s390_sigtramp_frame_sniffer): New function.
(s390_frame_base_address, s390_local_base_address): New functions.
(s390_frame_base): Define.
(s390_unwind_pc, s390_unwind_sp): New function.
(s390_push_dummy_call): Use new frame base location.
(s390_unwind_dummy_id): Likewise.
(s390_gdbarch_init): Remove calls to:
set_gdbarch_frameless_function_invocation,
set_gdbarch_deprecated_init_frame_pc,
set_gdbarch_deprecated_frame_chain,
set_gdbarch_deprecated_frame_init_saved_regs,
set_gdbarch_deprecated_pop_frame,
set_gdbarch_deprecated_init_extra_frame_info,
set_gdbarch_deprecated_init_frame_pc_first,
set_gdbarch_deprecated_target_read_fp,
set_gdbarch_deprecated_frame_saved_pc,
set_gdbarch_deprecated_saved_pc_after_call,
set_gdbarch_deprecated_fp_regnum.
Add calls to:
set_gdbarch_in_solib_call_trampoline,
frame_unwind_append_sniffer,
frame_base_set_default,
set_gdbarch_unwind_pc,
set_gdbarch_unwind_sp.
* Makefile.in (s390-tdep.o): Update dependencies.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 03:54:10 +0000 (03:54 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
(S390_STACK_FRAME_OVERHEAD): Remove.
(S390_STACK_PARAMETER_ALIGNMENT): Remove.
(S390_NUM_FP_PARAMETER_REGISTERS): Remove.
(s390_promote_integer_argument): Remove.
(s390_cannot_extract_struct_value_address): Remove.
(s390_use_struct_convention, s390_store_struct_return): Remove.
(s390_extract_return_value, s390_store_return_value): Remove.
(s390_return_value_convention, s390_return_value): New functions.
(is_float_singleton): Handle typedefs.
(is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
Remove, replace by ...
(s390_function_arg_pass_by_reference, s390_function_arg_float,
s390_function_arg_integer): ... these new functions.
(s390_push_arguments, s390_push_return_address): Remove, replace by ...
(s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
(s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
Fill in tdep->abi.
Remove calls to:
set_gdbarch_deprecated_store_struct_return,
set_gdbarch_deprecated_extract_return_value,
set_gdbarch_deprecated_store_return_value,
set_gdbarch_use_struct_convention,
set_gdbarch_extract_struct_value_address,
set_gdbarch_deprecated_pc_in_call_dummy,
set_gdbarch_deprecated_push_arguments,
set_gdbarch_deprecated_save_dummy_frame_tos,
set_gdbarch_deprecated_push_return_address,
set_gdbarch_deprecated_sizeof_call_dummy_words,
set_gdbarch_deprecated_call_dummy_words,
set_gdbarch_deprecated_dummy_write_sp.
Add calls to:
set_gdbarch_push_dummy_call,
set_gdbarch_unwind_dummy_id,
set_gdbarch_return_value.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 03:47:34 +0000 (03:47 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.

* config/s390/nm-linux.h: Update comments.
(target_insert_watchpoint, target_remove_watchpoint): Redefine.
(STOPPED_BY_WATCHPOINT): Redefine.
(TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
(s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
(s390_stopped_by_watchpoint): Likewise.
(watch_area_cnt): Remove.
* s390-nat.c: Update comments.
(watch_area): Remove typedef.
Global replace watch_area by struct watch_area.
(watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
(s390_stopped_by_watchpoint): Remove pid argument,
use s390_inferior_tid.  Add short-cut for the no watchpoint case.
(s390_fix_watch_points): Remove pid argument,
use s390_inferior_tid.  Recompute area spanned by watchpoints.
(s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
argument.  Reimplement.

20 years ago2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
jimb [Wed, 18 Feb 2004 03:42:48 +0000 (03:42 +0000)]
2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>

Committed by Jim Blandy  <jimb@redhat.com>.
* config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
(KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
(FETCH_INFERIOR_REGISTERS): Define.
* config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
core-regset.o.
* config/s390/s390x.mt: Remove.
* config/s390/tm-s390.h: Remove.
* config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
(TARGET_ELF64): Remove.
(SKIP_TRAMPOLINE_CODE): Do not undefine.
* configure.tgt [s390-*-*, s390x-*-*]: Merge into single
s390*-*-* case; always set gdb_target to s390.
* regformats/reg-s390.dat: Remove control registers.
* regformats/reg-s390x.dat: Likewise.
* s390-tdep.h: New file.
* s390-nat.c: Do not include <asm/processor.h> or <value.h>.
Include "inferior.h" and "s390-tdep.h".
Remove private definition of offsetof.
(s390_register_u_addr): Remove.
(regmap_gregset, regmap_fpregset): Define.
(supply_gregset, fill_gregset): Reimplement.
(supply_fpregset, fill_fpregset): Likewise.
(s390_inferior_tid): New function.
(fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
(fetch_inferior_registers, store_inferior_registers): Likewise.
* s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
(struct gdbarch_tdep): Define.
(struct s390_register_info): Define.
(s390_register_info): New variable.
(s390_register_name): Reimplement.
(s390_register_type): New function.
(s390_register_raw_size, s390x_register_raw_size): Remove.
(s390_cannot_fetch_register): Remove.
(s390_register_byte): Remove.
(s390_register_virtual_type, s390x_register_virtual_type): Remove.
(s390_dwarf_regmap): New variable.
(s390_dwarf_reg_to_regnum): New function.
(s390_stab_reg_to_regnum): Remove.
(s390_pseudo_register_read, s390_pseudo_register_write): New functions.
(s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
(s390_convert_register_p): Likewise.
(s390_register_to_value, s390_value_to_register): Likewise.
(s390_register_reggroup_p): Likewise.
(s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
s390_gregset, s390x_gregset, s390_fpregset): New variables.
(s390_supply_regset, s390_regset_from_core_section): New functions.
(GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
(S390_FPR_SIZE): Likewise.
(S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
(S390_NUM_GPRS): Move here from tm-s390.h.
(S390_NUM_FPRS): Likewise.
(s390_in_function_epilogue_p): New function.
(s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
(s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
Replace S390_FP_REGNUM by S390_SP_REGNUM.
Remove calls to:
set_gdbarch_deprecated_max_register_raw_size,
set_gdbarch_deprecated_max_register_virtual_size,
set_gdbarch_deprecated_register_byte,
set_gdbarch_cannot_fetch_register,
set_gdbarch_cannot_store_register,
set_gdbarch_deprecated_register_size,
set_gdbarch_deprecated_register_raw_size,
set_gdbarch_deprecated_register_virtual_size,
set_gdbarch_deprecated_register_virtual_type,
set_gdbarch_deprecated_register_bytes.
Add calls to:
set_gdbarch_num_pseudo_regs,
set_gdbarch_register_type,
set_gdbarch_convert_register_p,
set_gdbarch_register_to_value,
set_gdbarch_value_to_register,
set_gdbarch_register_reggroup_p,
set_gdbarch_regset_from_core_section,
set_gdbarch_pseudo_register_read,
set_gdbarch_pseudo_register_write,
set_gdbarch_in_function_epilogue_p.
* Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
(s390_tdep_h): New variable.

20 years ago* gdb.base/gdb1555.exp: New file.
fedor [Wed, 18 Feb 2004 03:35:08 +0000 (03:35 +0000)]
* gdb.base/gdb1555.exp: New file.
* gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.

20 years ago* findvar.c (value_from_register): If the type has no length, just
jimb [Wed, 18 Feb 2004 03:12:11 +0000 (03:12 +0000)]
* findvar.c (value_from_register): If the type has no length, just
return an acceptable value --- don't report an internal error.

20 years ago* stabsread.c (read_type): If we find any type numbers that are
jimb [Wed, 18 Feb 2004 01:09:02 +0000 (01:09 +0000)]
* stabsread.c (read_type): If we find any type numbers that are
forward references, complain if the references aren't resolved by
the time we're finished reading.
(cleanup_undefined_types): Make error message more appropriate for
a complaint.

20 years ago2004-02-17 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Wed, 18 Feb 2004 00:20:59 +0000 (00:20 +0000)]
2004-02-17  Elena Zannoni  <ezannoni@redhat.com>

* Makefile.in (defs_h): Remove dependency on progress_h.
* defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
progress.h.
* main.c (captured_main): Delete use of START_PROGRESS and
END_PROGRESS.

2004-02-17  Elena Zannoni  <ezannoni@redhat.com>

* gdb.base/selftest.exp (do_steps_and_nexts): Add comment.

20 years ago*** empty log message ***
gdbadmin [Wed, 18 Feb 2004 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

20 years agodaily update
amodra [Tue, 17 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago * fork.cc (fork_child): Move fixup_shms_after_fork so that
corinna [Tue, 17 Feb 2004 21:17:25 +0000 (21:17 +0000)]
* fork.cc (fork_child): Move fixup_shms_after_fork so that
signal_arrived is initialized when calling it.

20 years ago* Makefile.in (clean): Clean libserver, too.
cgf [Tue, 17 Feb 2004 20:03:01 +0000 (20:03 +0000)]
* Makefile.in (clean): Clean libserver, too.
* fhandler.cc (fhandler_base::~fhandler_base): Remove path_conv cleanup.
* syscalls.cc (chroot): Ditto.
* path.cc (path_conv::~path_conv): Define new destructor.
(conv_path_list_buf_size): Remove explicit path_conv cleanup.
* path.h (path_conv::~path_conv): Declare new destructor.

20 years ago2004-02-17 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 17 Feb 2004 19:37:37 +0000 (19:37 +0000)]
2004-02-17  Elena Zannoni  <ezannoni@redhat.com>

* objfiles.c (terminate_minimal_symbol_table): Add back
initialization of MSYMBOL_TYPE.

20 years ago2004-02-17 Martin Hunt <hunt@redhat.com>
hunt [Tue, 17 Feb 2004 18:43:55 +0000 (18:43 +0000)]
2004-02-17  Martin Hunt  <hunt@redhat.com>

* generic/gdbtk-register.c (Gdbtk_Register_Init): Replace
calls to register_gdbarch_swap with deprecated_register_gdbarch_swap.

* library/srcwin.itb: Remove an apparently redundant call
to gdbtk_locate_main and location. This actually broken
situations where no source files were found.

20 years ago2004-02-17 David Mosberger <davidm@hpl.hp.com>
cagney [Tue, 17 Feb 2004 16:23:22 +0000 (16:23 +0000)]
2004-02-17  David Mosberger  <davidm@hpl.hp.com>

Committed by Andrew Cagney.
* Makefile.in (ia64_tdep_h): New macro.
(ia64-linux-tdep.o): Mention $(ia64_tdep_h).
(ia64-tdep.o): Likewise.
* ia64-tdep.h: New file.
* ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
(ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
(ia64_aix_sigcontext_register_address): Likewise.
(ia64_linux_getunwind_table): Delete declaration.
* ia64-linux-tdep.c: Likewise.

20 years ago * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
corinna [Tue, 17 Feb 2004 16:04:19 +0000 (16:04 +0000)]
* sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
* sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.

20 years ago* Makefile.in: Compile flock.o with -fomit-frame-pointer.
cgf [Tue, 17 Feb 2004 15:23:28 +0000 (15:23 +0000)]
* Makefile.in: Compile flock.o with -fomit-frame-pointer.

20 years ago2004-02-17 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 17 Feb 2004 15:21:20 +0000 (15:21 +0000)]
2004-02-17  Andrew Cagney  <cagney@redhat.com>

* symtab.c (skip_prologue_using_sal): New function.
* symtab.h (skip_prologue_using_sal): Declare.
* frv-tdep.c: Include "symtab.h".
(skip_prologue_using_sal): Delete function.
* mips-tdep.c (skip_prologue_using_sal): Delete function.
* rs6000-tdep.c (refine_prologue_limit): Mention
skip_prologue_using_sal.
* ia64-tdep.c (refine_prologue_limit): Ditto.
* Makefile.in: Update dependencies.

20 years ago2004-02-17 Andrew Cagney <cagney@redhat.com>
cagney [Tue, 17 Feb 2004 14:54:32 +0000 (14:54 +0000)]
2004-02-17  Andrew Cagney  <cagney@redhat.com>

* gdb.texinfo (Mode Options): Note that "mi1" is deprecated.

20 years agobfd/
rsandifo [Tue, 17 Feb 2004 10:19:22 +0000 (10:19 +0000)]
bfd/
* elfxx-mips.c (mips_elf_calculate_relocation): Use
_bfd_elf_symbol_refs_local_p to decide whether to decay
a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
(_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
relocs if the symbol wasn't defined by a regular object file.
Don't check the symbol's dynindx.

ld/testsuite/
* ld-mips/elf/elf-rel-xgot-{n32,n64-linux}.d: Update after 2004-02-02
changes to the way large constants are added.
* ld-mips/elf/elf-rel-got-{n32,n64-linux}.d: Likewise.  Adjust order
of GOT entries after today's change to the handling of GOT_PAGE
relocations.

20 years agomerge from gcc
dj [Tue, 17 Feb 2004 02:11:39 +0000 (02:11 +0000)]
merge from gcc

20 years ago*** empty log message ***
gdbadmin [Tue, 17 Feb 2004 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-02-09 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 23:59:40 +0000 (23:59 +0000)]
2004-02-09  Andrew Cagney  <cagney@redhat.com>

* config/alpha/tm-nbsd.h: Update copyright, delete #undef
START_INFERIOR_TRAPS_EXPECTED.
* config/alpha/tm-fbsd.h: Update copyright, delete #undef
START_INFERIOR_TRAPS_EXPECTED.
* config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
Delete macro.
* config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
macro, moved to "nm-osf.h".  Update copyright.
* config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
update copyright.

20 years agodaily update
amodra [Mon, 16 Feb 2004 23:00:05 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-09 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 21:49:20 +0000 (21:49 +0000)]
2004-02-09  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
and function replacing FRAMELESS_FUNCTION_INVOCATION.
* blockframe.c (legacy_frameless_look_for_prologue): Rename
frameless_look_for_prologue.
* frame.h (legacy_frameless_look_for_prologue): Rename
frameless_look_for_prologue.
* gdbarch.h, gdbarch.c: Re-generate.
* sh64-tdep.c (sh64_gdbarch_init): Update.
* sh-tdep.c (sh_gdbarch_init): Update.
* s390-tdep.c (s390_gdbarch_init): Update.
* rs6000-tdep.c (rs6000_gdbarch_init): Update.
* ppc-linux-tdep.c (ppc_linux_init_abi): Update.
* m68k-tdep.c (m68k_gdbarch_init): Update.
(delta68_frame_args_address): Update.
* m32r-tdep.c (m32r_gdbarch_init): Update.
* hppa-tdep.c (hppa_gdbarch_init): Update.
* h8300-tdep.c (h8300_gdbarch_init): Update.
* frv-tdep.c (frv_gdbarch_init): Update.
(frv_frameless_function_invocation): Update.
* cris-tdep.c (cris_gdbarch_init): Update.
(cris_frameless_function_invocation): Update.
* avr-tdep.c (avr_gdbarch_init): Update.
* arm-tdep.c (arm_gdbarch_init): Update.
* stack.c (frame_info): Update, call predicate.
* rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
* frame.c (legacy_get_prev_frame): Update, call predicate..
* arch-utils.c (generic_frameless_function_invocation_not): Delete.
* arch-utils.h (generic_frameless_function_invocation_not): Delete.
* alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
invocation.
* d10v-tdep.c (d10v_gdbarch_init): Ditto.
* ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
* vax-tdep.c (vax_gdbarch_init): Ditto.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 21:39:45 +0000 (21:39 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
function.

20 years ago* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
cgf [Mon, 16 Feb 2004 21:25:10 +0000 (21:25 +0000)]
* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.

20 years ago * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
drow [Mon, 16 Feb 2004 21:14:23 +0000 (21:14 +0000)]
* objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
initializations.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 21:05:07 +0000 (21:05 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* tui/tui-windata.c: Include "gdb_string.h".
* tui/tui-source.c, tui/tui-winsource.c: Ditto.
* tui/tui-layout.c, tui/tui-command.c: Ditto.
* Makefile.in: Update dependencies.

20 years ago * Makefile.in (infrun.o): Add $(gdb_assert_h).
drow [Mon, 16 Feb 2004 20:49:51 +0000 (20:49 +0000)]
* Makefile.in (infrun.o): Add $(gdb_assert_h).
* infrun.c: Include "gdb_assert.h".
(singlestep_ptid, saved_singlestep_ptid)
(stepping_past_singlestep_breakpoint): New variables.
(resume): Set singlestep_ptid.  Check for singlestep thread
hop.
(init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
(handle_inferior_event): Handle singlestep thread hop.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 20:32:01 +0000 (20:32 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* dwarf2-frame.c (dwarf2_frame_ops): New function.
(dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
(dwarf2_frame_init_reg): Ditto.

20 years ago* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
cgf [Mon, 16 Feb 2004 20:30:45 +0000 (20:30 +0000)]
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 19:43:11 +0000 (19:43 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* printcmd.c (display_command): Check that EXP isn't NULL.  Fix
suggested by Joshua Neuheisel

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 19:33:41 +0000 (19:33 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* configure.in: Always check for curses, including pdcurses.
Warn, instead of error, when no curses are found.  Enable TUI when
curses is available.
* configure: Re-generate.

20 years ago 2004-02-16 Fred Fish <fnf@redhat.com>
fnf [Mon, 16 Feb 2004 19:04:51 +0000 (19:04 +0000)]
2004-02-16  Fred Fish  <fnf@redhat.com>
* gdb.arch/gdb1291.c: Remove
* gdb.arch/gdb1291.s: New test input file.
* gdb.arch/gdb1291.exp: Expand test to check case that should not
fail.  Test for correct result, known incorrect result, other
failures and timeouts.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 18:49:08 +0000 (18:49 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

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

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 18:46:39 +0000 (18:46 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* bfd-in.h (file_ptr, ufile_ptr): Configure type using
@bfd_file_ptr@.
* bfd-in2.h: Re-generate.

20 years ago2004-02-16 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 16 Feb 2004 18:20:05 +0000 (18:20 +0000)]
2004-02-16  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Coding): Mention -Wunused-function.

20 years ago * sh-tdep.c (sh_register_convert_to_virtual): Rename from
corinna [Mon, 16 Feb 2004 16:52:21 +0000 (16:52 +0000)]
* sh-tdep.c (sh_register_convert_to_virtual): Rename from
sh_sh4_register_convert_to_virtual.
(sh_register_convert_to_raw): Rename from
sh_sh4_register_convert_to_raw.
(sh_pseudo_register_read): Accomodate above name change.
(sh_pseudo_register_write): Ditto.

20 years ago * sh-tdep.c (sh_generic_register_name): Remove.
corinna [Mon, 16 Feb 2004 16:04:16 +0000 (16:04 +0000)]
* sh-tdep.c (sh_generic_register_name): Remove.
(sh_gdbarch_init): Use sh_sh_register_name in default case.

20 years ago * cygwinenv.sgml: Add server option description.
corinna [Mon, 16 Feb 2004 12:22:14 +0000 (12:22 +0000)]
* cygwinenv.sgml: Add server option description.

20 years ago * syscalls.cc (rename): Do not test the MoveFile error code
corinna [Mon, 16 Feb 2004 11:45:03 +0000 (11:45 +0000)]
* syscalls.cc (rename): Do not test the MoveFile error code
where MoveFileEx exists.

20 years agocorrect changelog
cgf [Mon, 16 Feb 2004 02:34:36 +0000 (02:34 +0000)]
correct changelog

20 years ago* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.
cgf [Mon, 16 Feb 2004 02:03:53 +0000 (02:03 +0000)]
* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.

20 years ago*** empty log message ***
gdbadmin [Mon, 16 Feb 2004 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 23:45:21 +0000 (23:45 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* configure.in (build_warnings): Add -Wunused-function.
* configure: Re-generate.

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

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 22:55:29 +0000 (22:55 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
* config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 22:38:39 +0000 (22:38 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* procfs.c (procfs_init_inferior): Assume that
START_INFERIOR_TRAPS_EXPECTED is defined.
* config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
* config/ns32k/tm-nbsd.h: Delete file,
START_INFERIOR_TRAPS_EXPECTED already defined as 2.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 22:14:44 +0000 (22:14 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
* config/vax/tm-vax.h: Delete file.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 22:05:43 +0000 (22:05 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
* config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
* config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
* config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
* vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
* config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
* ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.

20 years ago* dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
kettenis [Sun, 15 Feb 2004 21:29:26 +0000 (21:29 +0000)]
* dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
* dwarf2-frame.c (dwarf2_frame_data): New variable.
(struct dwarf2_frame_ops): New.
(dwarf2_frame_default_init_reg): New function, based on
dwarf2_frame_init_reg.
(dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
(dwarf2_frame_init_reg): Call architecture-specific function.
(dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
(dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
instead of dwarf2_frame_data.
(_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.

20 years ago2004-02-14 Dave Brolley <brolley@redhat.com>
brolley [Sun, 15 Feb 2004 15:45:04 +0000 (15:45 +0000)]
2004-02-14  Dave Brolley  <brolley@redhat.com>

        * Makefile.am (INCLUDES): Add $(srcdir)/../../../include to find
        libiberty.h.
        * Makefile.in: Regenerated.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 15:22:05 +0000 (15:22 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (deprecated_register_gdbarch_swap): Rename
register_gdbarch_swap.
(DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
* f-lang.c (_initialize_f_language): Update, use
DEPRECATED_REGISTER_GDBARCH_SWAP.
* remote.c (_initialize_remote): Ditto.
* regcache.c (_initialize_regcache): Ditto.
* parse.c (_initialize_parse): Ditto.
* infrun.c (_initialize_infrun): Ditto.
* mi/mi-main.c (_initialize_mi_main): Ditto.
* gdbtypes.c (_initialize_gdbtypes): Ditto.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 15:16:28 +0000 (15:16 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* solib.c (solib_map_sections): Use bfd_set_cacheable instead of
poking .cacheable directly.
* symfile.c (symfile_bfd_open): Ditto.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 15:03:00 +0000 (15:03 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* Makefile.in: Update all dependencies.

20 years ago2004-02-15 Andrew Cagney <cagney@redhat.com>
cagney [Sun, 15 Feb 2004 14:49:22 +0000 (14:49 +0000)]
2004-02-15  Andrew Cagney  <cagney@redhat.com>

* Makefile.in: (.SUFFIXES): Add ".l" and ".y".
(.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
.c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
(ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
(jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.

20 years ago * include/w32api.h: Increment version to 3.0.
earnie [Sun, 15 Feb 2004 09:46:16 +0000 (09:46 +0000)]
* include/w32api.h: Increment version to 3.0.
* Makefile.in: Ditto.
* README.win32api: Modify license to Public Domain per agreement as
found in the mingw-dvlpr list archive.

20 years ago* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
cgf [Sun, 15 Feb 2004 02:44:16 +0000 (02:44 +0000)]
* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
* sigproc.cc: Eliminate unused variable.

20 years agoUse bfd_cache_close, instead of accessing bfd->iostream directly.
cagney [Sun, 15 Feb 2004 02:24:53 +0000 (02:24 +0000)]
Use bfd_cache_close, instead of accessing bfd->iostream directly.

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

20 years agodaily update
amodra [Sat, 14 Feb 2004 23:00:09 +0000 (23:00 +0000)]
daily update

20 years ago2004-02-14 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 14 Feb 2004 22:23:45 +0000 (22:23 +0000)]
2004-02-14  Andrew Cagney  <cagney@redhat.com>

* arch-utils.c (legacy_convert_register_p): Check
DEPRECATED_REGISTER_CONVERTIBLE_P.
* findvar.c (value_of_register): Ditto.

20 years ago * getopt.c: Replace with latest NetBSD version 1.16. Keep Cygwin
corinna [Sat, 14 Feb 2004 19:43:52 +0000 (19:43 +0000)]
* getopt.c: Replace with latest NetBSD version 1.16.  Keep Cygwin
specific changes as minimal as possible.

20 years ago * ssp.c (opts): Add leading '+' to force posixly correct behaviour.
corinna [Sat, 14 Feb 2004 19:43:07 +0000 (19:43 +0000)]
* ssp.c (opts): Add leading '+' to force posixly correct behaviour.

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

* gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
* gdbarch.h, gdbarch.c: Re-generate.
* arch-utils.c (deprecated_register_convertible_not): Delete.
* arch-utils.h (deprecated_register_convertible_not): Delete.
* mi/mi-main.c (get_register): Update.  Update copyright.
* infcmd.c (default_print_registers_info): Update.

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

* gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
(DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
(DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* frame.c (deprecated_get_next_frame_hack): Delete function.
* frame.h (deprecated_get_next_frame_hack): Delete declaration.
* blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
Update.
* infcall.c (call_function_by_hand): Update.

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

* gdbint.texinfo (Target Architecture Definition): Delete
description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.

20 years ago2004-02-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Sat, 14 Feb 2004 15:46:31 +0000 (15:46 +0000)]
2004-02-14  Elena Zannoni  <ezannoni@redhat.com>

* symfile.c (init_entry_point_info, entry_point_address): Move
from here...
* objfiles.c (init_entry_point_info, entry_point_address):..to
here.
* symfile.h (init_entry_point_info, entry_point_address): Remove
prototypes.
* objfiles.h (init_entry_point_info, entry_point_address):Add
prototypes.
* cris-tdep.c: Remove include of symfile.h. Add include of
objfiles.h.
* infcall.c: Ditto.
* mcore-tdep.c: Ditto.
* mn10300-tdep.c: Ditto.
* sh64-tdep.c: Ditto.
  * v850-tdep.c: Ditto.
* arm-tdep.c: Remove include of symfile.h.
* blockframe.c: Ditto.
* coffread.c: Ditto.
* dbxread.c: Ditto.
* dwarf2read.c: Ditto.
* dwarfread.c: Ditto.
* frv-tdep.c: Ditto.
* ia64-tdep.c: Ditto.
* mdebugread.c: Ditto.
* mipsread.c: Ditto.
* rs6000-tdep.c: Ditto.
* s390-tdep.c: Ditto.
* sh-tdep.c: Ditto.
* xstormy16-tdep.c: Ditto.
* gdbarch.sh: Remove include of symfile.h.
* gdbarch.c: Regenerate.
* solib-irix.c (enable_break): Use entry_point_address().
Add comment about include file.
* xcoffread.c: Add comment about include file.
* Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
(dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
(ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
(mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
(sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.

20 years ago2004-02-14 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 14 Feb 2004 15:38:19 +0000 (15:38 +0000)]
2004-02-14  Andrew Cagney  <cagney@redhat.com>

* configure.host (HDEFINES): When hppa*-*-hpux*, define
_LARGEFILE64_SOURCE.

20 years ago * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
rsandifo [Sat, 14 Feb 2004 11:45:24 +0000 (11:45 +0000)]
* emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
.MIPS.content* and .MIPS.events* sections.

20 years ago* sigproc.cc (proc_subproc): Change warning back to silent debug output.
cgf [Sat, 14 Feb 2004 04:58:31 +0000 (04:58 +0000)]
* sigproc.cc (proc_subproc): Change warning back to silent debug output.

20 years ago2004-02-13 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 14 Feb 2004 04:41:32 +0000 (04:41 +0000)]
2004-02-13  Andrew Cagney  <cagney@redhat.com>

* corelow.c (core_xfer_partial): Use "struct bfd_section".
* config/sparc/nm-nbsd.h (struct target_ops): Declare, update
copyright.
* mips-linux-tdep.c: Use "GNU/Linux", update copyright.

20 years ago* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
cgf [Sat, 14 Feb 2004 04:38:37 +0000 (04:38 +0000)]
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
(alloc_stack): Ditto.
* exceptions.cc (ctrl_c_handler): Add debugging output.

20 years ago * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
earnie [Sat, 14 Feb 2004 01:20:47 +0000 (01:20 +0000)]
* include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
(DIRECTORY_TRAVERSE): Ditto.
(DIRECTORY_CREATE_OBJECT): Ditto.
(DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
(DIRECTORY_ALL_ACCESS): Ditto.
Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>

20 years ago*** empty log message ***
gdbadmin [Sat, 14 Feb 2004 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

20 years ago2004-02-13 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 13 Feb 2004 19:59:24 +0000 (19:59 +0000)]
2004-02-13  Andrew Cagney  <cagney@redhat.com>

* gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
* gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
* gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
* gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
* gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
* gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
* gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
* gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
* gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
* gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.

20 years ago* Makefile.in (clean): Remove sigfe.s.
cgf [Fri, 13 Feb 2004 19:34:32 +0000 (19:34 +0000)]
* Makefile.in (clean): Remove sigfe.s.
(sigfe.s): Ensure that sigfe.s will be regenerated if it does not exist.
* dll_init.cc (dll_dllcrt0): Simplify initializing tests.
* exceptions.cc (setup_handler): Detect when stub caller is either spinning or
has acquired the lock after being suspended to avoid windows problems with
suspending a win32 API call.
* cygtls.h (_cygtls::spinning): Declare new element.
* gendef: Remove unused _siglist_index and _siglist declaration.
(_sigfe): Set spinning element when potentially looping, waiting for lock.
(_sigbe): Ditto.
(_cygtls::lock): Ditto.
(_longjmp): Ditto.
* tlsoffsets.h: Regenerate.
* pinfo.cc (_pinfo::exit): Set final exit state here.  Call sigproc_terminate
if invoked with 'norecord'.  Clear any residual _cygtls stuff.
* winsup.h (exit_states): Define ES_FINAL.
* spawn.cc (spawn_guts): Don't call proc_terminate specifically when execing.
Let _pinfo::exit handle that case.
* sigproc.cc (wait_subproc): Always exit loop early when proc_loop_wait.
* init.cc (munge_threadfunc): Eliminate unused argument.
(dll_entry): Reflect above change in call to munge_threadfunc.

20 years ago2004-02-13 Hannes Reinecke <hare@suse.de>
aj [Fri, 13 Feb 2004 16:12:46 +0000 (16:12 +0000)]
2004-02-13  Hannes Reinecke  <hare@suse.de>
            Jakub Jelinek  <jakub@redhat.com>

* dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.