aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-06* gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments toJim Blandy2-4/+10
internal_error.
2001-11-06gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.Andrew Cagney3-2/+7
2001-11-06Zap another #ifdef INIT_EXTRA_FRAME_INFOAndrew Cagney2-3/+7
2001-11-06Add predicate for PUSH_RETURN_ADDRESS.Andrew Cagney5-17/+54
2001-11-062001-11-06 H.J. Lu (hjl@gnu.org)H.J. Lu2-20/+92
* elflink.h (elf_link_input_bfd): Complain relocs against discarded sections.
2001-11-06 * arch-utils.c (generic_in_function_epilogue_p): New function.Corinna Vinschen7-0/+76
* arch-utils.h (generic_in_function_epilogue_p): Declare extern. * breakpoint.c (watchpoint_check): Add test whether the pc is currently in the epilogue of a function. * gdbarch.c: Autogenerated from gdbarch.sh. * gdbarch.h: Ditto. * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
2001-11-06 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.Corinna Vinschen2-0/+11
2001-11-06 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2-1/+9
2001-11-06* gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes thatJim Blandy3-60/+9
pointers are 32 bits long, and that offsets of relocs are always stored in the data (REL-style), and not in the reloc entry itself (RELA-style). * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and stabs.
2001-11-06* config/s390/s390.mh (NATDEPFILES): Don't split this acrossJim Blandy2-2/+6
several lines with backslashes; the `sed' command in configure.in's AC_OUTPUT clause that comments out the NATDEPFILES assignment doesn't handle lines extended with backslashes.
2001-11-06*** empty log message ***gdbadmin1-1/+1
2001-11-05* configure.in (AC_OUTPUT): Handle assignments to NATDEPFILESJim Blandy3-4/+14
using `+=' as well as `='. * configure: Regenerated.
2001-11-052001-11-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+20
* gdb.c++/cplusfuncs.exp: Fix conflicts between operator names and regular expression operators by using quoting.
2001-11-052001-11-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-46/+101
* symtab.c (operator_chars): Allow '*' and '[' to be quoted in operator names, to avoid regexp expansion. (search_symbols): Alloca buffer is too small, may get clobbered.
2001-11-052001-11-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+8
* gdb.texinfo (info functions): Document use of backslash to quote regexp chars in function names such as "operator*()".
2001-11-05Change INIT_EXTRA_FRAME_INFO() to a function with predicate.Andrew Cagney5-7/+44
2001-11-05daily updateAlan Modra1-1/+1
2001-11-05* gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate allAndrew Cagney3-106/+85
error messages. Print in a single batch. * gdbarch.c: Regenerate.
2001-11-05 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.Jakub Jelinek3-2/+9
* arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2001-11-05Add self as s390/s390x maintainer.Martin Schwidefsky2-0/+5
2001-11-05Force got and plt relocations.Martin Schwidefsky3-13/+67
2001-11-052001-11-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+5
* mips-dis.c (print_insn_mips): Remove spaces at end of line.
2001-11-052001-11-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+5
* mips.h (OPCODE_IS_MEMBER): Remove extra space.
2001-11-05merge from gccDJ Delorie1-17/+17
2001-11-05*** empty log message ***gdbadmin1-1/+1
2001-11-04daily updateAlan Modra1-1/+1
2001-11-04[ gas/ChangeLog ]Chris Demetriou7-5/+26
2001-11-04 Chris Demetriou <cgd@broadcom.com> * configure.in (mips-*-netbsd*): Add support for target. * configure: Regenerate. [ gas/testsuite/ChangeLog ] 2001-11-04 Chris Demetriou <cgd@broadcom.com> * gas/mips/mips.exp (svr4pic): Set if target is *-*-netbsd*. (aout): Don't set if *-*-netbsd*. [ ld/ChangeLog ] 2001-11-04 Chris Demetriou <cgd@broadcom.com> * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*): Add support for targets.
2001-11-04* i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,Mark Kettenis2-1/+9
fill_gregset): Add support for "orig_eax" register.
2001-11-04Add support for "orig_eax" pseudo register on Linux/x86.Mark Kettenis3-1/+104
* i386-linux-tdep.c: Include "inferior.h". (i386_linux_register_name, i386_linux_register_byte, i386_linux_register_raw_size): New functions. (i386_linux_write_pc): New function. * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define. (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME, REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional register. (i386_linux_register_name, i386_linux_register_byte, i386_linux_register_raw_size): New prototypes. (TARGET_WRITE_PC): New define. (i386_linux_write_pc): New prototype.
2001-11-04* i386-tdep.c (i386_register_offset): Renamed fromMark Kettenis3-31/+63
i386_register_byte. Made static. (i386_register_size): Renamed from i386_register_raw_size. Made static. (i386_register_virtual_size): Removed. (i386_register_byte, i386_register_raw_size, i386_register_virtual_size): New functions. (_initialize_i386_tdep): Initialize i386_register_offset instead of i386_register_byte. Remove code to initialize i386_register_virtual_size. * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use i386_register_byte function. (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size function. (REGISTER_VIRTUAL_SIZE): Redefine to use i386_register_virtual_size function. (i386_register_byte, i386_register_raw_size, i386_register_virtual_size): New functions.
2001-11-04* Makefile.in (ALLDEPFILES): Add i387-nat.c.Mark Kettenis2-1/+9
(i387-nat.o): Add dependencies.
2001-11-04*** empty log message ***gdbadmin1-1/+1
2001-11-03daily updateAlan Modra1-1/+1
2001-11-03 * elfxx-target.h (elfNN_bed): Correct want_got_sym, want_dynbss order.Alan Modra2-2/+6
2001-11-03*** empty log message ***gdbadmin1-1/+1
2001-11-02daily updateAlan Modra1-1/+1
2001-11-02Doco problem with alpha-dec-osf5.1.Andrew Cagney2-0/+10
2001-11-02Add myself as the ppc xcoff maintainerTom Rix2-0/+5
2001-11-02* utils.c (internal_verror): Restore calls to abort().Andrew Cagney2-3/+8
Fix PR gdb/219.
2001-11-022001-11-02 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+10
* elf32-mips.c (mips_elf_calculate_relocation): Don't create dynamic relocation for symbols defined in regular objects when creating executables.
2001-11-02Add translationsNick Clifton24-439/+15381
2001-11-02Add French translationNick Clifton4-3/+9249
2001-11-02* tc-arm.c: Re-arrange prototypes by architecture.Richard Earnshaw2-144/+178
(insns): Re-arrange instructions by archtitecture. Pld instruction is part of ARMv5E. (tinsns): blx and bkpt are part of ARMv5T. (do_fp_{ctrl,ldst,ldstm,dyadic,monadic,cmp,from_reg,to_reg}): Rename to do_fpa_*. All callers changed. * tc-arm.c (insns): Add two temporary instructions to handle ldrd/strd.
2001-11-022001-11-02 H.J. Lu <hjl@gnu.org>H.J. Lu10-0/+86
* ld-elfvsb/elfvsb.exp: Add the "ld -r" test. * ld-elfvsb/hidden0.d: New. * ld-elfvsb/hidden1.d: New. * ld-elfvsb/internal0.d: New. * ld-elfvsb/internal1.d: New. * ld-elfvsb/protected0.d: New. * ld-elfvsb/protected1.d: New. * ld-elfvsb/undef.s: New. * ld-elfvsb/undef.s: New.
2001-11-02Fix testsuites for bigendian sh-linuxNick Clifton4-2/+23
2001-11-02Set targ_emul, targ_extra_emuls as little endian default and to support big ↵Nick Clifton2-2/+7
endian.
2001-11-02Add commentNick Clifton2-1/+13
2001-11-02Initialize subspace_sections.Nick Clifton2-1/+6
2001-11-022001-11-02 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+6
* coffgen.c (coff_object_p): Return 0 if the header is too big.
2001-11-022001-11-02 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* MAINTAINERS: Update my entry.