summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bfd/H.J. Lu2004-10-2170-176/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-10-21 H.J. Lu <hongjiu.lu@intel.com> PR 463 * aoutx.h (aout_link_input_section_std): Pass proper hash entry to linker reloc_overflow callback. (aout_link_input_section_ext): Likewise. (aout_link_reloc_link_order): Likewise. * coff-a29k.c (coff_a29k_relocate_section): Likewise. * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise. (alpha_relocate_section): Likewise. * coff-arm.c (coff_arm_relocate_section): Likewise. * coff-h8300.c (h8300_reloc16_extra_cases): Likewise. * coff-h8500.c (extra_case): Likewise. * coff-i960.c (coff_i960_relocate_section): Likewise. * coff-mcore.c (coff_mcore_relocate_section): Likewise. * coff-mips.c (mips_relocate_section): Likewise. * coff-or32.c (coff_or32_relocate_section): Likewise. * coff-ppc.c (coff_ppc_relocate_section): Likewise. * coff-rs6000.c (xcoff_ppc_relocate_section): Likewise. * coff-sh.c (sh_relocate_section): Likewise. * coff-tic80.c (coff_tic80_relocate_section): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z8k.c (extra_case): Likewise. * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise. * cofflink.c (_bfd_coff_reloc_link_order): Likewise. (_bfd_coff_generic_relocate_section): Likewise. * ecoff.c (ecoff_reloc_link_order): Likewise. * elf-hppa.h (elf_hppa_relocate_section): Likewise. * elf-m10200.c (mn10200_elf_relocate_section): Likewise. * elf-m10300.c (mn10300_elf_relocate_section): Likewise. * elf32-arm.h (elf32_arm_relocate_section): Likewise. * elf32-avr.c (elf32_avr_relocate_section): Likewise. * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise. * elf32-cris.c (cris_elf_relocate_section): Likewise. * elf32-crx.c (elf32_crx_relocate_section): Likewise. * elf32-d10v.c (elf32_d10v_relocate_section): Likewise. * elf32-fr30.c (fr30_elf_relocate_section): Likewise. * elf32-frv.c (elf32_frv_relocate_section): Likewise. * elf32-h8300.c (elf32_h8_relocate_section): Likewise. * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-i386.c (elf_i386_relocate_section): Likewise. * elf32-i860.c (elf32_i860_relocate_section): Likewise. * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise. * elf32-m68k.c (elf_m68k_relocate_section): Likewise. * elf32-mcore.c (mcore_elf_relocate_section): Likewise. * elf32-msp430.c (elf32_msp430_relocate_section): Likewise. * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-s390.c (elf_s390_relocate_section): Likewise. * elf32-sh.c (sh_elf_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf32-v850.c (v850_elf_relocate_section): Likewise. * elf32-vax.c (elf_vax_relocate_section): Likewise. * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. * elf64-mmix.c (mmix_elf_relocate_section): Likewise. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. * elf64-s390.c (elf_s390_relocate_section): Likewise. * elf64-sh64.c (sh_elf64_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. * elflink.c (elf_reloc_link_order): Likewise. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise. (_bfd_elf_mips_get_relocated_section_contents): Likewise. * linker.c (_bfd_generic_reloc_link_order): Likewise. * pdp11.c (pdp11_aout_link_input_section): Likewise. (aout_link_reloc_link_order): Likewise. * reloc.c (bfd_generic_get_relocated_section_contents): Likewise. * xcofflink.c (xcoff_reloc_link_order): Likewise. * simple.c (simple_dummy_reloc_overflow): Updated. include/ 2004-10-21 H.J. Lu <hongjiu.lu@intel.com> PR 463 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct bfd_link_hash_entry to reloc_overflow. ld/ 2004-10-21 H.J. Lu <hongjiu.lu@intel.com> PR 463 * ldmain.c (reloc_overflow): Accept a pointer to struct bfd_link_hash_entry. Report symbol location for relocation overflow.
* 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-10-212-5/+9
| | | | | * genscripts.sh (libpath.exp): Really generate for first emulation only.
* * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.Joel Brobecker2004-10-212-0/+16
| | | | | | (ARCH_SET_FS): Likewise. (ARCH_GET_FS): Likewise. (ARCH_GET_GS): Likewise.
* * gdb.ada/null_record.exp: Check where we stopped afterJoel Brobecker2004-10-212-1/+7
| | | | | sending the start command, instead of where the associated temporary breakpoint was inserted.
* * symtab.h: Fix typo in comment.Joel Brobecker2004-10-212-1/+5
|
* daily updateAlan Modra2004-10-211-1/+1
|
* *** empty log message ***gdbadmin2004-10-211-1/+1
|
* * elf32-m68k.c (elf_m68k_plt_sym_val): New function.Andreas Schwab2004-10-202-0/+18
| | | | (elf_backend_plt_sym_val): Define.
* * config.bfd: Set targ_underscore=yes for PE COFF targets.Danny Smith2004-10-202-0/+5
|
* daily updateAlan Modra2004-10-201-1/+1
|
* *** empty log message ***gdbadmin2004-10-201-1/+1
|
* * dwarf2read.c (struct comp_unit_head): Fix coding style.Mark Kettenis2004-10-192-44/+51
| | | | (dwarf_decode_line_header): Likewise.
* * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): SimplifyDanny Smith2004-10-192-11/+15
| | | | comparison and replacement of filenames.
* 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-10-192-1/+13
| | | | * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
* 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-10-192-0/+6
| | | | * readelf.c (process_section_groups): Free symtab after use.
* 2004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-192-4/+9
| | | | | * src-release (do-djunpack, do-md5sum): Install the generated file directly into the proto-toplev/ directory.
* 2004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-192-1/+6
| | | | | GDB 6.3 branch created. * version.in: Bump to version 6.3.50_2004-10-19-cvs.
* 2004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-192-1/+5
| | | | * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
* 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-10-194-3/+12
| | | | | | | * ld-elf/exclude.exp: Allow cris-*-elf. * ld-elf/exclude1.s: Add ".data". Remove "- include_sym". * ld-elf/exclude2.s: Add ".data".
* 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-10-192-0/+9
| | | | | | PR 459 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic option on linker script as the one for linker script.
* * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.Alan Modra2004-10-192-2/+36
| | | | (ppc64_elf_edit_opd): Likewise.
* * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.Mark Mitchell2004-10-193-1/+13
| | | | | * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT, set SEC_ALLOC and SEC_LOAD.
* * ld-elf/exclude.exp: Don't run for cris-*-elf.Hans-Peter Nilsson2004-10-192-2/+6
|
* daily updateAlan Modra2004-10-191-1/+1
|
* *** empty log message ***gdbadmin2004-10-191-1/+1
|
* strings.c (usage): Place radix values for -t option into the correct order.Nick Clifton2004-10-185-8/+23
| | | | | | | | | | objcopy.c (add_redefine_syms_file): Change error messages to use <filename>:<linenumber>: format for easier parsing by automatic tools. srconv.c (show_usage): Fix spelling typo. windres.c (format_from_filename): Suggest the use of -J instead of -I if the file type cannot be determined.
* strings.c: Include <sys/stat.h>.Nick Clifton2004-10-182-0/+5
|
* * config/tc-i386.c (O_secrel): Delete.Alan Modra2004-10-183-2/+29
| | | | | | (tc_pe_dwarf2_emit_offset): New function. * config/tc-i386.h (O_secrel): Define as O_md1. (TC_DWARF2_EMIT_OFFSET): Define.
* Compute 'name' for relocs against both local and global symbols.gdb_6_3-branchpointNick Clifton2004-10-182-4/+15
|
* Accept and ignore @fptr() directives for 4-byte fixups.Nick Clifton2004-10-182-3/+24
|
* * budemang.c (demangle): Fix thinko.Alan Modra2004-10-182-1/+3
|
* * budemang.c (demangle): Handle "@plt" suffix.Alan Modra2004-10-182-16/+45
|
* daily updateAlan Modra2004-10-181-1/+1
|
* *** empty log message ***gdbadmin2004-10-181-1/+1
|
* daily updateAlan Modra2004-10-171-1/+1
|
* *** empty log message ***gdbadmin2004-10-171-1/+1
|
* bfd/Daniel Jacobowitz2004-10-1613-10/+262
| | | | | | | | | | | | | | | | | | * bfd-in2.h: Regenerate. * bfd.c (struct bfd): Add no_export. * elflink.c (elf_link_add_object_symbols): Handle no_export. ld/ * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs) (check_excluded_libs): New. (load_symbols): Call check_excluded_libs. * ldlang.h (add_excluded_libs): New prototype. * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define. (gld${EMULATION_NAME}_add_options): Add --exclude-libs. (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs. * ld.texinfo (Command Line Variables): Document --exclude-libs. (Options Specific to i386 PE Targets): Remove --exclude-libs. ld/testsuite/ * ld-elf/exclude1.s, ld-elf/exclude2.s, ld-elf/exclude.exp: New.
* * linux-i386-low.c (ps_get_thread_area): New.Daniel Jacobowitz2004-10-167-101/+241
| | | | | | | | | | | | | | | | | | | | | * linux-x86-64-low.c (ps_get_thread_area): New. * linux-low.c: Include <sys/syscall.h>. (linux_kill_one_process): Don't kill the first thread here. (linux_kill): Kill the first thread here. (kill_lwp): New function. (send_sigstop, linux_send_signal): Use it. * proc-service.c: Clean up #ifdefs. (fpregset_info): Delete. (ps_lgetregs): Update and enable implementation. (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled implementations. * remote-utils.c (struct sym_cache, symbol_cache): New. (input_interrupt): Print a clearer message. (async_io_enabled): New variable. (enable_async_io, disable_async_io): Use it. Update comments. (look_up_one_symbol): Use the symbol cache. * thread-db.c (thread_db_look_up_symbols): New function. (thread_db_init): Update comments. Call thread_db_look_up_symbols.
* * configure.in: Test for -rdynamic.Daniel Jacobowitz2004-10-164-3/+39
| | | | | | * configure: Regenerated. * Makefile (INTERNAL_LDFLAGS): New. (gdbserver, gdbreplay): Use it.
* * dwarf2read.c (set_cu_language): Set language to Ada forJoel Brobecker2004-10-162-0/+7
| | | | DW_LANG_Ada83 and DW_LANG_Ada95.
* daily updateAlan Modra2004-10-161-1/+1
|
* *** empty log message ***gdbadmin2004-10-161-1/+1
|
* 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-10-152-4/+10
| | | | | | From Andreas Schwab <schwab@suse.de>: * Makefile.in (.y.c, .l.c.): Fix the substitutions for for xmalloc and xrealloc.
* 2004-10-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-155-16/+25
| | | | | | | * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out. * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>. * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc. Update dependencies.
* * ada-lang.c (ada_lookup_symbol): Correct comment.Paul N. Hilfinger2004-10-152-17/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | (ada_evaluate_subexp): Change error message for OP_FUNCALL case so as not to indicate an internal error. From Joel Brobecker; committed by Paul Hilfinger. * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus type sizes in XVE/XVU types, and emit a warning when that happens, instead of rounding up the size of the resulting type. Some minor reformatting. (ada_is_aligner_type): Do not consider a type as an aligner type if there is a corresponding XVS type as well. (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we have several levels of pointer indirection to the array. From Jerome Guitton; committed by Paul Hilfinger. * ada-lang.c (check_size): New function. (coerce_unspec_val_to_type): call check_size to make sure that the object size is reasonable. (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE: Implements the case when we get a reference when we evaluate the expression of one of the bounds of the slice. (ada_value_struct_elt): when a packed array field is a reference, use ada_coerce_ref to dereference it; use ada_value_ind only if it is a pointer.
* * mips-tdep.c (mips32_scan_prologue): Move the implementation upJoel Brobecker2004-10-152-484/+484
| | | | | | | | | | a bit to avoid the necessity of an advance declaration. Remove declaration. (set_reg_offset): Move implemenation up. (mips16_get_imm): Likewise. (mips16_scan_prologue): Likewise. (reset_saved_regs): Likewise. (mips32_scan_prologue): Likewise.
* * mips-tdep.c (mips32_scan_prologue): Add advance declaration.Joel Brobecker2004-10-152-19/+58
| | | | | | | | | | | | | | Remove sp as a parameter, compute it internally instead. Move prologue scanning limit from heuristic_proc_desc to here. (mips16_scan_prologue): Likewise. (mips_insn16_frame_cache): Replace call to heuristic_proc_desc by call to mips16_scan_prologue. (mips_insn32_frame_cache): Replace call to heuristic_proc_desc by call to mips32_scan_prologue. (heuristic_proc_desc): Remove code that's no longer necessary. Update calls to mips16_scan_prologue and mips32_scan_prologue. (mips_skip_prologue): Update calls to mips16_scan_prologue and mips32_scan_prologue.
* * ldexp.c (exp_fold_tree): Don't immediately exit ld on aAlan Modra2004-10-152-3/+6
| | | | failing link script assert.
* * ldctor.c (ldctor_add_set_entry): Fix comment typo.Alan Modra2004-10-152-2/+6
|
* * Makefile.am: Run "make dep-am"Alan Modra2004-10-156-12/+28
| | | | * Makefile.in: Regenerate.