aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2007-07-242007-07-24 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* elflink.c (bfd_elf_final_link): Avoid redundant frees -- return on bfd_malloc error rather than goto error_return.
2007-07-24* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.Nick Clifton2-2/+6
2007-07-24 * regformats/reg-spu.dat: Fix order of npc, id registers.Ulrich Weigand2-1/+5
2007-07-24 * target.c (memory_xfer_partial): Accesses to unmapped overlayUlrich Weigand2-0/+13
sections should always go to the executable file.
2007-07-24* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.Nick Clifton2-9/+14
2007-07-24* config/tc-mep.h (skip_whitespace): Remove definition.Nick Clifton2-2/+4
2007-07-24* readelf.c (NUM_ELEM): Remove redundant macro; replace references to itNick Clifton2-34/+54
with references to ARRAY_SIZE. Add support for CR16. Fix formatting.
2007-07-24 * elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,Alan Modra3-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.
2007-07-24*** empty log message ***gdbadmin1-1/+1
2007-07-24daily updateAlan Modra1-1/+1
2007-07-23 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" priorKevin Buettner2-0/+9
to restarting SID.
2007-07-23Don't remove gas/i386/x86-64-nops-1-k8.d.H.J. Lu2-2/+161
2007-07-23gas/H.J. Lu27-532/+4076
2007-07-23 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386. (f32_15): Removed. (jump_31): New. (f32_patt): Remove f32_15. (f16_patt): Likewise. (i386_align_code): Updated to alt_long_patt for 64bit by default. * config/tc-i386.h (processor_type): Add PROCESSOR_I386. 2007-07-23 Evandro Menezes <evandro.menezes@amd.com> * config/tc-i386.c (i386_align_code): Enable alignment up to MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment for K8. * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31. gas/testsuite/ 2007-07-23 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8, nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3, x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8. * gas/i386/nops-1-i386-i686.d: New. * gas/i386/nops-1-k8.d: Likewise. * gas/i386/nops-3-i386.d : Likewise. * gas/i386/nops-3-i686.d: Likewise. * gas/i386/nops-4-i386.d: Likewise. * gas/i386/nops-4.d: Likewise. * gas/i386/nops16-1.d: Likewise. * gas/i386/nops16-1.s: Likewise. * gas/i386/x86-64-nops-1-k8.d: Likewise. * gas/i386/x86-64-nops-2.d: Likewise. * gas/i386/x86-64-nops-3.d: Likewise. * gas/i386/x86-64-nops-4-core2.d: Likewise. * gas/i386/x86-64-nops-4-k8.d: Likewise. * gas/i386/x86-64-nops-4.d: Likewise. * gas/i386/nops-1-i386.d: Updated. * gas/i386/nops-1-i686.d: Likewise. * gas/i386/nops-1.d: Likewise. * gas/i386/nops-2-i386.d: Likewise. * gas/i386/nops-2-merom.d : Likewise. * gas/i386/nops-2.d: Likewise. * gas/i386/nops-3.d: Likewise. * gas/i386/x86-64-nops-1-merom.d: Likewise. * gas/i386/x86-64-nops-1-nocona.d: Likewise. * gas/i386/x86-64-nops-1.d: Likewise. * gas/i386/x86-64-nops-1.s: Removed. 2007-07-23 Evandro Menezes <evandro.menezes@amd.com> H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run nops-3-i686 and nops-4-i686. * gas/i386/nops-3-i686.d: New. * gas/i386/nops-4-i686.d: Likewise. * gas/i386/nops-4.s: Likewise. * gas/i386/x86-64-nops-1-k8.d: Removed.
2007-07-23merge from gccDJ Delorie3-8/+23
2007-07-23gas/testsuite/Richard Sandiford3-15/+7
* lib/gas-defs.exp (run_list_test): Make the options optional. * gas/cr16/cr16.exp (run_list_test): Delete.
2007-07-23Remove unnecessary symbols from last commit.Richard Sandiford2-2/+1
2007-07-23bfd/Richard Sandiford8-4/+56
* 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.
2007-07-23daily updateAlan Modra1-1/+1
2007-07-23*** empty log message ***gdbadmin1-1/+1
2007-07-22 * elfxx-mips.c (struct mips_elf_link_hash_table): Add new fieldAdam Nemet2-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.
2007-07-22daily updateAlan Modra1-1/+1
2007-07-22*** empty log message ***gdbadmin1-1/+1
2007-07-21* sha1.h: Change to use version 3 of the GNU General Public License and tidy ↵Nick Clifton3-112/+125
up formatting. * sha1.c: Likewise.
2007-07-21*** empty log message ***gdbadmin1-1/+1
2007-07-21daily updateAlan Modra1-1/+1
2007-07-20* mips-tdep.c (heuristic_proc_start): Add more MIPS16 functionMaciej W. Rozycki2-4/+22
prologue instructions.
2007-07-20* mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead ofMaciej W. Rozycki2-2/+7
a direct test.
2007-07-20* mips-tdep.c (fetch_mips_16): Fix typos and reformat theMaciej W. Rozycki2-6/+10
description.
2007-07-20 * app.c (do_scrub_chars): Provide a one character buffer to hold aNick Clifton2-0/+11
pushed back newline at the end of an unterminated quoted string.
2007-07-20*** empty log message ***gdbadmin1-1/+1
2007-07-20daily updateAlan Modra1-1/+1
2007-07-19.Roland McGrath1-0/+48
2007-07-192007-07-19 Roland McGrath <roland@redhat.com>Roland McGrath43-203/+227
* genscripts.sh (source_em, fragment): New sh functions. Truncate e${EMULATION_NAME}.c file before .em script fills it. Use source_em in place of . for the .em script. * emultempl/generic.em: Use fragment and source_em functions. * emultempl/aix.em: Likewise. * emultempl/alphaelf.em: Likewise. * emultempl/armcoff.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/beos.em: Likewise. * emultempl/cr16elf.em: Likewise. * emultempl/crxelf.em: Likewise. * emultempl/elf-generic.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/genelf.em: Likewise. * emultempl/gld960.em: Likewise. * emultempl/gld960c.em: Likewise. * emultempl/hppaelf.em: Likewise. * emultempl/ia64elf.em: Likewise. * emultempl/irix.em: Likewise. * emultempl/linux.em: Likewise. * emultempl/lnk960.em: Likewise. * emultempl/m68hc1xelf.em: Likewise. * emultempl/m68kcoff.em: Likewise. * emultempl/m68kelf.em: Likewise. * emultempl/mipsecoff.em: Likewise. * emultempl/mipself.em: Likewise. * emultempl/mmix-elfnmmo.em: Likewise. * emultempl/mmixelf.em: Likewise. * emultempl/mmo.em: Likewise. * emultempl/needrelax.em: Likewise. * emultempl/netbsd.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/ppc32elf.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/scoreelf.em: Likewise. * emultempl/sh64elf.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/sunos.em: Likewise. * emultempl/ticoff.em: Likewise. * emultempl/vanilla.em: Likewise. * emultempl/vxworks.em: Likewise. * emultempl/xtensaelf.em: Likewise. * emultempl/z80.em: Likewise.
2007-07-19PR binutils/4797Nick Clifton2-1/+8
* dwarf2.c: (find_line) Do not dereference functionname_ptr if do_line is true.
2007-07-19PR gas/4804Nick Clifton4-2/+13
* gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target in the same way as the arm-eabi target. * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu target. * gas/arm/mapshort-elf.d: Do not use this file for the arm-linux-gnu target.
2007-07-19PR binutils/4801Nick Clifton2-1/+7
* maxq-dis.c (get_reg_name): Fix the scan of the mem_access_syntax_table.
2007-07-19PR binutils/4802Nick Clifton2-4/+8
* srconv.c (strip_suffix): Add const qualifier to argument
2007-07-19 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'Kevin Buettner2-0/+6
prior to `gdb_start'.
2007-07-19 * config/sid.exp (gdb_load): Add test for empty argument. AdjustKevin Buettner2-3/+11
return value to be compatible with gdb_run_cmd in lib/gdb.exp. Remove call to gdb_unload.
2007-07-19daily updateAlan Modra1-1/+1
2007-07-19*** empty log message ***gdbadmin1-1/+1
2007-07-18 * elf32-xtensa.c (xtensa_callback_required_dependence): IgnoreBob Wilson2-0/+10
non-ELF sections.
2007-07-18 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson2-1/+15
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
2007-07-18 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Get sectionBob Wilson2-5/+10
vma and size for dynamic tags from the output sections.
2007-07-18 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_descPedro Alves2-1/+7
instead of on tmp_desc.
2007-07-18 * elf-bfd.h (struct sym_sec_cache): Delete "sec". Add "shndx".Alan Modra3-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.
2007-07-18.Roland McGrath1-0/+6