aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-18Compute 'name' for relocs against both local and global symbols.gdb_6_3-branchpointNick Clifton2-4/+15
2004-10-18Accept and ignore @fptr() directives for 4-byte fixups.Nick Clifton2-3/+24
2004-10-18 * budemang.c (demangle): Fix thinko.Alan Modra2-1/+3
2004-10-18 * budemang.c (demangle): Handle "@plt" suffix.Alan Modra2-16/+45
2004-10-18daily updateAlan Modra1-1/+1
2004-10-18*** empty log message ***gdbadmin1-1/+1
2004-10-17daily updateAlan Modra1-1/+1
2004-10-17*** empty log message ***gdbadmin1-1/+1
2004-10-16bfd/Daniel Jacobowitz13-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.
2004-10-16 * linux-i386-low.c (ps_get_thread_area): New.Daniel Jacobowitz7-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.
2004-10-16 * configure.in: Test for -rdynamic.Daniel Jacobowitz4-3/+39
* configure: Regenerated. * Makefile (INTERNAL_LDFLAGS): New. (gdbserver, gdbreplay): Use it.
2004-10-16 * dwarf2read.c (set_cu_language): Set language to Ada forJoel Brobecker2-0/+7
DW_LANG_Ada83 and DW_LANG_Ada95.
2004-10-16daily updateAlan Modra1-1/+1
2004-10-16*** empty log message ***gdbadmin1-1/+1
2004-10-152004-10-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-4/+10
From Andreas Schwab <schwab@suse.de>: * Makefile.in (.y.c, .l.c.): Fix the substitutions for for xmalloc and xrealloc.
2004-10-152004-10-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-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.
2004-10-15* ada-lang.c (ada_lookup_symbol): Correct comment.Paul N. Hilfinger2-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.
2004-10-15 * mips-tdep.c (mips32_scan_prologue): Move the implementation upJoel Brobecker2-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.
2004-10-15 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.Joel Brobecker2-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.
2004-10-15 * ldexp.c (exp_fold_tree): Don't immediately exit ld on aAlan Modra2-3/+6
failing link script assert.
2004-10-15 * ldctor.c (ldctor_add_set_entry): Fix comment typo.Alan Modra2-2/+6
2004-10-15 * Makefile.am: Run "make dep-am"Alan Modra6-12/+28
* Makefile.in: Regenerate.
2004-10-15 * config.bfd: Whitespace cleanup.Alan Modra4-38/+46
* Makefile.am: Run "make dep-am" * Makefile.in: Regenerate.
2004-10-15 * elflink.c (struct already_linked_section): Removed.Jakub Jelinek2-83/+46
(try_match_symbols_in_sections, already_linked): Removed. (_bfd_elf_section_already_linked): Skip ^\.gnu\.linkonce\.[^.]*\. prefix of section names when finding already_linked_table chain. Compare section names. Instead of calling already_linked, do it inline and only for sections in the same already_linked_list.
2004-10-15 * mips-tdep.c (mips16_scan_prologue): Merge code fromJoel Brobecker2-96/+53
mips16_skip_prologue. Now return the address of the first instruction past the function prologue. (mips16_skip_prologue): Remove, no longer necessary. (mips_skip_prologue): Replace call to mips16_skip_prologue by call to mips16_scan_prologue.
2004-10-15 * ld-crx/reloc-num8.d: Adjust for changed orphan placement.Alan Modra6-9/+17
* ld-crx/reloc-num16.d: Likewise. * ld-crx/reloc-num32.d: Likewise. * ld-scripts/provide-2.t: Start .data at 0x2000. * ld-scripts/provide-2.d: Adjust.
2004-10-15daily updateAlan Modra1-1/+1
2004-10-15*** empty log message ***gdbadmin1-1/+1
2004-10-14 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"Alan Modra4-5/+28
parameter. If called after _bfd_elf_write_section_eh_frame, don't allow a -2 return unless need_* bit is already set, and handle offsets adjusted for output_offset. * elf-bfd.h (_bfd_elf_eh_frame_section_offset): Update prototype. * elf.c (_bfd_elf_section_offset): Update call.
2004-10-14 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):Bob Wilson2-28/+47
Remove comments about placement of literal pools. (Literal Directive): Update description of literal placement. (Literal Prefix Directive): Remove statement that this does not apply to absolute-mode literals. Describe new section naming scheme.
2004-10-14 * mips-tdep.c (mips32_scan_prologue): Merge code fromJoel Brobecker2-107/+89
mips32_skip_prologue. Now return the address of the first instruction past the function prologue. (mips32_skip_prologue): Remove. No longer necessary. (mips16_skip_prologue): Add parameter end_pc instead of computing it. (mips_skip_prologue): Compute the upper limit for the prologue scanning. Update call to mips16_skip_prologue. Replace call to mips32_skip_prologue by call to mips32_scan_prologue.
2004-10-14* hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD andMark Kettenis2-0/+9
NetBSD system call stubs that store %rp in the ERP slot of the stack frame.
2004-10-14Fix changelog (but not mine :-)Andrew Cagney1-1/+1
2004-10-142004-10-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+5
* gdb.mi/gdb701.c (main): Return 0.
2004-10-142004-10-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-2/+23
PR 445 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set. (SMALL_DATA_DTOR): Set. * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset. (SMALL_DATA_DTOR): Unset. * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors after .data. If SMALL_DATA_DTOR is set, move .dtors after .data.
2004-10-142004-10-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+9
* ld-scripts/sort.exp: Run for ELF targets only.
2004-10-14 * gas/arm/mapping.d: Pass --special-syms to objdump.Paul Brook2-1/+5
2004-10-14* source.c: Always define O_BINARY to 0 if not defined already.Mark Kettenis2-6/+7
(openp): Unconditionally use O_BINARY.
2004-10-14ld/Alan Modra9-775/+779
PR 63 * ldlang.h (lang_output_section_statement_type): Make "next" a struct lang_output_section_statement_struct *. (struct orphan_save): Move from elf32.em. Add "name" and "flags". (lang_output_section_find_by_flags, lang_insert_orphan): Declare. * ldlang.c (lang_output_section_find_1): Adjust for changed output_section_statement "next". (strip_excluded_output_sections): Likewise. (lang_record_phdrs): Likewise. (lang_output_section_find_by_flags): New function. (output_prev_sec_find): Move from pe.em. Adjust iterator. (lang_insert_orphan): New function. Tail end of elf32.em's place_orphan merged with that from pe.em. Allow bfd_section to be placed first. New heuristic for placing new output section statement in existing script, and accompanying split of __start symbol alignment into a separate assignment to dot. (lang_add_section): Consistently use output->bfd_section rather than an alias, section->output_section. (map_input_to_output_sections): Rename overly long arg. Move initialization of data_statement output section to here.. (lang_check_section_addresses): ..from here. (print_assignment): Correct printing of etree_assert. (print_all_symbols): Don't bomb if userdata is NULL. (IGNORE_SECTION): Rearrange. * emultempl/elf32.em (output_rel_find): Adjust interator. (output_prev_sec_find): Delete. (struct orphan_save): Delete. (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section flags without creating a duplicate output section statement. Revise code holding history of various orphan section placements. Allow orphan sections to place before script specified output sections. Call lang_output_section_find_by_flags when placement by name fails. Use lang_insert_orphan. * emultempl/mmo.em (output_prev_sec_find): Delete. (struct orphan_save): Delete. (mmo_place_orphan): Revise code holding history of orphan placement. Allow orphans to place before existing output sections. Use lang_insert_orphan. * emultempl/pe.em (output_prev_sec_find): Delete. (struct orphan_save): Delete. (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of lang_insert_orphan. ld/testsuite/ * ld-scripts/overlay-size.d: Update for changed orphan section placement. * ld-mmix/bpo-18.d: Likewise.
2004-10-14* top.c (gdb_readline): Always accept "rn" as a line-ending.Mark Kettenis3-9/+5
* event-top.c (gdb_readline2): Likewise.
2004-10-142004-10-14 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-0/+6
* cris-tdep.c (_initialize_cris_tdep): Re-add call to deprecated_add_core_fns which was removed by mistake.
2004-10-14(usage): Fix description of --special-syms switch.Nick Clifton2-1/+5
2004-10-14daily updateAlan Modra1-1/+1
2004-10-14*** empty log message ***gdbadmin1-1/+1
2004-10-13 * ia64-linux-nat.c (fill_gregset, fill_fpregset): ReplaceKevin Buettner2-9/+8
references to deprecated_registers[] with equivalent code.
2004-10-13 * dw2-intercu.S, dw2-intercu.exp: New files.Daniel Jacobowitz3-0/+293
2004-10-132004-10-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+7
PR 440 * coffcode.h (coff_compute_section_file_positions): Cast to bfd_vma when computing page alignment.
2004-10-13 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use fileMark Mitchell4-4/+23
offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED. * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a loadable segment.
2004-10-13 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references toKevin Buettner2-22/+26
``deprecated_registers'' with equivalent code. Use gdb_assert() instead of explicit test and print statement.
2004-10-13 * strings.c (statbuf): New typedef.Jakub Jelinek5-9/+109
(file_stat): Define. (strings_object_file): Avoid using get_file_size, instead do the checks here, using file_stat. * configure.in (HAVE_STAT64): New test. * configure: Rebuilt. * config.in: Rebuilt.