aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-04daily updateAlan Modra1-1/+1
2005-05-04*** empty log message ***gdbadmin1-1/+1
2005-05-03 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct sectionAlan Modra4-55/+29
list traversal. Use bfd_section_list_prepend. * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate over the section list. * config/tc-xtensa.c (xtensa_remove_section): Delete. (xtensa_insert_section): Delete. (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove and bfd_section_list_prepend. (xtensa_reorder_seg_list): Use bfd_section_list_remove and bfd_section_list_insert_after.
2005-05-03 * section.c (bfd_section_list_remove): Don't clear s->next.Alan Modra7-30/+75
(bfd_section_list_append): Always init s->prev. (bfd_section_list_prepend): Define. (bfd_section_list_insert_after): Minor optimization. (bfd_section_removed_from_list): Rewrite. * elf.c (assign_section_numbers): Simplify list traversal now that bfd_section_list_remove doesn't destroy removed section next ptr. * sunos.c (sunos_add_dynamic_symbols): Likewise. * elfxx-ia64.c (elfNN_ia64_object_p): Use bfd_section_list_prepend. * xcofflink.c (_bfd_xcoff_bfd_final_link): Simplify list traversal. * bfd-in2.h: Regenerate.
2005-05-03* config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations of ↵Nick Clifton6-17/+33
bfd_section_list... macros. * config/tc-mmix.c (mmix_frob_file): Likewise. * config/tc-xtensa.c (xtensa_remove_section): Likewise. (xtensa_insert_section): Likewise. * macro.c (macro_hash): Remove static. * macro.h (macro_hash): Provide an external declaration.
2005-05-03Regenerated.H.J. Lu1-32/+18
2005-05-03bfd/H.J. Lu19-180/+315
2005-05-02 H.J. Lu <hongjiu.lu@intel.com> * bfd.c (bfd): Remove section_tail and add section_last. (bfd_preserve): Likewise. (bfd_preserve_save): Likewise. (bfd_preserve_restore): Likewise. * opncls.c (_bfd_new_bfd): Likewise. * coffcode.h (coff_compute_section_file_positions): Updated. (coff_compute_section_file_positions): Likewise. * elf.c (assign_section_numbers): Likewise. * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise. * elf64-mmix.c (mmix_elf_final_link): Likewise. * elfxx-ia64.c (elfNN_ia64_object_p): Likewise. * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise. * sunos.c (sunos_add_dynamic_symbols): Likewise. * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise. * ecoff.c (bfd_debug_section): Initialize prev. * section.c (bfd_section): Add prev. (bfd_section_list_remove): Updated. (bfd_section_list_append): New. (bfd_section_list_insert_after): New. (bfd_section_list_insert_before): New. (bfd_section_list_insert): Removed. (bfd_section_removed_from_list): Updated. (STD_SECTION): Initialize prev. (bfd_section_init): Updated. (bfd_section_list_clear): Updated. * bfd-in2.h: Regenerated. gas/ 2005-05-02 H.J. Lu <hongjiu.lu@intel.com> * write.c (write_object_file): Use bfd_section_double_list_remove to remove sections. ld/ 2005-05-02 H.J. Lu <hongjiu.lu@intel.com> * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section): Updated for bfd_section_list_remove change. * ldlang.c (lang_insert_orphan): Likewise. (strip_excluded_output_sections): Likewise. (sort_sections_by_lma): New. (lang_check_section_addresses): Sort the sections before checking addresses.
2005-05-032004-05-02 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam4-2/+99
* lib/gdb.exp (skip_altivec_tests): New function, based on check_vmx_hw_available from the GCC testsuite. * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests. * lib/gdb.arch/altivec-regs.exp: Likewise.
2005-05-03daily updateAlan Modra1-1/+1
2005-05-03*** empty log message ***gdbadmin1-1/+1
2005-05-02 * infrun.c (handle_inferior_event): Update the comment about usersBen Elliston2-5/+9
of stepped_after_stopped_by_watchpoint.
2005-05-02 * dlltool.c (dtab): Remove empty function.Ben Elliston2-25/+5
(process_duplicates): Remove calls to dtab().
2005-05-02 * doc/Makefile.am (gasver.texi): Correct quoting.Daniel Jacobowitz3-2/+7
* doc/Makefile.in: Regenerated.
2005-05-02* gdb.base/auxv.exp: Call 'untested' and return -1 instead ofJim Blandy2-1/+7
calling gdb_suppress_entire_file.
2005-05-02* gdb.texinfo (Files): Remove documentation for auto-solib-limit.Mark Kettenis2-30/+4
2005-05-02 * gdb.texinfo (SVR4 Process Information, The isatty call)Eli Zaretskii2-23/+30
(The system call): Don't use foo(N) notation for man pages and functions. (Compilation, DJGPP Native): Improve wording.
2005-05-02 * MAINTAINERS: Remove hint that sh64 doesn't build.Corinna Vinschen3-7/+14
* sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory. (sh64_do_fp_register): make raw_buffer unsigned. (sh64_do_register): Ditto.
2005-05-02 * sh-desc.h: Move extern declaration of sh_cgen_ifld_table afterCorinna Vinschen2-4/+9
inclusion of cgen.h.
2005-05-022005-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+15
* elf.c (_bfd_elf_new_section_hook): Don't call _bfd_elf_get_sec_type_attr on sections from input files.
2005-05-022005-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+7
* merge.c (sec_merge_init): Call bfd_hash_table_init_n with hash table size 16699 instead of bfd_hash_table_init.
2005-05-02* bsd-uthread.c: Include "solib.h".Mark Kettenis3-3/+9
* Makefile.in (bsd-uthread.o): Update dependencies.
2005-05-022005-05-01 Paul Brook <paul@codesourcery.com>Paul Brook2-0/+12
* elflink.c (_bfd_elf_merge_symbol): Skip weak definitions if a strong definition has already been seen.
2005-05-02daily updateAlan Modra1-1/+1
2005-05-02*** empty log message ***gdbadmin1-1/+1
2005-05-012005-05-01 Paul Brook <paul@codesourcery.com>Paul Brook2-1/+9
* elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat R_ARM_PLT32 the same as R_ARM_PC24. (arm_add_to_rel): Ditto.
2005-05-01 * gdbarch.sh (deprecated_current_gdbarch_select_hack): FlushDaniel Jacobowitz3-0/+8
cached frames when changing gdbarch. * gdbarch.c: Regenerated.
2005-05-012005-05-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-7/+16
* MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax do not build.
2005-05-01(SVR4 Process Information, The isatty call, The system call): Don't use theEli Zaretskii2-3/+9
foo(N) notation for man pages and functions.
2005-05-012005-05-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney18-60/+95
* gdbarch.sh (deprecated_extract_return_value) (breakpoint_from_pc, deprecated_store_return_value) (memory_insert_breakpoint, memory_remove_breakpoint): Change type of buffer to a bfd_byte pointer. * gdbarch.h, gdbarch.c: Re-generate. * mem-break.c (memory_insert_breakpoint) (memory_remove_breakpoint, default_memory_insert_breakpoint) (default_memory_remove_breakpoint): Update. * target.h (memory_insert_breakpoint) (memory_remove_breakpoint, default_memory_insert_breakpoint) (default_memory_remove_breakpoint): Update declarations. (struct target_ops): Update to_insert_breakpoint and to_remove_breakpoint. * target.c (debug_to_remove_breakpoint) (debug_to_insert_breakpoint): Update. * remote-m32r-sdi.c (m32r_remove_breakpoint) (m32r_insert_breakpoint): Update. * m32r-tdep.c (m32r_memory_insert_breakpoint) (m32r_memory_remove_breakpoint): Update. * remote-e7000.c (e7000_insert_breakpoint) (e7000_remove_breakpoint): Update. * remote-rdi.c (arm_rdi_insert_breakpoint) (arm_rdi_remove_breakpoint): Update. * remote-sim.c (gdbsim_insert_breakpoint) (gdbsim_remove_breakpoint): Update. * exec.c (ignore): Update. * rs6000-tdep.c (rs6000_extract_return_value): Update. * ia64-tdep.c (ia64_memory_insert_breakpoint) (ia64_memory_remove_breakpoint): Update. * remote-rdp.c (remote_rdp_insert_breakpoint) (remote_rdp_remove_breakpoint): Update.
2005-05-01* somsolib.c, somsolib.h: Remove files.Mark Kettenis4-1794/+4
* Makefile.in (somsolib_h): Remove. (somsolib.o): Remove dependency.
2005-05-01* doc/binutils.texi (strip, objcopy): Clarify the description ofMaciej W. Rozycki2-3/+9
the "--strip-debug" option. Fix a typo.
2005-05-01* fbsd-nat.c: Include <sys/sysctl.h>.Mark Kettenis2-8/+27
(fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if available. Plug memory leak. Fixes PR gdb/1922.
2005-05-01*** empty log message ***gdbadmin1-1/+1
2005-05-01daily updateAlan Modra1-1/+1
2005-04-30 * gdb.threads/staticthreads.exp: Override signal to check for hppa.Daniel Jacobowitz2-4/+16
Slightly relax "sem_post" name checking.
2005-04-30* solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)Mark Kettenis3-22/+63
(TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK) (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS) (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines. * solib.c (solib_data): New variable. (solib_init, solib_ops): New functions. (solib_open, solib_map_sections, free_so, update_solib_list) (solib_add, clear_solib, solib_create_inferior_hook) (in_solib_dynsym_resolve_code): Call architecture-dependent code using solib_ops. (_initialize_solib): Register SOLIB_DATA.
2005-04-30daily updateAlan Modra1-1/+1
2005-04-30*** empty log message ***gdbadmin1-1/+1
2005-04-29Fix bugs related to inferior function calls on FRV using the FDPIC ABI.Kevin Buettner3-0/+18
2005-04-292005-04-29 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-42/+18
* gdb.base/unload.exp: Use new shared library infrastructure.
2005-04-292005-04-29 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-57/+23
* gdb.base/so-impl-ld.exp: Use new shared library infrastructure.
2005-04-29 * configure.tgt: Add h8300*-*-rtemscoff.Daniel Jacobowitz4-4/+14
Switch h8300*-*-rtems* to elf.
2005-04-29 * config.bfd: Add h8300*-*-rtemscoff.Daniel Jacobowitz2-1/+11
Switch h8300*-*-rtems* to elf.
2005-04-292005-04-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+71
* hash.c: Undo the last change. * hash.h: Likewise.
2005-04-292005-04-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-1/+8
* bucomm.c: Undo the last change. * bucomm.h: Likewise.
2005-04-292005-04-29 Paul Brook <paul@codesourcery.com>Paul Brook5-269/+280
* common/callback.c (PIPE_BUF): Provide default refinition. (os_lstat): Use stat if lstat is not available on the host. (os_ftruncate): Return EINVAL if not available on the host. (os_truncate): Ditto. * common/configure.ac: Check for lstat, truncate and ftruncate. * common/configure: Regenerate. * common/config.in: Regenerate.
2005-04-29 * gdb.asm/asm-source.exp: Add h8300 to supported targets.Corinna Vinschen3-0/+59
* gdb.asm/h8300.inc: New file.
2005-04-29 * MAINTAINERS: Revert h8300 state to un-deleted.Corinna Vinschen4-443/+433
* Makefile.in: Re-add h8300-tdep.o dependencies. * h8300-tdep.c: Slightly rearrange type definitions and functions. (struct frame_extra_info): Remove. (struct h8300_frame_cache): Replace locals with differently defined uses_fp member. (h8300_unwind_pc): Simplify. (h8300_unwind_sp): New function. (h8300_unwind_dummy_id): Simplify. (h8300_init_frame_cache): New function. (h8300_is_argument_spill): Use reworked defines for opcode scanning. (h8300_skip_prologue): Rewrite. (h8300_alloc_frame_cache): Remove. (h8300_analyze_frame_setup): Remove. (h8300_analyze_register_saves): Remove. (h8300_analyze_prologue): Rewrite. (h8300_frame_cache): Use h8300_init_frame_cache instead of h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to accomodate 16 bit mode. Fix saved_sp and register offset evaluation. (h8300_frame_this_id): Correctly calculate this_id using saved stack pointer instead of base. (h8300_frame_prev_register): Drop needless braces. (h8300_frame_base_address): New function. (h8300_frame_base): New frame_base. (h8300_push_dummy_call): Return correct CFA value. (h8300h_extract_return_value): Fix 8 byte value handling. (h8300_use_struct_convention): New function. (h8300h_use_struct_convention): New function. (h8300h_store_return_value): Fix 8 byte value handling. (h8300_return_value): New function. (h8300h_return_value): New function. (h8300_extract_struct_value_address): Remove deprecated functionality. (h8300_push_dummy_code): Remove. (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and set_gdbarch_store_return_value calls by set_gdbarch_return_value. Remove calls to set_gdbarch_deprecated_fp_regnum, set_gdbarch_deprecated_extract_struct_value_address, set_gdbarch_deprecated_use_struct_convention and set_gdbarch_push_dummy_code. Add calls to set_gdbarch_unwind_sp and frame_base_set_default. Slightly rearrange code.
2005-04-29bfd/Daniel Jacobowitz8-821/+395
* doc/Makefile.am: Remove stamp rules. Depend on chew.c instead of $(MKDOC). * aclocal.m4, Makefile.in, doc/Makefile.in: Regnerated. gas/ * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead of Makefile. (DISTCLEANFILES): Remove. (MAINTAINERCLEANFILES): Add asconfig.texi. * doc/Makefile.in: Regenerated.
2005-04-292005-04-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini6-99/+111
Sync from gcc: 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com> * config.sub: Update from master copy. 2005-04-19 Hans-Peter Nilsson <hp@axis.com> * configure.in <crisv32-*-*, cris-*-*>: New local variable libgcj_ex_libffi. Have specific match for *-*-linux*. Separate matches for "*-*-aout" and "*-*-elf". Don't disable libffi for "*-*-elf" and "*-*-linux*". * configure: Regenerate. config: 2005-04-29 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (ACX_PROG_GNAT): Remove stray break.