OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
20 years ago2004-05-10 Dave Brolley <brolley@redhat.com>
brolley [Mon, 10 May 2004 21:51:10 +0000 (21:51 +0000)]
2004-05-10  Dave Brolley  <brolley@redhat.com>

        * cacheutil.cxx (find_any_dirty): Make sure the line is valid before
        checking the dirty bit.
        (vacancy_p): Line is also vacant if it is not valid.

20 years ago* m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
kettenis [Mon, 10 May 2004 21:25:50 +0000 (21:25 +0000)]
* m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.

20 years ago * acinclude.m4: Quote macro names being defined by AC_DEFUN
drow [Mon, 10 May 2004 20:06:36 +0000 (20:06 +0000)]
* acinclude.m4: Quote macro names being defined by AC_DEFUN
throughout.
* aclocal.m4: Regenerate.

20 years agoBack out change. The NetBSD changes need Jason Thorpe's approval, but
jimb [Mon, 10 May 2004 18:58:44 +0000 (18:58 +0000)]
Back out change.  The NetBSD changes need Jason Thorpe's approval, but
he hasn't reviewed it yet.

20 years ago* alphanbsd-tdep.c: Fix include of "gdb_string.h".
nathanw [Mon, 10 May 2004 18:36:52 +0000 (18:36 +0000)]
* alphanbsd-tdep.c: Fix include of "gdb_string.h".

20 years ago2004-05-10 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 10 May 2004 18:36:06 +0000 (18:36 +0000)]
2004-05-10  Andrew Cagney  <cagney@redhat.com>

* infrun.c (check_sigtramp2): Delete function.
(handle_inferior_event): When single stepping, and taking a
signal, set a breakpoint at the signal return address.  Delete
redundant calls to check_sigtramp2.
(insert_step_resume_breakpoint): New function.
(through_sigtramp_breakpoint, handle_inferior_event)
(follow_exec, wait_for_inferior, fetch_inferior_event)
(currently_stepping, keep_going): Delete most uses of
through_sigtramp_breakpoint, not that it should be deleted.
(delete_breakpoint_current_contents): Delete function.

Index: testsuite/ChangeLog
2004-05-10  Andrew Cagney  <cagney@redhat.com>

* gdb.base/signals.exp (signal_tests_1): Simplify "continue to
func1" and "next to 2nd alarm", kernel bug avoided.

20 years ago2004-05-10 Randolph Chung <tausq@debian.org>
tausq [Mon, 10 May 2004 18:33:36 +0000 (18:33 +0000)]
2004-05-10  Randolph Chung  <tausq@debian.org>

* config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
target.
* config/pa/tm-linux.h: New file.

20 years ago * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
drow [Mon, 10 May 2004 18:17:24 +0000 (18:17 +0000)]
* cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
of prefixes.  Don't print the prefix twice in the CLI.

20 years ago* ppc-tdep.h (struct gdbarch_tdep): Change definition of
jimb [Mon, 10 May 2004 17:07:01 +0000 (17:07 +0000)]
* ppc-tdep.h (struct gdbarch_tdep): Change definition of
ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
processor variant lacks those registers.
(ppc_floating_point_unit_p): Change description to make it clear
that this returns info about the ISA, not the ABI.
* rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
return true or false by checking tdep->ppc_fp0_regnum and
tdep->ppc_fpscr_regnum.  The original code replicated the BFD
arch/mach switching done in rs6000_gdbarch_init; it's better to
keep that logic there, and just check the results here.
(rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
tdep->ppc_fpscr_regnum to -1 to indicate that we have no
floating-point registers.
(ppc_supply_fpregset, ppc_collect_fpregset)
(rs6000_push_dummy_call, rs6000_extract_return_value)
(rs6000_store_return_value): Assert that we have floating-point
registers.
(rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
(rs6000_frame_cache): Don't note the locations at which
floating-point registers were saved if we have no fprs.
* aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
registers.
(fetch_regs_user_thread, fetch_regs_kernel_thread)
(store_regs_user_thread, store_regs_kernel_thread): Only call
supply_fprs / fill_fprs if we actually have floating-point
registers.
(special_register_p): Check ppc_fpscr_regnum before matching
against it.
(supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
supply / collect fpscr if we don't have it.
* ppc-bdm.c: #include "gdb_assert.h".
(bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
have floating-point registers, since I can't test this code on
FP-free systems to adapt it.
* ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
fpscr and floating point register numbers if they don't exist.
(fetch_register): Assert that we have floating-point registers
before we reach the code that handles them.
(store_register): Same.  And use tdep instead of calling
gdbarch_tdep again.
(fill_fpregset): Don't try to collect FP registers and fpscr if we
don't have them.
(ppc_linux_sigtramp_cache): Don't record the saved locations of
fprs and fpscr if we don't have them.
(ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
don't have them.
* ppcnbsd-nat.c: #include "gdb_assert.h".
(getfpregs_supplies): Assert that we have floating-point registers.
* ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
* ppcobsd-tdep.c: #include "gdb_assert.h".
(ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
have floating-point registers.
* rs6000-nat.c (regmap): Don't match against the fpscr and
floating point register numbers if they don't exist.
(fetch_inferior_registers, store_inferior_registers,
fetch_core_registers): Only fetch / store / supply the
floating-point registers and the fpscr if we have them.
* Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
(ppcobsd-tdep.o): Update dependencies.

20 years ago* rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
jimb [Mon, 10 May 2004 16:53:56 +0000 (16:53 +0000)]
* rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
collect all the gprs.

20 years ago* rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
jimb [Mon, 10 May 2004 16:52:39 +0000 (16:52 +0000)]
* rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
loop collecting gprs.

20 years ago PR external/1568
drow [Mon, 10 May 2004 16:47:40 +0000 (16:47 +0000)]
PR external/1568
* gdb.base/bigcore.exp: Check the size of the dumped core file.
XFAIL if it is smaller than bytes_allocated.
* gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
(main): Make chunks_allocated unsigned.  Correct comment.

20 years ago * callback.c: Update copyright dates.
drow [Mon, 10 May 2004 16:18:03 +0000 (16:18 +0000)]
* callback.c: Update copyright dates.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.
From Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
* callback.c: Include cconfig.h instead of config.h.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.

20 years ago * fhandler.h (class fhandler_socket): Add "owner" status flag.
corinna [Mon, 10 May 2004 15:21:01 +0000 (15:21 +0000)]
* fhandler.h (class fhandler_socket): Add "owner" status flag.
* fhandler_socket.cc (wait): Take flag parameter to take FD_OOB into
account.  Don't wait infinitely.
(fhandler_socket::recvfrom): Also wait for FD_OOB if socket owner.
(fhandler_socket::recvmsg): Ditto.
(fhandler_socket::sendto): Ditto.
(fhandler_socket::sendmsg): Ditto.
(fhandler_socket::fcntl): Set owner status flag if F_SETOWN with own
pid is called.

20 years ago2004-05-09 Andrew Cagney <cagney@redhat.com>
cagney [Mon, 10 May 2004 04:20:46 +0000 (04:20 +0000)]
2004-05-09  Andrew Cagney  <cagney@redhat.com>

* remote-vx.c (net_step): Delete step-range code.
* remote.c (remote_resume, init_all_packet_configs)
(set_remote_protocol_E_packet_cmd)
(show_remote_protocol_E_packet_cmd)
(remote_protocol_E, show_remote_cmd, _initialize_remote)
(remote_protocol_e, set_remote_protocol_e_packet_cmd)
(show_remote_protocol_e_packet_cmd): Ditto.

20 years ago2004-05-10 John Paul Wallington <jpw@gnu.org>
hp [Mon, 10 May 2004 03:57:03 +0000 (03:57 +0000)]
2004-05-10  John Paul Wallington  <jpw@gnu.org>

* ld-mmix/bspec2.d: Update sh_info to decimal.
* ld-mmix/local1.d: Likewise.
* ld-mmix/local3.d: Likewise.
* ld-mmix/local5.d: Likewise.
* ld-mmix/local7.d: Likewise.

20 years agodaily update
amodra [Mon, 10 May 2004 00:00:27 +0000 (00:00 +0000)]
daily update

20 years ago* hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
kettenis [Sun, 9 May 2004 20:56:40 +0000 (20:56 +0000)]
* hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.

20 years ago* hppa-tdep.h: Update copyright year.
kettenis [Sun, 9 May 2004 20:51:48 +0000 (20:51 +0000)]
* hppa-tdep.h: Update copyright year.
(struct trad_frame_saved_reg): Add opaque declaration.

20 years ago* amd64-tdep.c (amd64_return_value): Implement
kettenis [Sun, 9 May 2004 19:48:25 +0000 (19:48 +0000)]
* amd64-tdep.c (amd64_return_value): Implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.

20 years ago* m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
kettenis [Sun, 9 May 2004 18:51:37 +0000 (18:51 +0000)]
* m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
(m68k_value_to_register): New functions.
(m68k_gdbarch_init): Set convert_register_p, register_to_value and
value_to_register.

20 years ago2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Sun, 9 May 2004 15:17:15 +0000 (15:17 +0000)]
2004-05-09  Pierre Humblet <pierre.humblet@ieee.org>

        * environ.cc (build_env): Only try to construct required-but-missing
        variables while issetuid.

20 years ago* defs.h (enum return_value_convention): Add
kettenis [Sat, 8 May 2004 23:02:10 +0000 (23:02 +0000)]
* defs.h (enum return_value_convention): Add
RETURN_VALUE_ABI_RETURNS_ADDRESS and
RETURN_VALUE_ABI_PRESERVES_ADDRESS.
* infcmd.c (legacy_return_value): New function.
(print_return_value): Rwerite to implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.
* values.c (using_struct_return): Check for inequality to
RETURN_VALUE_REGISTER_CONVENTION instead of equality to
RETURN_VALUE_STRUCT_CONVENTION.
* i386-tdep.c (i386_return_value): Implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.

20 years ago* vax-tdep.c: Tweak comments. Reorder include files. Don't
kettenis [Sat, 8 May 2004 22:52:43 +0000 (22:52 +0000)]
* vax-tdep.c: Tweak comments.  Reorder include files.  Don't
include "symtab.h", "opcode/vax.h" and "inferior.h".
(vax_skip_prologue): Replace calls to read_memory_integer by calls
to read_memory_unsigned_integer.
(vax_gdbarch_init): Reorder.
(_initialize_vax_tdep): Spell out prototype.
* Makefile.in (vax-tdep.o): Update dependencies.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 22:26:09 +0000 (22:26 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* infrun.c (resume): Delete call to DO_DEFERRED_STORES.
* target.c (target_detach, target_disconnect): Ditto.

2004-05-08  Andrew Cagney  <cagney@redhat.com>

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

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 22:19:30 +0000 (22:19 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* infcall.c (call_function_by_hand): When no
DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
* rs6000-tdep.c (rs6000_gdbarch_init): Do not set
DEPRECATED_SAVE_DUMMY_FRAME_TOS.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.

20 years ago * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
marekm [Sat, 8 May 2004 21:52:56 +0000 (21:52 +0000)]
* scripttempl/avr.sc: Do not set LMA for "eeprom" section.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 21:52:49 +0000 (21:52 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
references to DEPRECATED_FIX_CALL_DUMMY.

2004-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* ns32k-tdep.c (ns32k_gdbarch_init): Do not set
deprecated_fix_call_dummy.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* infcall.c (call_function_by_hand): Do not call
DEPRECATED_FIX_CALL_DUMMY.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 21:27:01 +0000 (21:27 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
(DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* arm-linux-tdep.c (arm_linux_call_dummy_words)
(arm_linux_init_abi): Do not set deprecated_call_dummy_words or
deprecated_sizeof_call_dummy_words.
* arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
* v850-tdep.c (v850_gdbarch_init): Ditto.
* sh64-tdep.c (sh64_gdbarch_init): Ditto.
* ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
* mcore-tdep.c (mcore_gdbarch_init): Ditto.
* arch-utils.h (legacy_call_dummy_words)
(legacy_sizeof_call_dummy_words): Delete declarations.
* arch-utils.c (legacy_call_dummy_words)
(legacy_sizeof_call_dummy_words): Delete variables.

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

* gdbint.texinfo (Target Architecture Definition): Delete
description of DEPRECATED_CALL_DUMMY_WORDS,
DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 20:48:52 +0000 (20:48 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* inferior.h (PUSH_DUMMY_FRAME): Delete macro.
* infcall.c (call_function_by_hand): Eliminate call to
DEPRECATED_PUSH_DUMMY_FRAME.
* ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
push_dummy_frame.
(ns32k_push_dummy_frame): Delete function.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 20:16:33 +0000 (20:16 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* ns32k-tdep.c (ns32k_gdbarch_init): Do not set
deprecated_call_dummy_breakpoint_offset or
deprecated_call_dummy_start_offset.
* dummy-frame.c, arm-tdep.c: Update comments.
* gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
(DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
* gdbarch.h, gdbarch.c: Re-generate.

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

* gdbint.texinfo (Target Architecture Definition): Delete
reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.

20 years ago2004-05-08 Robert Cragie <rcc@jennic.com>
fche [Sat, 8 May 2004 20:06:06 +0000 (20:06 +0000)]
2004-05-08  Robert Cragie <rcc@jennic.com>

* Makefile.am (_LIBADD, _DEPENDENCIES): Add opcodes/dis-init.c.
* Makefile.in: Regenerate.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 19:38:34 +0000 (19:38 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* infcall.c (legacy_push_dummy_code): Delete function.
(push_dummy_code): Delete call.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 19:03:04 +0000 (19:03 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
* infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
* frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 18:47:20 +0000 (18:47 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
(struct frame_info): Delete opaque declaration.
* breakpoint.c (deprecated_frame_in_dummy): Delete function.
* frame.c (get_frame_type): Delete call.

20 years ago2004-05-08 Andrew Cagney <cagney@redhat.com>
cagney [Sat, 8 May 2004 18:37:16 +0000 (18:37 +0000)]
2004-05-08  Andrew Cagney  <cagney@redhat.com>

* ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
pc_in_call_dummy.
* inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
* blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.

20 years ago* alphanbsd-tdep.c: Include "gdb_string.h".
kettenis [Sat, 8 May 2004 17:33:22 +0000 (17:33 +0000)]
* alphanbsd-tdep.c: Include "gdb_string.h".
* armnbsd-tdep.c: Update copyright year.
Include "gdb_string.h".
* Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
dependencies.

20 years ago * libc/include/machine/endian.h: Add missing endif.
aldyh [Sat, 8 May 2004 17:13:38 +0000 (17:13 +0000)]
* libc/include/machine/endian.h: Add missing endif.

20 years ago* delta68-nat.c: Remove file.
kettenis [Sat, 8 May 2004 16:10:07 +0000 (16:10 +0000)]
* delta68-nat.c: Remove file.
* m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
(delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
* Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
(delta68-nat.o): Remove dependency.

20 years ago* m68k-tdep.c (m68k_frameless_function_invocation): Remove
kettenis [Sat, 8 May 2004 15:52:15 +0000 (15:52 +0000)]
* m68k-tdep.c (m68k_frameless_function_invocation): Remove
function.
(m68k_gdbarch_init): Don't set
deprecated_frameless_function_invocation.

20 years ago* elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
aoliva [Sat, 8 May 2004 07:05:31 +0000 (07:05 +0000)]
* elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
a zero symndx for which we hadn't accounted a dynamic relocation.
(_frvfdpic_add_rofixup): Likewise.

20 years ago2004-05-07 Randolph Chung <tausq@debian.org>
tausq [Sat, 8 May 2004 03:59:34 +0000 (03:59 +0000)]
2004-05-07  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
read_memory_nobpt for code reading when doing frame unwinding.
* hppa-linux-tdep.c (insns_match_pattern): Likewise.

20 years ago2004-05-07 Randolph Chung <tausq@debian.org>
tausq [Sat, 8 May 2004 03:45:44 +0000 (03:45 +0000)]
2004-05-07  Randolph Chung  <tausq@debian.org>

* hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
instead of sp, handle sigaltstack case.
(hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
signal handler and not that of the caller.
(hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
hppa_linux_sigtramp_find_sigcontext.

20 years ago2004-05-07 Randolph Chung <tausq@debian.org>
tausq [Sat, 8 May 2004 03:27:23 +0000 (03:27 +0000)]
2004-05-07  Randolph Chung  <tausq@debian.org>

* Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
hppa-linux-nat.c.
(hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
* hppa-linux-nat.c (fetch_register, store_register): Define.
(fetch_inferior_registers, store_inferior_registers): Define.
(supply_gregset): Add comment and clean up some unneeded code.
(fill_gregset): Add comment and fix so that it saves registers in
the right place in the gregset.
(fill_fpregset): Fix buffer overrun problem.
* config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.

20 years ago2004-05-07 Randolph Chung <tausq@debian.org>
tausq [Sat, 8 May 2004 03:17:57 +0000 (03:17 +0000)]
2004-05-07  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_frame_prev_register_helper): New function to
do common handling of the pcoqt register.
(hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
to use helper function.
(hppa_frame_unwind_sniffer): Only use if unwind entry is present.
(hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
(hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
generic fallback unwinder when all else fails.
(hppa_gdbarch_init): Add fallback sniffer.
* hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
* hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
to use helper function.

20 years ago* syscalls.cc: Include environ.h.
cgf [Sat, 8 May 2004 02:55:37 +0000 (02:55 +0000)]
* syscalls.cc: Include environ.h.
(chroot): Set errno in case of path error.  Call getwinenv.
* environ.cc: Remove the NO_COPY attribute of conv_envvars.

20 years ago * config/djgpp/fnchange.lst: Add translation rules for
brobecke [Sat, 8 May 2004 00:10:45 +0000 (00:10 +0000)]
    * config/djgpp/fnchange.lst: Add translation rules for
        gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.

20 years ago * gdb.arch/powerpc-aix-prologue.c: New file.
brobecke [Sat, 8 May 2004 00:08:24 +0000 (00:08 +0000)]
    * gdb.arch/powerpc-aix-prologue.c: New file.
        * gdb.arch/powerpc-aix-prologue.exp: New file.

20 years agodaily update
amodra [Sat, 8 May 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years ago* frame.c (get_prev_frame_1): Work around GCC bug.
kettenis [Fri, 7 May 2004 23:19:13 +0000 (23:19 +0000)]
* frame.c (get_prev_frame_1): Work around GCC bug.
* frame.h: Add comment about GCC bug.

20 years ago2004-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 7 May 2004 22:51:51 +0000 (22:51 +0000)]
2004-05-07  Andrew Cagney  <cagney@redhat.com>

* observer.c: Include "commands.h" and "gdbcmd.h".
(observer_debug, _initialize_observer): Add the
command "set/show debug observer".
* observer.sh: When observer debugging, log notify calls.
* Makefile.in (observer.o): Update dependencies.

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

* observer.texi (GDB Observers): Add "Debugging" section.  Include
cross reference to "set/show debug observer".
* gdb.texinfo (Debugging Output): Document "set/show debug
observer".

20 years ago2004-05-07 Jason Molenda (jmolenda@apple.com)
jsm [Fri, 7 May 2004 21:36:33 +0000 (21:36 +0000)]
2004-05-07  Jason Molenda  (jmolenda@apple.com)

        * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.

20 years ago * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Move
corinna [Fri, 7 May 2004 21:28:53 +0000 (21:28 +0000)]
* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Move
initialization of "mem_size" from here...
(fhandler_dev_mem::open): ...to here.  Fix typo in FH_PORT case.

20 years ago2004-05-07 Artem B. Bityuckiy <abitytsky@softminecorp.com>
jjohnstn [Fri, 7 May 2004 21:00:41 +0000 (21:00 +0000)]
2004-05-07  Artem B. Bityuckiy  <abitytsky@softminecorp.com>

        * libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument
        list for reentrant pointer.  Call _vfiprintf_r.
        * libc/stdio/siprintf.c (_siprintf_r): New function.
        * libc/stdio/vfprintf.c (__sbprintf): Add reetrant struct
        pointer argument.  Change all callers.  Call _VFPRINTF_R.
        * libc/include/stdio.h (_siprintf_r, _vfiprintf_r): New
        prototypes.

20 years ago* aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
jimb [Fri, 7 May 2004 20:50:37 +0000 (20:50 +0000)]
* aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
to recognize gpr regnums, instead of assuming that
tdep->ppc_fp0_regnum marks the end of the general-purpose
registers.

20 years ago* ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
jimb [Fri, 7 May 2004 20:48:42 +0000 (20:48 +0000)]
* ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
the given architecture has floating-point registers.

20 years ago2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 7 May 2004 20:39:57 +0000 (20:39 +0000)]
2004-05-07  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/param.h: Remove endian info and include
        <machine/endian.h> instead.
        * libc/include/machine/endian.h: New file.
        * libc/include/machine/param.h: Ditto.
        * libc/machine/arm/machine/endian.h: Ditto.
        * libc/machine/arm/machine/param.h: Ditto.
        * libc/sys/arm/sys/param.h: Removed.
        * libc/sys/sysvi386/sys/param.h: Ditto.
        * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.

20 years ago2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 7 May 2004 20:29:23 +0000 (20:29 +0000)]
2004-05-07  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/param.h: Remove endian info and include
        <machine/endian.h> instead.
        * libc/include/machine/endian.h: New file.
        * libc/machine/arm/machine/endian.h: Ditto.
        * libc/machine/arm/machine/param.h: Ditto.
        * libc/sys/arm/sys/param.h: Removed.
        * libc/sys/sysvi386/sys/param.h: Ditto.
        * libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.

20 years ago * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
rsandifo [Fri, 7 May 2004 16:39:25 +0000 (16:39 +0000)]
* config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
to cope with VR4181A errata MD(1) and MD(4).

20 years ago2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 7 May 2004 15:33:36 +0000 (15:33 +0000)]
2004-05-07  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (section_groups): New.
(group_count): New.
(section_headers_groups): New.
(process_section_groups): Populate group_count, section_groups
and section_headers_groups.
(process_unwind): Support section group.
(process_object): Always call process_section_groups. Free
section_groups and section_headers_groups.

20 years ago * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
amylaar [Fri, 7 May 2004 15:21:27 +0000 (15:21 +0000)]
* ldlang.c (print_padding_statement): Cast size_t to bfd_vma
before printing it with %W.

20 years ago* emultempl/pe.em (real_flags): New static.
ford [Fri, 7 May 2004 15:17:57 +0000 (15:17 +0000)]
* emultempl/pe.em (real_flags): New static.
(OPTION_LARGE_ADDRESS_AWARE): New define.
(gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
(gld_${EMULATION_NAME}_list_options): Likewise.
(gld${EMULATION_NAME}_handle_option): Likewise.
(gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
* ld.texinfo: Document it.
* NEWS: Mention it.

20 years ago* coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
ford [Fri, 7 May 2004 15:08:48 +0000 (15:08 +0000)]
* coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
* peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
IMAGE_FILE_LARGE_ADDRESS_AWARE.  Use PE defines.

20 years ago2004-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 7 May 2004 14:55:58 +0000 (14:55 +0000)]
2004-05-07  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
macro defined to 1.
* gdbarch.h, gdbarch.c: Re-generate.
* ns32k-tdep.c (ns32k_gdbarch_init): Do not set
deprecated_use_generic_dummy_frames.

20 years ago* NEWS: Mention DWARF 2 support for i386pe.
ford [Fri, 7 May 2004 14:49:48 +0000 (14:49 +0000)]
* NEWS: Mention DWARF 2 support for i386pe.

20 years ago* NEWS: Mention .secrel32 for pe[i]-i386.
ford [Fri, 7 May 2004 14:44:56 +0000 (14:44 +0000)]
* NEWS: Mention .secrel32 for pe[i]-i386.

20 years ago* NEWS: Mention Cygwin DWARF 2 support.
ford [Fri, 7 May 2004 14:34:35 +0000 (14:34 +0000)]
* NEWS: Mention Cygwin DWARF 2 support.

20 years ago2004-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 7 May 2004 14:29:32 +0000 (14:29 +0000)]
2004-05-07  Andrew Cagney  <cagney@redhat.com>

* objfiles.h (struct entry_info): Delete unused fields
deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
* objfiles.c (init_entry_point_info, objfile_relocate): Update.
* mipsread.c (mipscoff_symfile_read): Update.
* mdebugread.c (parse_partial_symbols): Update.
* dwarfread.c (read_file_scope): Update.
* dwarf2read.c (read_file_scope): Update.
* dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
* coffread.c (complete_symtab): Update.

20 years ago* infcall.c (_initialize_infcall): Fix typo.
kettenis [Fri, 7 May 2004 14:08:49 +0000 (14:08 +0000)]
* infcall.c (_initialize_infcall): Fix typo.

20 years ago2004-05-07 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 7 May 2004 13:35:48 +0000 (13:35 +0000)]
2004-05-07  Andrew Cagney  <cagney@redhat.com>

* cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
* command.h (add_setshow_zinteger_cmd): Declare.

20 years ago* gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
jimb [Fri, 7 May 2004 09:16:29 +0000 (09:16 +0000)]
* gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.

20 years ago * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete of
corinna [Fri, 7 May 2004 07:54:28 +0000 (07:54 +0000)]
* fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete of
bigwavebuffer_ so that it is always cleaned, also in child processes.
(fhandler_dev_dsp::Audio_in::stop): Ditto.
(fhandler_dev_dsp::close): Stop audio play immediately in case of
abnormal exit.

20 years ago Revert code reversion from 2004-04-03. So, revert to async I/O again.
corinna [Fri, 7 May 2004 07:51:30 +0000 (07:51 +0000)]
Revert code reversion from 2004-04-03.  So, revert to async I/O again.
* fhandler.h (status): Add "closed" flag.
(prepare): New method declaration.
(wait): Ditto.
(release): Ditto.
* fhandler_socket.cc: Don't include wsock_event.h.
(fhandler_socket::prepare): New method, moved from wsock_event.
(fhandler_socket::wait): Ditto.
(fhandler_socket::release): New method.
(fhandler_socket::recvfrom): Simplify loop.
(fhandler_socket::recvmsg): Ditto.
(fhandler_socket::sendto): Ditto.
(fhandler_socket::sendmsg): Ditto.
* net.cc: Don't include wsock_event.h.
(wsock_event::prepare): Remove.
(wsock_event::wait): Ditto.
* wsock_event.h: Remove.

20 years ago* elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
aoliva [Fri, 7 May 2004 06:28:39 +0000 (06:28 +0000)]
* elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
immediately if there's no link info.
(elf32_frvfdpic_copy_private_bfd_data): New.
(bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.

20 years ago* config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
aoliva [Fri, 7 May 2004 06:28:03 +0000 (06:28 +0000)]
* config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
(HANDLE_ALIGN): New.

20 years ago * Makefile.am (DIST_SUBDIRS): Define.
drow [Fri, 7 May 2004 06:23:53 +0000 (06:23 +0000)]
* Makefile.am (DIST_SUBDIRS): Define.
* aclocal.m4: Regenerate with automake 1.8.4.
* Makefile.in: Likewise.
* doc/Makefile.in: Likewise.

20 years ago2004-05-06 Randolph Chung <tausq@debian.org>
tausq [Fri, 7 May 2004 05:48:46 +0000 (05:48 +0000)]
2004-05-06  Randolph Chung  <tausq@debian.org>

* config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
(HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
(PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
(EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
(RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
(CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
(ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
definitions ...
* hppa-tdep.h: ... to here, with HPPA_ prefix.
* Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
* hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
(hppa64_hpux_frame_find_saved_regs_in_sig)
(child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
* hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
* hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
(hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
(hppa_linux_sigtramp_frame_prev_register): Likewise.
* hppa-tdep.c (hppa32_return_value, hppa64_return_value)
(hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
(hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
(hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
(hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
(hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
(hppa32_register_type, hppa_cannot_store_register)
(hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
* hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
* hpread.c (hpread_process_one_debug_symbol): Likewise.
* pa64solib.c (pa64_solib_have_load_event)
(pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
(pa64_solib_unloaded_library_pathname): Likewise.
* somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
(som_solib_library_pathname): Likewise.

20 years agofix entry
cgf [Fri, 7 May 2004 03:51:22 +0000 (03:51 +0000)]
fix entry

20 years ago* thread.cc (pthread::create): Move postcreate call to avoid a potential race.
cgf [Fri, 7 May 2004 03:31:04 +0000 (03:31 +0000)]
* thread.cc (pthread::create): Move postcreate call to avoid a potential race.
(pthread::cancelable_wait): Don't allow signal interrupt unless main thread.

20 years agoChristopher Faylor <cgf@timesys.com>
cgf [Fri, 7 May 2004 03:27:37 +0000 (03:27 +0000)]
Christopher Faylor <cgf@timesys.com>
* path.cc (mount_info::conv_to_posix_path): Add return.

20 years ago * dwarf2.c (add_line_info): Also set info->filename to NULL if
zack [Fri, 7 May 2004 00:01:24 +0000 (00:01 +0000)]
* dwarf2.c (add_line_info): Also set info->filename to NULL if
filename argument is null; do not call strlen on a null pointer.

20 years agodaily update
amodra [Fri, 7 May 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years ago * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
drow [Thu, 6 May 2004 23:43:38 +0000 (23:43 +0000)]
* elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
special case.

20 years agoPatch from David Mosberger-Tang.
wilson [Thu, 6 May 2004 22:32:43 +0000 (22:32 +0000)]
Patch from David Mosberger-Tang.
* config/tc-ia64.c (dot_serialize): Declare.
(dot_serialize): New function.
(md_pseudo_table): Add ".serialize.data" and
".serialize.instruction" directives.

20 years ago * gdb.base/sep.exp: No longer setup_kfail when the program was
brobecke [Thu, 6 May 2004 21:32:00 +0000 (21:32 +0000)]
    * gdb.base/sep.exp: No longer setup_kfail when the program was
        built with dwarf2.

20 years ago * include/wingdi.h: Correct non-unicode typedefs of
dannysmith [Thu, 6 May 2004 21:04:26 +0000 (21:04 +0000)]
* include/wingdi.h: Correct non-unicode typedefs of
ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.

20 years ago2004-05-07 Pascal Obry <obry@act-europe.fr>
dannysmith [Thu, 6 May 2004 20:54:49 +0000 (20:54 +0000)]
2004-05-07  Pascal Obry  <obry@act-europe.fr>

* include/winsock.h (IN_CLASSA): Fix macro.
* include/winsock2.h (IN_CLASSA): Fix macro.

20 years ago2004-05-06 Pierre Humblet <pierre.humblet@ieee.org>
phumblet [Thu, 6 May 2004 16:26:10 +0000 (16:26 +0000)]
2004-05-06  Pierre Humblet <pierre.humblet@ieee.org>

        * path.cc (path_conv::check): Strip trailing dots and spaces and
        return error if the final component had only dots and spaces.
        (normalize_posix_path): Revert 2004-04-30.
        (chdir): Do not check for trailing spaces. Do not set native_dir
        to c:\ for virtual devices. Pass only native_dir to cwd.set.
        (cwdstuff::set): Assume posix_cwd is already normalized.

20 years agoRemove duplicate code and provide a function for generating internally consistent...
nickc [Thu, 6 May 2004 11:01:48 +0000 (11:01 +0000)]
Remove duplicate code and provide a function for generating internally consistent 'value out of range' messages

20 years ago* emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
aoliva [Thu, 6 May 2004 02:46:54 +0000 (02:46 +0000)]
* emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
elf32-frvfdpic.

20 years ago* configure.in: Set em=linux for frv-*-*linux*.
aoliva [Thu, 6 May 2004 02:46:45 +0000 (02:46 +0000)]
* configure.in: Set em=linux for frv-*-*linux*.
* configure: Rebuilt.
* config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
(frv_md_fdpic_enabled): New.
* config/tc-frv.c (frv_md_fdpic_enabled): New.
(DEFAULT_FDPIC): New.
(frv_flags): Use DEFAULT_FDPIC.
(frv_pic_flag): Likewise.
(OPTION_NOPIC): New.
(md_longopts): Add -mnopic.
(md_parse_option): Handle it.
(md_show_usage): Add -mfdpic and -mnopic.

20 years ago* configure.in (bfd_elf32_frvfdpic_vec): New.
aoliva [Thu, 6 May 2004 02:46:29 +0000 (02:46 +0000)]
* configure.in (bfd_elf32_frvfdpic_vec): New.
* configure: Rebuilt.
* targets.c (bfd_elf32_frvfdpic_vec): New.
* config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
on the latter.
* elf32-frv.c: Prefix all identifiers added for FDPIC support with
frvfdpic instead of frv.  Rearrange elf-target macros such that
the FDPIC-specific ones are only defined for this new target
vector.
(bfd_elf32_frvfdpic_vec): Declare.
(IS_FDPIC): New.
(elf32_frv_relocate_section): Use it to enable segment checking
and to control rofixup emission.  Add output section vma to
applied relocation in non-LOAD non-ALLOC sections.  Use
_bfd_error_handler for errors.
(_frv_create_got_section): Create .rel.got and .rofixup only in
FDPIC.  Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
linker script.
(elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
(elf32_frvfdpic_modify_segment_map): Likewise.
(elf32_frv_finish_dynamic_sections): New, do-nothing.
(elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC.  Improve
error message if we miscompute the rofixup size.
(frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
(frvfdpic_elf_encode_eh_address): Likewise.
(elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
Record relocs only in FDPIC.  Make sure _gp is defined for GPREL
relocs.  Reject unknown relocation types.
(elf32_frv_object_p): Make sure target vector matches FDPIC bits.
(frv_elf_merge_private_bfd_data): Likewise.
(ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
0x4000 for newly-added elf32-frvfdpic.

20 years ago* ld-frv/fdpic.exp: Restore $LDFLAGS at the end.
aoliva [Thu, 6 May 2004 02:46:13 +0000 (02:46 +0000)]
* ld-frv/fdpic.exp: Restore $LDFLAGS at the end.
* ld-frv/fr450-link.d: Match fdpic as well.

20 years ago* gas/frv/reloc1.d: Match elf32-frvfdpic as well.
aoliva [Thu, 6 May 2004 02:46:07 +0000 (02:46 +0000)]
* gas/frv/reloc1.d: Match elf32-frvfdpic as well.
* gas/frv/fr405-insn.d: Likewise.
* gas/frv/fr450-insn.d: Likewise.

20 years ago * ld-sh/sh64/crange1.rd: Update sh_info to decimal.
kkojima [Thu, 6 May 2004 00:13:39 +0000 (00:13 +0000)]
* ld-sh/sh64/crange1.rd: Update sh_info to decimal.
* ld-sh/sh64/crange2.rd: Likewise.
* ld-sh/sh64/crange3.rd: Likewise.
* ld-sh/sh64/crange3-cmpct.rd: Likewise.
* ld-sh/sh64/crange3-media.rd: Likewise.
* ld-sh/sh64/crangerel1.rd: Likewise.
* ld-sh/sh64/crangerel2.rd: Likewise.

20 years agodaily update
amodra [Thu, 6 May 2004 00:00:07 +0000 (00:00 +0000)]
daily update

20 years agoPreserve the ignore count when we resolve a pending breakpoint. Also add
jingham [Wed, 5 May 2004 21:18:08 +0000 (21:18 +0000)]
Preserve the ignore count when we resolve a pending breakpoint.  Also add
a test for this to pending.exp.

20 years agoRemove checks of the return value from bfd_cache_ookup()
nickc [Wed, 5 May 2004 15:46:34 +0000 (15:46 +0000)]
Remove checks of the return value from bfd_cache_ookup()

20 years ago2004-05-05 Andrew Cagney <cagney@redhat.com>
cagney [Wed, 5 May 2004 15:42:51 +0000 (15:42 +0000)]
2004-05-05  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (PARM_BOUNDARY): Delete.
gdbarch.h, gdbarch.c: Re-generate.
* valops.c (PARM_BOUNDARY): Delete macro.
(value_push): Delete PARM_BOUNDARY code.
* m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.

20 years agoPR/136 - Have bfd_cache_lookup_worker() abort rather than return an
nickc [Wed, 5 May 2004 15:39:10 +0000 (15:39 +0000)]
PR/136 - Have bfd_cache_lookup_worker() abort rather than return an
(unchecked-for) NULL.