aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-06 2001-11-06 Fred Fish <fnf@redhat.com>Fred Fish13-31/+15
* complaints.c (info_verbose): Remove unneeded decl, is in defs.h. * dbxread.c: Ditto * dwarf2read.c: Ditto. * dwarfread.c: Ditto. * exec.c: Ditto. * hpread.c: Ditto. * hpread.h: Ditto. * mdebugread.c: Ditto. * os9kread.c: Ditto. * stack.c: Ditto. * symfile.c: Ditto. * tracepoint.c: Ditto.
2001-11-06daily updateAlan Modra1-1/+1
2001-11-06* MAINTAINERS: Update Andrew Cagney's responsibilities. MentionAndrew Cagney2-8/+12
David Taylor and Nick Duffek in past maintainers.
2001-11-062001-11-06 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-12/+555
* mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions. (parse_partial_symbols): Don't include partial-stab.h any more. Don't reuse code in partial-stab.h, include the code directly, instead. Simplify code from partial-stab.h eliminating ifdef DBXREAD_ONLY code. * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
2001-11-06* s390-nat.c: #include "regcache.h", to get declaration forJim Blandy2-0/+5
`supply_register'. (The last change already added the dependency of s390-nat.o on regcache.h. Oops.)
2001-11-06* Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.Jim Blandy2-0/+10
(s390-tdep.o, s390-nat.o): New rules.
2001-11-062001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>Eric Christopher2-15/+19
* config/tc-mips.c (my_getSmallParser): Fix small parser bug.
2001-11-06Fix typo.Jim Blandy1-1/+1
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