summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (CFILES): Remove ternary.c.Ben Elliston2007-07-253-178/+15
| | | | | | | (REQUIRED_OFILES): Remove ./ternary.o. (INSTALLED_HEADERS): Remove ternary.h. (ternary.o): Remove. * ternary.c: Remove.
* * ternary.h: Remove.Ben Elliston2007-07-252-51/+4
|
* 2007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-252-5/+9
| | | | | * solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of 'buffer' must cover both branches that call strcmp (Coverity).
* 2007-07-05 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-252-0/+5
| | | | * stack.c (print_frame_args): Check return value of lookup_symbol.
* *** empty log message ***gdbadmin2007-07-251-1/+1
|
* daily updateAlan Modra2007-07-251-1/+1
|
* warning fixAlan Modra2007-07-242-4/+5
|
* 2007-07-24 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-242-5/+12
| | | | * ax-gdb.c (find_field): Guard against null ptr.
* 2007-07-24 H.J. Lu <hongjiu.lu@intel.com>binutils-2_16-branchpointH.J. Lu2007-07-242-1/+5
| | | | * i386-gen.c (main): Print a newline after copyright notice.
* 2007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-242-0/+4
| | | | * opncls.c (bfd_make_writable): Check return from bfd_malloc.
* 2007-07-24 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-07-242-1/+6
| | | | | * elflink.c (bfd_elf_final_link): Avoid redundant frees -- return on bfd_malloc error rather than goto error_return.
* * regformats/reg-spu.dat: Fix order of npc, id registers.Ulrich Weigand2007-07-242-1/+5
|
* * target.c (memory_xfer_partial): Accesses to unmapped overlayUlrich Weigand2007-07-242-0/+13
| | | | sections should always go to the executable file.
* * elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,Alan Modra2007-07-243-728/+744
| | | | | | | | | | | | | | | _bfd_elf_merge_sections, _bfd_elf_link_hash_newfunc, _bfd_elf_link_hash_copy_indirect, _bfd_elf_link_hash_hide_symbol, _bfd_elf_link_hash_table_init, _bfd_elf_link_hash_table_create, bfd_elf_set_dt_needed_name, bfd_elf_get_dyn_lib_class, bfd_elf_set_dyn_lib_class, bfd_elf_get_needed_list, bfd_elf_get_runpath_list, bfd_elf_get_dt_soname, bfd_elf_get_bfd_needed_list, struct elf_symbuf_symbol, struct elf_symbuf_head, struct elf_symbol, elf_sort_elf_symbol, elf_sym_name_compare, elf_create_symbuf, bfd_elf_match_symbols_in_sections, _bfd_elf_match_sections_by_type): Move to here.. * elf.c: ..from here.
* *** empty log message ***gdbadmin2007-07-241-1/+1
|
* daily updateAlan Modra2007-07-241-1/+1
|
* * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" priorKevin Buettner2007-07-232-0/+9
| | | | to restarting SID.
* merge from gccDJ Delorie2007-07-233-8/+23
|
* bfd/Richard Sandiford2007-07-232-4/+10
| | | | | | | | | | * elflink.c (_bfd_elf_fix_symbol_flags): Only assert the type of weakdef->root.type if weakdef has no regular definition. ld/testsuite/ * ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld, * ld-elf/weak-dyn-1.rd: New test. * ld-elf/elf.exp: Run it.
* daily updateAlan Modra2007-07-231-1/+1
|
* *** empty log message ***gdbadmin2007-07-231-1/+1
|
* * elfxx-mips.c (struct mips_elf_link_hash_table): Add new fieldAdam Nemet2007-07-222-0/+25
| | | | | | | small_data_overflow_reported. (_bfd_mips_elf_link_hash_table_create): Initialize it. (_bfd_mips_elf_relocate_section) <bfd_reloc_overflow>: Report small-data section overflow.
* daily updateAlan Modra2007-07-221-1/+1
|
* *** empty log message ***gdbadmin2007-07-221-1/+1
|
* *** empty log message ***gdbadmin2007-07-211-1/+1
|
* daily updateAlan Modra2007-07-211-1/+1
|
* * mips-tdep.c (heuristic_proc_start): Add more MIPS16 functionMaciej W. Rozycki2007-07-202-4/+22
| | | | prologue instructions.
* * mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead ofMaciej W. Rozycki2007-07-202-2/+7
| | | | a direct test.
* * mips-tdep.c (fetch_mips_16): Fix typos and reformat theMaciej W. Rozycki2007-07-202-6/+10
| | | | description.
* *** empty log message ***gdbadmin2007-07-201-1/+1
|
* daily updateAlan Modra2007-07-201-1/+1
|
* PR binutils/4797Nick Clifton2007-07-192-1/+8
| | | | * dwarf2.c: (find_line) Do not dereference functionname_ptr if do_line is true.
* PR binutils/4801Nick Clifton2007-07-192-1/+7
| | | | * maxq-dis.c (get_reg_name): Fix the scan of the mem_access_syntax_table.
* * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'Kevin Buettner2007-07-192-0/+6
| | | | prior to `gdb_start'.
* * config/sid.exp (gdb_load): Add test for empty argument. AdjustKevin Buettner2007-07-192-3/+11
| | | | | return value to be compatible with gdb_run_cmd in lib/gdb.exp. Remove call to gdb_unload.
* daily updateAlan Modra2007-07-191-1/+1
|
* *** empty log message ***gdbadmin2007-07-191-1/+1
|
* * elf32-xtensa.c (xtensa_callback_required_dependence): IgnoreBob Wilson2007-07-182-0/+10
| | | | non-ELF sections.
* * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson2007-07-182-1/+15
| | | | (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
* * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Get sectionBob Wilson2007-07-182-5/+10
| | | | vma and size for dynamic tags from the output sections.
* * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_descPedro Alves2007-07-182-1/+7
| | | | instead of on tmp_desc.
* * elf-bfd.h (struct sym_sec_cache): Delete "sec". Add "shndx".Alan Modra2007-07-183-26/+32
| | | | | | * elf.c (bfd_section_from_r_symndx): Don't cache bfd section of symbol. Instead cache ELF section index. Remove redundant checks of st_shndx.
* *** empty log message ***gdbadmin2007-07-181-1/+1
|
* daily updateAlan Modra2007-07-181-1/+1
|
* merge from gccDJ Delorie2007-07-173-2/+8
|
* * COPYING3: New file. Contains version 3 of the GNU General Public License.Nick Clifton2007-07-175-0/+1525
| | | | * COPYING3.LIB: New file. Contains version 3 of the GNU Lesser General Public License.
* 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>Daniel Jacobowitz2007-07-1713-43/+636
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Daniel Jacobowitz <dan@codesourcery.com> * config/i386/cygwin.mt (TDEPFILES): Add solib-target.o. * coff-pe-read.c (read_pe_exported_syms): Delete verbose printf. * NEWS: Mention gdbserver DLL support. * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define for __WIN32__. (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf. * gdb.base/unload.exp: Use shared library test routines. * inferiors.c (all_dlls, dlls_changed, get_dll): New. (add_thread): Minor cleanups. (clear_inferiors): Move lower in the file. Clear the DLL list. (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New. * remote-utils.c (prepare_resume_reply): Check dlls_changed. (xml_escape_text): New. * server.c (handle_query): Handle qXfer:libraries:read. Report it for qSupported. (handle_v_cont): Report errors. (gdbserver_version): Update. (main): Correct size of own_buf. Do not report initial DLL events. * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll) (unloaded_dll, xml_escape_text): New. * win32-low.c (enum target_waitkind): Update comments. (win32_add_one_solib, get_image_name, winapi_EnumProcessModules) (winapi_GetModuleInformation, winapi_GetModuleFileNameExA) (win32_EnumProcessModules, win32_GetModuleInformation) (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name) (winapi_CreateToolhelp32Snapshot, winapi_Module32First) (winapi_Module32Next, win32_CreateToolhelp32Snapshot) (win32_Module32First, win32_Module32Next, load_toolhelp) (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New. (get_child_debug_event): Handle DLL events. (win32_wait): Likewise.
* * dwarf2read.c (dwarf_decode_lines): Detect address size mismatches.Daniel Jacobowitz2007-07-172-3/+17
|
* daily updateAlan Modra2007-07-171-1/+1
|
* *** empty log message ***gdbadmin2007-07-171-1/+1
|