summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for sh-symbian-elf targetNick Clifton2004-07-0613-25/+738
|
* 2004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-063-0/+320
| | | | * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
* 2004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-062-1/+17
| | | | | | Patch from Bart Robinson. * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE. (O_LARGEFILE): Define to 0, if not defined.
* *** empty log message ***gdbadmin2004-07-061-1/+1
|
* daily updateAlan Modra2004-07-061-1/+1
|
* * gdb.texinfo (BSD libkvm Interface): New node (section)Mark Kettenis2004-07-052-0/+46
| | | | (Native): Add it to the menu.
* 2004-06-30 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke2004-07-054-10/+19
| | | | | | | | | | | | | bfd: * elf32-sh.c: Include ../opcodes/sh-opc.h . * Makefile.am: Ran make dep-am . * Makefile.in: Ran make dep-in . gas: * config/tc-sh.c (md_assemble): Change isspace to ISSPACE. (md_parse_option): Remove redundant -isa testing. Make bfd_arch variable const. (md_show_usage): Make bfd_arch variable const.
* *** empty log message ***gdbadmin2004-07-051-1/+1
|
* daily updateAlan Modra2004-07-051-1/+1
|
* *** empty log message ***gdbadmin2004-07-041-1/+1
|
* daily updateAlan Modra2004-07-041-1/+1
|
* 2004-07-04 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>Christopher Faylor2004-07-032-2/+32
| | | | | | | | | | | * bfd/cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak externals properly. * src/gas/config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak externals. * binutils/doc/binutils.texi (nm): Clarify weak symbol description. * gas/config/tc-i386.c (tc_gen_reloc): Use addend for weak symbols in TE_PE. * gas/doc/as.texinfo (Weak): Document PE weak symbols. * ld/ld.texinfo (WIN32): Document PE weak symbols.
* * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,Mark Kettenis2004-07-035-4/+78
| | | | | | | | | | | | <machine/pcb.h> and "bsd-kvm.h". (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined. (m68kbsd_supply_pcb): New function. (_initialize_m68kbsd_nat): New prototype and function. * Makefile.in (m68kbsd-nat.o): Update dependencies. * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable.
* * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.Mark Kettenis2004-07-032-1/+5
|
* * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" andMark Kettenis2004-07-033-2/+83
| | | | | | | | | <sys/proc.h>. (bsd_kvm_cmdlist): New variable. (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions. (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb" command and "kvm proc" command. * Makefile.in (bsd-kvm.o): Update dependencies.
* daily updateAlan Modra2004-07-031-1/+1
|
* *** empty log message ***gdbadmin2004-07-031-1/+1
|
* 2004-07-02 Martin Hunt <hunt@redhat.com>Martin Hunt2004-07-023-3/+11
| | | | | | | * library/targetselection.itb: Use /dev/comX for cygwin instead of just comX. * library/interface.tcl (gdbtk_tcl_preloop): Set baud rate.
* 2004-07-02 Martin Hunt <hunt@redhat.com>Martin Hunt2004-07-024-5/+51
| | | | | | | | | | | | | | | * generic/gdbtk-cmds.c (symtab_to_filename): New function. Like symtab_to_fullname() but returns the filename if the fullname cannot be found. * generic/gdbtk-cmds.c (gdb_find_file_command): Revert patch of 2004-06-11. Use symtab_to_filename() again. (gdb_loc): Ditto. (gdb_loadfile): Ditto. * generic/gdbtk-bp.c (gdb_get_breakpoint_info): Ditto. (gdb_get_tracepoint_info): Ditto. * generic/gdbtk-cmds.h: Declare symtab_to_filename().
* * osabi.c: Update copyright year.Mark Kettenis2004-07-022-5/+20
| | | | | (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific notes if EI_OSABI is set to ELFOSABI_HPUX.
* Fix ChangeLog entry for the last change to i386-cygwin-tdep.c.Joel Brobecker2004-07-021-1/+1
|
* * config.bfd: Add want64 to configuration target s390-*-linux*.Martin Schwidefsky2004-07-022-0/+5
|
* 2004-07-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-07-026-484/+785
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.def (build_modules): Add bison, byacc, flex, m4, texinfo. (flags_to_pass): Add FLEX. * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, DEFAULT_MAKEINFO): Remove. (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into objdir or else use configured tool. (all-build): New. (all): Depend on it. (Build module dependencies): Add. * Makefile.in: Regenerate. * configure.in: Better support for multiple build modules, matching what is done for host/target modules. Do not look for "plausible" locations of build tools if Canadian cross. Use autoconf's AC_PROG_CC to find a C compiler. Define BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. * configure: Regenerate.
* 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-023-0/+17
| | | | | * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. * lib/compiler.cc: Likewise.
* bfd/H.J. Lu2004-07-024-7/+87
| | | | | | | | | | | | | | | | | | | | | | 2004-07-01 H.J. Lu <hongjiu.lu@intel.com> * bfd.c (bfd_get_section_ident): New. * elflink.c (elf_link_read_relocs_from_section): Call bfd_get_section_ident to identify the section when reporting error. (_bfd_elf_link_output_relocs): Likewise. (elf_link_output_extsym): Likewise. (elf_link_input_bfd): Likewise. (bfd_elf_gc_record_vtinherit): Likewise. * bfd-in2.h: Regenerated. ld/ 2004-07-01 H.J. Lu <hongjiu.lu@intel.com> * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify the section.
* daily updateAlan Modra2004-07-021-1/+1
|
* *** empty log message ***gdbadmin2004-07-021-1/+1
|
* 2004-07-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2004-07-012-53/+58
| | | | | * win32-nat.c (core_dll_symbols_add): Re-indent a small section that seems to have gotten whacked out of line.
* * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove deadMark Kettenis2004-07-014-13/+11
| | | | code.
* (_bfd_mips_elf_final_link): Pass the correct number of section symbols toNick Clifton2004-07-012-5/+24
| | | | mips_elf_sort_hash_table ().
* bfd/Alan Modra2004-07-013-78/+100
| | | | | | | | | | | | | | * elflink.c (elf_section_ignore_discarded_relocs): Revert last change. Comment. (elf_section_complain_discarded): New function. Handle .gcc_except_table too. (elf_link_input_bfd): Rewrite handling of relocs against symbols in discarded sections. * elf-bfd.h (elf_discarded_section): Protect macro arg. ld/testsuite/ * ld-discard/extern.d: Update. * ld-discard/start.d: Update. * ld-discard/static.d: Update.
* * ada-lang.c (decode_packed_array): Minor change to comment.Paul N. Hilfinger2004-07-013-44/+63
| | | | | | | | | | | | | (ada_value_slice_ptr): New function. (ada_value_slice): New function. (ada_evaluate_subexp): Remove XVS-suffix code from subscripting test. Don't know why it is there. Change slice code to use ada_value_slice_ptr and ada_value_slice, and to avoid dereferencing huge arrays from which one is slicing. (empty_array): Correct to return an array rather than a subrange value. * ada-valprint.c (print_optional_low_bound): Don't print lower bound on empty arrays (let'em use 'FIRST instead).
* Address complaints from gdb_ari.sh:Paul N. Hilfinger2004-07-016-12/+28
| | | | | | | | | | | | | * ada-exp.y: Include gdb_string.h rather than string.h. (convert_char_literal): Reformat declaration. * ada-lang.h: Include opaque struct declaration for struct frame_info. * ada-lex.l: Change use of free to xfree (the macro would do so anyway, but this is harmless). Include gdb_string.h rather than string.h. * ada-valprint.c (ada_val_print_stub): Change PTR => void*. * ada-lang.c (parse): Remove K&Rism in parameter list. (is_name_suffix): Correct Linux => GNU/Linux in comment.
* *** empty log message ***gdbadmin2004-07-011-1/+1
|
* daily updateAlan Modra2004-07-011-1/+1
|
* Fix @pltoff linker segfault for non-shared link.Jim Wilson2004-06-302-3/+19
| | | | | * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize to NULL. Call get_pltoff if NULL and NEED_PLTOFF is true.
* * gdbint.texinfo (Target Architecture Definition): RemoveMark Kettenis2004-06-302-5/+6
| | | | SUN_FIXED_LBRAC_BUG.
* * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: RemoveMark Kettenis2004-06-302-76/+5
| | | | dead code.
* * alphabsd-nat.c: Update copyright year.Mark Kettenis2004-06-302-3/+8
| | | | (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
* Correctly assemble mov rX=imm.Jim Wilson2004-06-303-2104/+2106
| | | | | * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds. * ia64-asmtab.c: Regnerate.
* bfd/H.J. Lu2004-06-302-15/+26
| | | | | | | | | | | | | | | | | | 2004-06-30 H.J. Lu <hongjiu.lu@intel.com> PR 233 * elflink.c (elf_link_input_bfd): Issue an error for non-debug local references to discarded sections and report their locations. ld/testsuite/ 2004-06-30 H.J. Lu <hongjiu.lu@intel.com> PR 233 * ld-discard/extern.d: Updated. * ld-discard/start.d: Likewise. * ld-discard/static.d: Likewise.
* * elflink.c (elf_section_ignore_discarded_relocs): Don't testAlan Modra2004-06-302-8/+12
| | | | sec_info_type, test section name instead.
* 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-303-2/+22
| | | | | | * lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.
* 2004-06-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-06-302-0/+19
| | | | | | PR 240 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch in .init/.fini sections.
* *** empty log message ***gdbadmin2004-06-301-1/+1
|
* daily updateAlan Modra2004-06-301-1/+1
|
* * elf32-xtensa.c (elf_xtensa_relocate_section): UseBob Wilson2004-06-292-1/+6
| | | | bfd_get_section_limit.
* * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change theBob Wilson2004-06-292-4/+6
| | | | output section size.
* * i386-cygwin-tdep.c (i386-cygwin-tdep.c): New function.Joel Brobecker2004-06-292-0/+23
| | | | | | (i386_cygwin_in_solib_call_trampoline): New function. (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline and skip_trampoline_code gdbarch methods.
* * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessorCorinna Vinschen2004-06-295-11/+71
| | | | | | | | | | directives to conditionalize symbol prefixing. * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin. * gdb.arch/i386-unwind.c: Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin.