aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-27Add support for RDOS targets.Nick Clifton9-107/+155
2005-12-27PR binutils/1990Nick Clifton2-9/+113
* libtool.m4: Synchronize with version in GCC sources.
2005-12-27(lookup_symbol_in_function_table): Check for a function name before passingNick Clifton2-0/+6
it to strcmp.
2005-12-27* sparcobsd-tdep.c: Include "gdbcore.h", "regcache.h" andMark Kettenis5-5/+108
"bsd-uthread.h". (SPARC32OBSD_UTHREAD_FP_OFFSET, SPARC32OBSD_UTHREAD_PC_OFFSET): New defines. (sparc32obsd_supply_uthread, sparc32obsd_collect_uthread): New functions. (sparc32obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (sparcobsd-tdep.o): Update dependencies. * config/sparc/obsd.mt (TDEPFILES): Add bsd-uthread.o. * config/sparc/obsd64.mt (TDEPFILES): Likewise.
2005-12-27PR 1300Nick Clifton2-2/+9
* config/tc-arm.c (md_apply_fix): Fix casts to match type in printf format.
2005-12-27Add new Vietnamese translationNick Clifton4-2/+1952
2005-12-27 * elf.c (elf_find_function): Don't ignore section syms.Alan Modra2-8/+9
Simplify filename logic.
2005-12-27missed copyright 2005 additionAlan Modra1-1/+1
2005-12-27 * elfread.c (elf_symfile_read): Don't make synth syms global.Alan Modra2-7/+5
2005-12-27 * elf32-ppc.c (add_stub_sym): Pass info rather than htab.Alan Modra2-11/+24
Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call.
2005-12-27 * elf.c (bfd_section_from_shdr): Treat invalid reloc sections asAlan Modra2-6/+12
normal sections rather than returning false.
2005-12-27 * coff-h8300.c (h8300_reloc16_extra_cases): Use input sectionAlan Modra8-38/+47
"output_offset" instead of link order "offset". * coff-h8500.c (extra_case): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z80.c (extra_case): Likewise. * coff-z8k.c (extra_case): Likewise. * linker.c (default_indirect_link_order): Likewise, "size" too. * ecoff.c (ecoff_indirect_link_order): Likewise.
2005-12-27 * Makefile.am (Makefile): Remove dependency.Alan Modra5-391/+262
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * gconfig.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra3-78/+71
* Makefile.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra3-286/+247
(Makefile): Remove dependency. * Makefile.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra8-1169/+901
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra4-10/+16
* Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2005-12-27*** empty log message ***gdbadmin1-1/+1
2005-12-26daily updateAlan Modra1-1/+1
2005-12-26* sparc64obsd-tdep.c: Include "obsd-tdep.h".Mark Kettenis4-3/+11
(sparc64obsd_init_abi): Set skip_solib_resolver to obsd_skip_solib_resolver instead of find_solib_trampoline_target. * Makefile.in (sparc64obsd-tdep.o): Update dependencies. * config/sparc/obsd64.mt (TDEPFILES): Add obsd-tdep.o.
2005-12-26* sparcobsd-tdep.c: Include "obsd-tdep.h".Mark Kettenis4-3/+11
(sparc32obsd_init_abi): Set skip_solib_resolver. * Makefile.in (sparcobsd-tdep.o): Update dependencies. * config/sparc/obsd.mt (TDEPFILES): Add obsd-tdep.o.
2005-12-26* obsd-tdep.c: New file.Mark Kettenis4-1/+78
* obsd-tdep.h: New file. * Makefile.in (obsd_tdep_h): New variable. (ALLDEPFILES): Add obsd-tdep.c. (obsd-tdep.o): New target.
2005-12-26* gdb.base/freebpcmd.exp: Increase timeout.Mark Kettenis2-0/+5
2005-12-26* gdb.gdb/selftest.exp (test_with_self): Update copyright check.Mark Kettenis2-1/+5
2005-12-26*** empty log message ***gdbadmin1-1/+1
2005-12-252005-12-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw1-0/+1
* MAINTAINERS: Add myself as VAX maintainer.
2005-12-25daily updateAlan Modra1-1/+1
2005-12-25*** empty log message ***gdbadmin1-1/+1
2005-12-24daily updateAlan Modra1-1/+1
2005-12-24(Memory Region Attributes): Fix usage of "etc."Eli Zaretskii2-2/+3
2005-12-24 * gdb.texinfo (Target Commands, Bug Reporting, File Options)Eli Zaretskii3-13/+21
(Symbols): Fix usage of "e.g.". * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging) (Coding): Fix usage of "e.g.".
2005-12-24 * config/default.exp: Do not load the unneeded util-defs.exp.Ben Elliston2-2/+5
2005-12-24 * aix5ppc-core.c: Remove duplicate prototypes.Alan Modra6-23/+26
(xcoff64_core_file_matches_executable_p): Provide implementation for !AIX_5_CORE. * corefile.c (generic_core_file_matches_executable_p): Correct syntax error in prototype. * libbfd-in.h (generic_core_file_matches_executable_p): Delete. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
2005-12-24 * ldlang.h (lang_output_section_statement_type): Add prev.Alan Modra3-7/+23
* ldlang.c (output_statement_newfunc): Set os.prev. (lang_insert_orphan): Likewise. (output_prev_sec_find): Use os.prev.
2005-12-24*** empty log message ***gdbadmin1-1/+1
2005-12-23daily updateAlan Modra1-1/+1
2005-12-232005-12-23 Michael Snyder <msnyder@redhat.com>Michael Snyder3-2/+7
* inf-ptrace.c: Spelling correction, comment. * inf-ttrace.c: Ditto.
2005-12-23 * stabs.texinfo:Eli Zaretskii10-17/+31
* refcard.tex: * gpl.texi: * gdbint.texinfo: * gdb.texinfo: * gdb-cfg.texi: * fdl.texi: * annotate.texinfo: * all-cfg.texi: * Makefile.in: Add (C) after Copyright. Update the FSF address.
2005-12-23*** empty log message ***Eli Zaretskii1-0/+33
2005-12-23 * tui/tui-file.c:Eli Zaretskii33-99/+99
* tui/tui-disasm.c: * tui/tui-data.h: * tui/tui-data.c: * tui/tui-command.h: * tui/tui-command.c: * tui/tui-win.h: * tui/tui-win.h: * tui/tui-win.c: * tui/tui-stack.h: * tui/tui-stack.c: * tui/tui-source.h: * tui/tui-source.c: * tui/tui-regs.h: * tui/tui-regs.c: * tui/tui-out.c: * tui/tui-main.c: * tui/tui-layout.h: * tui/tui-layout.c: * tui/tui-io.h: * tui/tui-io.c: * tui/tui-interp.c: * tui/tui-hooks.h: * tui/tui-hooks.c: * tui/tui-file.h: * tui/tui.h: * tui/tui.c: * tui/tui-winsource.h: * tui/tui-winsource.c: * tui/tui-wingeneral.h: * tui/tui-wingeneral.c: * tui/tui-windata.h: * tui/tui-windata.c: Add (C) after Copyright. Update the FSF address.
2005-12-23 * signals/signals.c: Add (C) after Copyright. Update the FSFEli Zaretskii2-3/+4
address.
2005-12-23 * nlm/Makefile.in: Add (C) after Copyright. Update the FSFEli Zaretskii2-2/+29
address.
2005-12-23 * mi/mi-symbol-cmds.c:Eli Zaretskii22-66/+66
* mi/mi-parse.h: * mi/mi-parse.c: * mi/mi-out.h: * mi/mi-out.c: * mi/mi-main.h: * mi/mi-main.c: * mi/mi-interp.c: * mi/mi-getopt.h: * mi/mi-getopt.c: * mi/mi-console.h: * mi/mi-console.c: * mi/mi-common.h: * mi/mi-common.c: * mi/mi-cmds.h: * mi/mi-cmds.c: * mi/mi-cmd-var.c: * mi/mi-cmd-stack.c: * mi/mi-cmd-file.c: * mi/mi-cmd-env.c: * mi/mi-cmd-disas.c: * mi/mi-cmd-break.c: Add (C) after Copyright. Update the FSF address.
2005-12-23 * linux-arm-low.c:Eli Zaretskii36-101/+141
* linux-cris-low.c: * inferiors.c: * i387-fp.h: * i387-fp.c: * gdbreplay.c: * regcache.c: * proc-service.c: * mem-break.h: * mem-break.c: * linux-x86-64-low.c: * linux-sh-low.c: * linux-s390-low.c: * linux-ppc64-low.c: * linux-ppc-low.c: * linux-mips-low.c: * linux-m68k-low.c: * linux-m32r-low.c: * linux-low.h: * linux-low.c: * linux-ia64-low.c: * linux-i386-low.c: * linux-crisv32-low.c: * thread-db.c: * terminal.h: * target.h: * target.c: * server.h: * server.c: * remote-utils.c: * regcache.h: * utils.c: * Makefile.in: * configure.ac: * gdbserver.1: Add (C) after Copyright. Update the FSF address.
2005-12-23PR 1150Nick Clifton6-16/+61
* elf-bfd.h (struct elf_backend_data): New field 'elf_backend_ignore_undef_symbol'. * elfxx-target.h (elf_backend_ignore_undef_symbol): Define to NULL if not already defined. (elfNN_bed): Initialise the elf_backend_ignore_undef_symbol field. * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): New function. * elfxx-mips.h (elf_backend_ignore_undef_symbol): Define and prototype. * elflink.c (elf_link_output_extsym): Check elf_backend_ignore_undef_symbol before reporting an undefined symbol in a shared library.
2005-12-23 * corefile.c (generic_core_file_matches_executable_p): New function.Joel Brobecker17-140/+125
* libbfd-in.h (generic_core_file_matches_executable_p): Add declaration. * libbfd.h: Regenerate. * hpux-core.c: ANSIfy function declarations and prototypes. (thread_section_p): Manually expand bfd_section_name macro to make it clear that parameter ABFD is not used. (hpux_core_core_file_matches_executable_p): Delete, replaced by macro pointing to generic_core_file_matches_executable_p. * aix386-core.c: Replace core_file_matches_executable_p null implementation by generic_core_file_matches_executable_p by using a macro. * aix5ppc-core.c: Likewise. * cisco-core.c: Likewise. * hppabsd-core.c: Likewise. * irix-core.c: Likewise. * lynx-core.c: Likewise. * mach-o.c: Likewise. * netbsd-core.c: Likewise. * osf-core.c: Likewise. * ptrace-core.c: Likewise. * sco5-core.c: Likewise. * trad-core.c: Likewise.
2005-12-23Use correct email address for Randolph ChungNick Clifton1-1/+1
2005-12-23*** empty log message ***gdbadmin1-1/+1
2005-12-22daily updateAlan Modra1-1/+1
2005-12-22(read_section_stabs_debugging_info): Add $GDB_SYMBOLS$ entry to names[]Nick Clifton2-3/+13
array for SOM binaries.