aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* coff-i386.c (coff_i386_rtype_to_howto): Off by one error.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* aoutx.h (slurp_symbol_table): Return if count == 0.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+7
* coffgen.c (_bfd_coff_read_internal_relocs): Return if count is zero.
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder2-3/+11
* elf32-i386.c (elf_i386_check_relocs): Check for null pointer.
2007-07-272007-07-27 Michael Snyder <michael.snyder@access-company.com>Michael Snyder2-2/+17
* server.c (main): Check for inferior exit before main loop.
2007-07-27 * gdb.threads/staticthreads.exp: Match .*sem_post.Daniel Jacobowitz2-1/+5
2007-07-27 * gdb.base/readline.exp (operate_and_get_next): Match the finalDaniel Jacobowitz2-0/+8
prompt.
2007-07-27 * ppc-opc (PPC7450): New.Nathan Sidwell2-1/+7
(powerpc_opcodes): Use it in dcba.
2007-07-272007-07-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.
2007-07-272007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+5
* coff-i386.c (coff_i386_rtype_to_howto): Guard against null.
2007-07-272007-07-26 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder5-7/+27
* linker.c (bfd_section_already_linked_table_insert): Change return type from void to boolean. Return FALSE on failure. (_bfd_generic_section_already_linked): Test return value of bfd_section_already_linked_table_insert, call fatal on error. * elflink.c (_bfd_elf_section_already_linked): Test return value of bfd_section_already_linked_table_insert, call fatal on error. * libbfd-in.h (bfd_section_already_linked_table_insert): Update return type to bfd_boolean. * libbfd.h: Regenerate.
2007-07-27 * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap,Adam Nemet2-4/+11
bfd_slurp_armap): Improve function comment.
2007-07-27 * readelf.c (process_archive): Also skip Irix6-style archive symbolAdam Nemet2-1/+7
tables.
2007-07-27daily updateAlan Modra1-1/+1
2007-07-27*** empty log message ***gdbadmin1-1/+1
2007-07-26Fix bollixed check-inMichael Snyder1-2/+2
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+6
* linker.c (already_linked_newfunc): Check for NULL return from bfd_hash_allocate.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+5
* coffgen.c (fixup_symbol_value): Guard against null; bfd_is_com_section will dereference the section pointer.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* syms.c (bfd_decode_symclass): Guard against NULL, since bfd_is_com_section dereferences the pointer.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+8
* srec.c (srec_scan): Check for EOF (critical because return value will be used as array index).
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-8/+16
* coffgen.c (_bfd_coff_read_internal_relocs): If internal_relocs are not to be cached, free the temporary buffer.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+10
* aoutx.h (slurp_reloc_table): Return TRUE if reloc_size == zero or count == zero.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+4
* tekhex.c (first_phase): Check return value for null.
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* elf.c (_bfd_elf_get_synthetic_symtab): Remove meaningless pointer increment.
2007-07-26 * elflink.c (_bfd_elf_fix_symbol_flags): Remove unnecessaryAlan Modra2-13/+9
check on dynobj. Remove bed shadow.
2007-07-26 * srec.c (srec_get_section_contents): Return immediately onAlan Modra3-2/+18
count zero. Check that offset and count are within section. * libbfd.c (_bfd_generic_get_section_contents): Check that offset + count does not overflow.
2007-07-26 * srec.c (srec_canonicalize_symtab): Don't alloc when symcountAlan Modra4-7/+14
is zero. Correct return value on error. * mmo.c (mmo_canonicalize_symtab): Likewise. * binary.c (binary_canonicalize_symtab) Correct return on error.
2007-07-26 * bfd.c (_bfd_set_gp_value): Use abort instead of BFD_FAIL.Thiemo Seufer2-1/+5
2007-07-26* MAINTAINERS (Write After Approval): Add myself.Maciej W. Rozycki2-0/+5
2007-07-26gdb/:Maciej W. Rozycki4-4/+18
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory for include files. gdb/doc/: * Makefile.in (MAKEHTMLFLAGS): Also search the current directory for include files.
2007-07-26 * reloc.c (bfd_generic_get_relocated_section_contents): AvoidAlan Modra2-15/+22
bfd_canonicalize_reloc call when bfd_get_reloc_upper_bound says there are no relocs.
2007-07-26Speed up bfd_dwarf2_find_line.Nick Clifton2-31/+578
* dwarf2.c (struct dwarf2_debug): Add new fields to support function and variable info hash tables. Add last_comp_unit, info_hash_count, funcinfo_hash_table, varinfo_hash_table, hash_units_head. (struct comp_unit): Add prev_unit, cached. (struct info_list_node, struct info_hash_entry, struct info_hash_table): New. (info_hash_table_newfunc, create_info_hash_table, insert_info_hash_table, lookup_info_hash_table): New functions implementing function and variable info hash tables. (scan_unit_for_symbols): Add checks to make sure hash tables are consistent with compilation units. (comp_unit_maybe_decode_line_info): New function. (comp_unit_find_line): Use comp_unit_maybe_decode_line_info. (reverse_funcinfo_list, reverse_varinfo_list, comp_unit_hash_info, info_hash_lookup_funcinfo, info_hash_lookup_varinfo, stash_maybe_update_info_hash_table, stash_verify_info_hash_table, stash_maybe_enable_info_hash_tables, stash_find_line_fast): New functions. Make use of info hash tables to speed up bfd_dwarf2_find_line. (find_line): Use hash table for faster lookup if it is turned on. Also add code to maintain bi-directional link in comp units.
2007-07-262007-07-25 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+8
* coffgen.c (_bfd_coff_get_external_symbols): Nothing to be done if size == 0; return and avoid possible null pointer issues.
2007-07-26daily updateAlan Modra1-1/+1
2007-07-26*** empty log message ***gdbadmin1-1/+1
2007-07-25 * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.Daniel Jacobowitz2-1/+5
2007-07-25 * config/tc-xtensa.c (xtensa_extui_opcode): New.Bob Wilson2-0/+22
(xg_expand_assembly_insn): Check for invalid extui operands. (md_begin): Initialize xtensa_extui_opcode.
2007-07-25* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".Maciej W. Rozycki2-1/+5
2007-07-25PR 4824Nick Clifton2-1/+11
* ld.texinfo (Options): Extend the description of the -O command line option.
2007-07-252007-06-29 Paul Brook <paul@codesourcery.com>Paul Brook2-0/+33
* ld-arm/arm-elf.exp (armelftests): Add callweak. * ld-arm/callweak.d: New test. * ld-arm/callweak.s: New test.
2007-07-25 * Makefile.in (CFILES): Remove ternary.c.Ben Elliston3-178/+15
(REQUIRED_OFILES): Remove ./ternary.o. (INSTALLED_HEADERS): Remove ternary.h. (ternary.o): Remove. * ternary.c: Remove.
2007-07-25 * ternary.h: Remove.Ben Elliston2-51/+4
2007-07-252007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder2-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-252007-07-05 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+5
* stack.c (print_frame_args): Check return value of lookup_symbol.
2007-07-25*** empty log message ***gdbadmin1-1/+1
2007-07-25daily updateAlan Modra1-1/+1
2007-07-24warning fixAlan Modra2-4/+5
2007-07-242007-07-24 Michael Snyder <msnyder@access-company.com>Michael Snyder2-5/+12
* ax-gdb.c (find_field): Guard against null ptr.
2007-07-242007-07-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* i386-gen.c (main): Print a newline after copyright notice.
2007-07-242007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+4
* opncls.c (bfd_make_writable): Check return from bfd_malloc.