aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-13 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): NewDaniel Jacobowitz7-500/+632
variables. (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE). * configure.in: Add --with-sysroot. * configure: Regenerated. * main.c (gdb_sysroot): New variable. (captured_main): Initialize gdb_sysroot. * defs.h (gdb_sysroot): New extern declaration. * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2003-01-13 * gdb.texinfo (Files): Document solib-absolute-prefix andDaniel Jacobowitz2-0/+48
solib-search-path.
2003-01-13Change EM_MSP430 value to new, officially assigned number.Nick Clifton2-5/+8
2003-01-13*** empty log message ***gdbadmin1-1/+1
2003-01-12daily updateAlan Modra1-1/+1
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-0/+5
* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* top.c (print_gdb_version): Bump copyright year to 2003.
2003-01-122003-01-12 David Carlton <carlton@bactrian.org>David Carlton2-4/+9
* linespec.c (symtab_from_filename): Rename variable 's' to 'file_symtab'.
2003-01-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-23/+9
* d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a dummy frame. (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2003-01-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-31/+65
* d10v-tdep.c: Include "gdb_assert.h". (d10v_store_return_value): Rewrite to match current interface. (d10v_extract_struct_value_address): Ditto. (d10v_extract_return_value): Ditto. (d10v_gdbarch_init): Set store_restore_value, extract_struct_value_address and extract_return_value.
2003-01-12 * hpread.c (set_namestring): New procedure replacing theJoel Brobecker2-26/+41
SET_NAMESTRING macro. (hpread_build_psymtabs): Replace calls to SET_NAMESTRING by calls to set_namestring.
2003-01-12*** empty log message ***gdbadmin1-1/+1
2003-01-11daily updateAlan Modra1-1/+1
2003-01-11 * read.c (get_absolute_expr): New, split out from..Alan Modra4-19/+40
(get_absolute_expression): ..here. * read.h (get_absolute_expr): Declare. * config/obj-elf.c (elf_common): Use offsetT for "temp" and "size". Trim size to arch bits_per_address, and test for negative input via get_absolute_expr.
2003-01-11 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fixJoel Brobecker2-4/+10
a compilation warning. (hpread_process_one_debug_symbol): Likewise.
2003-01-112003-01-10 David Carlton <carlton@math.stanford.edu>David Carlton2-29/+42
* linespec.c (decode_line_1): Rename variable 's' to 'file_symtab'. (decode_all_digits): Rename argument 's' to 'file_symtab'. (decode_dollar): Ditto. (decode_variable): Ditto. (symbol_found): Ditto.
2003-01-112003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-12/+19
From Chet Ramey, <chet@po.cwru.edu>, the readline maintainer: * display.c: Fix perverse screen refresh with UTF-8.
2003-01-11*** empty log message ***gdbadmin1-1/+1
2003-01-10daily updateAlan Modra1-1/+1
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-56/+18
* gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. (Create a Release): Add new instructions for new @file{src-release}. Document existing instructions for @file{Makefile.in} as being for @value{GDBN} 5.3.1 or earlier.
2003-01-10 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode5-30/+27
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-0/+13
* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2003-01-10 * win32-nat.c (set_process_privilege): New function.Corinna Vinschen3-0/+172
(child_attach): Call set_process_privilege() to enable the SE_DEBUG_NAME user privilege if available in process token.
2003-01-10 * hpread.c (hpread_process_one_debug_symbol): Fix a smallJoel Brobecker2-2/+7
compilation error in the previous revision.
2003-01-102003-01-10 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+5
* README.Cygnus: Rename from this .. * README: .. to this.
2003-01-10* remove duplicated entry from 2002-05-17 on 2002-05-20.Ben Elliston1-23/+1
* s/SWI_TARGET_SWITCHES/SIM_TARGET_SWITCHES/.
2003-01-10merge from gccDJ Delorie2-10/+23
2003-01-10*** empty log message ***gdbadmin1-1/+1
2003-01-09daily updateAlan Modra1-1/+1
2003-01-09 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.Alan Modra3-8/+17
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
2003-01-092003-01-09 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+5
* linespec.c: Update copyright.
2003-01-092003-01-09 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-3/+9
* ldmain.c (get_emulation): Sort -mipsNN checks in the usual order, and handle (ignore) -mips32r2.
2003-01-09Roll ChangeLog / ChangeLog-2002.Andrew Cagney2-15037/+15040
2003-01-09* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.gdb_6_0-branchpointDJ Delorie3-4/+12
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
2003-01-09* configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva3-74/+113
unless configure was run with --no-recursion. * configure: Rebuilt.
2003-01-09 * gdb.base/detach.exp: New test.Daniel Jacobowitz2-0/+79
2003-01-09 * lin-lwp.c (child_wait): Ignore exit statuses for processes otherDaniel Jacobowitz2-1/+26
than inferior_ptid. (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-27/+33
* frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc. Update comments. * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc. (frame_saved_regs_zalloc): Update. (frame_saved_regs_register_unwind): Update. (create_new_frame): Update. (get_prev_frame): Update. (frame_extra_info_zalloc): Update. (deprecated_get_frame_saved_regs): Update. * dwarf2cfi.c (cfi_init_extra_frame_info): Update. * cris-tdep.c: Update comment.
2003-01-09 * Makefile.in (ALL_SUBDIRS): New variable.Daniel Jacobowitz11-120/+43
(subdirs, clean, distclean): Use it. * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for regenerating Makefile, since it is generated from the top level. * gdb.asm/Makefile.in: Likewise. * gdb.base/Makefile.in: Likewise. * gdb.c++/Makefile.in: Likewise. * gdb.disasm/Makefile.in: Likewise. * gdb.java/Makefile.in: Likewise. * gdb.mi/Makefile.in: Likewise. * gdb.threads/Makefile.in: Likewise. * gdb.trace/Makefile.in: Likewise.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-3/+8
* gdbint.texinfo (Target Architecture Definition): Mention frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to allocate memory.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney15-17/+26
* somsolib.h: Fix function indentation. * disasm.c, buildsym.c, buildsym.h: Eliminate PTR. * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ. * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ. * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ. * somsolib.c, inftarg.c: Remove assignment in if conditional.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney7-15/+31
* infrun.c (follow_fork): Use ISO C definition. * expprint.c (print_subexp): Use xfree instead of free. * charset.c: Include "gdb_string.h" instead of <string.h>. (register_iconv_charsets): Use ISO C definition. (host_charset, target_charset): Ditto. * Makefile.in (charset.o): Update dependencies. (mi-cmd-env.o): Update dependencies. Index: mi/ChangeLog 2003-01-09 Andrew Cagney <ac131313@redhat.com> * mi-cmd-env.c: Include "gdb_string.h" instead of <string.h>. Move all includes to after "defs.h".
2003-01-092003-01-09 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+8
* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". Add copyright year 2003.
2003-01-09 * ldmain.c (main): Make sure ld_sysroot is initialized.Daniel Jacobowitz2-0/+6
2003-01-09merge from gccDJ Delorie2-0/+10
2003-01-092002-01-08 Klee Dienes <kdienes@apple.com>Klee Dienes3-4/+10
* Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c. (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c. * Makefile.in: Regenerate.
2003-01-092003-01-08 Klee Dienes <kdienes@apple.com>Klee Dienes3-0/+7
* Makefile.am (ALL_MACHINES): Add msp430-dis.lo. * Makefile.in: Regenerate.
2003-01-092003-01-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-7/+29
* gdb_mbuild.sh: Add --keep option. When specified, keep the build directories. Save edited gdb output in Mbuild.log. If a build fails, remove any final GDB executable.
2003-01-092003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use get_frame_base.
2003-01-09*** empty log message ***gdbadmin1-1/+1