Richard Sandiford [Mon, 8 Feb 2010 20:00:54 +0000 (20:00 +0000)]
 
bfd/
	* xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating
	max_contents_size, only consider sections whose contents must
	be swapped in.
Ulrich Weigand [Mon, 8 Feb 2010 19:50:04 +0000 (19:50 +0000)]
 
	* infrun.c (handle_inferior_event): Do not look up regcache
	for exited processes.
H.J. Lu [Mon, 8 Feb 2010 19:43:19 +0000 (19:43 +0000)]
 
Document i386 XML target features.
2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
	* gdb.texinfo: Document i386 target features.
Jim Blandy [Mon, 8 Feb 2010 19:27:34 +0000 (19:27 +0000)]
 
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
'z' augmentation strings.
Sterling Augustine [Mon, 8 Feb 2010 18:45:05 +0000 (18:45 +0000)]
 
2010-02-08  Sterling Augustine  <sterling@tensilica.com>
	* config/tc-xtensa.c (frag_format_size): Generalize logic to
	handle more instruction	sizes and fetch widths.
	(branch_align_power): Likewise.
	(text_align_power): Likewise.
	(bytes_to_stretch): Likewise.
Chris Moller [Mon, 8 Feb 2010 18:27:53 +0000 (18:27 +0000)]
 
PR gdb/10728
* valarith.c (value_ptrdiff): Added a test for a zero type length,
	warn if found, and assume length = 1.
* gdb.cp/pr10728-x.h: New file.
* gdb.cp/pr10728-x.cc: New file.
* gdb.cp/pr10728-y.cc: New file.
* gdb.cp/pr10728.exp: New file.
* gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
Chris Moller [Mon, 8 Feb 2010 18:04:17 +0000 (18:04 +0000)]
 
PR gdb/9067
* cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
	cp_print_static_field)  Fix use of obstacks.
* gdb.cp/pr9067.exp:  New
* gdb.cp/pr9067.cc:   New
* gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
Pedro Alves [Mon, 8 Feb 2010 15:44:09 +0000 (15:44 +0000)]
 
	* linux-nat.c (linux_nat_resume): In non-stop, also only tag
	resumed LWPs as resumed.
	(linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
	we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
	of throwing an internal error.  If an LWP of a process we're not
	waiting for reports a signal, don't force collecting a SIGSTOP,
	and if it was breakpoint hit in non-stop mode, cancel it.  Don't
	go through all LWPs cancelling breakpoints in non-stop mode.
	(resume_stopped_resumed_lwps): New.
	(linux_nat_wait): Use it.
Nick Clifton [Mon, 8 Feb 2010 14:33:22 +0000 (14:33 +0000)]
 
    * objdump.c (disassemble_bytes): Clear aux->reloc before printing
        a new address, so as not to reuse a previous, non-related reloc.
        * gas/arm/arm-it-auto.d, gas/arm/bl-local-v4t.d,
        gas/arm/blx-local.d, gas/arm/thumb-w-good.d: Update expected
        results.
Alan Modra [Mon, 8 Feb 2010 14:09:25 +0000 (14:09 +0000)]
 
	* elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
	(ppc64_elf_size_dynamic_sections): ..and here..
	(merge_got_entries): ..rather than here.
Alan Modra [Mon, 8 Feb 2010 13:50:17 +0000 (13:50 +0000)]
 
bfd/
	* elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc.
	(has_small_toc_reloc): Define.
	(ppc64_elf_check_relocs): Set the above flags.
	(ppc64_elf_edit_opd): Delete obfd param.
	(ppc64_elf_tls_optimize): Likewise.
	(ppc64_elf_edit_toc): Likewise.
	(ppc64_elf_tls_setup): Likewise.  Add no_multi_toc param.
	* elf64-ppc.h: Update prototypes.
ld/
	* emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
	function parameters.
Alan Modra [Mon, 8 Feb 2010 13:47:22 +0000 (13:47 +0000)]
 
update copyright date
Alan Modra [Mon, 8 Feb 2010 13:16:24 +0000 (13:16 +0000)]
 
	* section.c (struct bfd_section): Delete has_tls_reloc,
	has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
	Add sec_flg0 thru sec_flg5.
	(BFD_FAKE_SECTION): Update for changed flags.
	* ecoff.c (bfd_debug_section): Likewise.
	* elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
	* elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
	(has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update.
	* elf32-xtensa.c (reloc_done): Define.
	* elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update.
	* bfd-in2.h: Regenerate.
Joel Brobecker [Mon, 8 Feb 2010 11:33:54 +0000 (11:33 +0000)]
 
    * lib/gdb.exp (gdb_test_timeout): New global variable.
        Set it to timeout if not already set.
        (gdb_init): Reset the value of timeout to gdb_test_timeout.
Tristan Gingold [Mon, 8 Feb 2010 09:13:47 +0000 (09:13 +0000)]
 
2010-02-08  Tristan Gingold  <gingold@adacore.com>
	* mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
	for non-scattered relocations.
Nathan Sidwell [Mon, 8 Feb 2010 07:09:39 +0000 (07:09 +0000)]
 
bfd/
	* elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
	apuinfo sections, only scan input sections once and reuse the
	buffer.
ld/testsuite/
	* ld-powerpc/apuinfo-nul.s: New.
	* ld-powerpc/apuinfo.rd: Add it.
	* ld-powerpc/powerpc.exp: Likewise.
H.J. Lu [Mon, 8 Feb 2010 05:08:46 +0000 (05:08 +0000)]
 
Add x86 XML target description files.
2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
	* features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
	i386/amd64 and i386/amd64-linux.
	(i386/i386-expedite): New.
	(i386/i386-linux-expedite): Likewise.
	(i386/amd64-expedite):Likewise.
	(i386/amd64-linux-expedite): Likewise.
	($(outdir)/i386/i386-linux.dat): Likewise.
	($(outdir)/i386/amd64.dat): Likewise.
	($(outdir)/i386/amd64-linux.dat): Likewise.
	* features/i386/32bit-core.xml: New.
	* features/i386/32bit-linux.xml: Likewise.
	* features/i386/32bit-sse.xml: Likewise.
	* features/i386/64bit-core.xml: Likewise.
	* features/i386/64bit-linux.xml: Likewise.
	* features/i386/64bit-sse.xml: Likewise.
	* features/i386/i386-linux.xml: Likewise.
	* features/i386/i386.xml: Likewise.
	* features/i386/amd64-linux.xml: Likewise.
	* features/i386/amd64.xml: Likewise.
	* features/i386/i386-linux.c: Likewise.
	* features/i386/i386.c: Likewise.
	* features/i386/amd64-linux.c: Likewise.
	* features/i386/amd64.c: Likewise.
Alan Modra [Mon, 8 Feb 2010 02:04:05 +0000 (02:04 +0000)]
 
missed from last commit
Alan Modra [Mon, 8 Feb 2010 01:59:38 +0000 (01:59 +0000)]
 
include/
	* opcode/ppc.h (PPC_OPCODE_TITAN): Define.
bfd/
	* archures.c (bfd_mach_ppc_titan): Define.
	* bfd-in2.h: Regenerate.
	* cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
opcodes/
	* ppc-dis.c (ppc_opts): Add titan entry.
	* ppc-opc.c (TITAN, MULHW): Define.
	(powerpc_opcodes): Support AppliedMicro Titan core (APM83xxx).
gas/
	* config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
	(ppc_mach): Handle titan.
	* doc/c-ppc.texi: Mention -mtitan.
gas/testsuite/
	* gas/ppc/titan.d, * gas/ppc/titan.s: New test.
	* gas/ppc/ppc.exp: Run it.
Alan Modra [Mon, 8 Feb 2010 00:48:27 +0000 (00:48 +0000)]
 
	* elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.
gdbadmin [Mon, 8 Feb 2010 00:00:05 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Sun, 7 Feb 2010 23:00:05 +0000 (23:00 +0000)]
 
daily update
H.J. Lu [Sun, 7 Feb 2010 14:42:40 +0000 (14:42 +0000)]
 
Move entry for elf/s390.h to elf/ChangeLog.
gdbadmin [Sun, 7 Feb 2010 00:00:03 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Sat, 6 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Ian Lance Taylor [Sat, 6 Feb 2010 20:14:01 +0000 (20:14 +0000)]
 
	* configure.ac: Rewrite targetobjs duplicate removal code to use
	only shell constructs.
	* configure: Rebuild.
Doug Kwan [Sat, 6 Feb 2010 04:30:00 +0000 (04:30 +0000)]
 
2010-02-05  Doug Kwan  <dougkwan@google.com>
	PR 11247
	* arm.cc (Arm_relobj::section_is_scannable): New method.
	(Arm_relobj::section_needs_reloc_stub_scanning): Use it.
	(Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
gdbadmin [Sat, 6 Feb 2010 00:00:03 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Fri, 5 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Doug Evans [Fri, 5 Feb 2010 21:51:38 +0000 (21:51 +0000)]
 
	testsuite/
	* lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
	user.
	doc/
	* gdbint.texinfo (Testsuite): Document INTERNAL_GDBFLAGS.
Sami Wagiaalla [Fri, 5 Feb 2010 19:03:42 +0000 (19:03 +0000)]
 
2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
	PR c++/7935:
	* gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
	PR c++/7935:
	* cp-support.h: Added char* alias element to using_direct data
	struct.
	(cp_add_using): Added char* alias argument.
	(cp_add_using_directive): Ditto.
	* cp-namespace.c: Updated with the above changes.
	(cp_lookup_symbol_imports): Check for aliases.
	* dwarf2read.c (read_import_statement): Figure out local alias
	for the import and pass it on to cp_add_using.
	(read_namespace): Pass alias argument to cp_add_using.
Sterling Augustine [Fri, 5 Feb 2010 18:52:27 +0000 (18:52 +0000)]
 
10-02-05  Sterling Augustine  <sterling@tensilica.com>
	* config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
	replace with...
	(xtensa_fetch_width) ...this.
Doug Evans [Fri, 5 Feb 2010 18:30:44 +0000 (18:30 +0000)]
 
	* gdbint.texinfo (Testsuite): Add a new section to document the
	various DejaGnu variables that may be overridden.
Sterling Augustine [Fri, 5 Feb 2010 17:42:46 +0000 (17:42 +0000)]
 
Update Changelog entry to include bug number.  Checked in as obvious.
Sterling Augustine [Fri, 5 Feb 2010 17:08:47 +0000 (17:08 +0000)]
 
2010-02-05  Sterling Augustine  <sterling@tensilica.com>
	* elf.c (assign_file_positions_for_load_sections) Update lma of
	section	if necessary.
Andreas Schwab [Fri, 5 Feb 2010 15:47:02 +0000 (15:47 +0000)]
 
* ppc-instructions: Fix aliasing bugs when calling
invalid_arithemetic_operation.
H.J. Lu [Fri, 5 Feb 2010 14:58:11 +0000 (14:58 +0000)]
 
Remove trailing white spaces.
2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
	* elf32-i386.c: Remove trailing white spaces.
	* elf64-x86-64.c: Likewise.
Nick Clifton [Fri, 5 Feb 2010 14:17:56 +0000 (14:17 +0000)]
 
    * configure.in (ALL_LIBGUAS): Add bg.
        * configure: Regenerate.
        * po/bg.po: New Bulgarian translation.
Nick Clifton [Fri, 5 Feb 2010 13:57:47 +0000 (13:57 +0000)]
 
    * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
        --target1-abs and --target1-rel options.
Joseph Myers [Fri, 5 Feb 2010 12:43:09 +0000 (12:43 +0000)]
 
	* Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
	MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
	* Makefile.in: Regenerate.
Hui Zhu [Fri, 5 Feb 2010 02:22:39 +0000 (02:22 +0000)]
 
2010-02-05  Hui Zhu  <teawater@gmail.com>
	* defs.h (gdb_bfd_errmsg): New extern.
	* exec.c (exec_file_attach): Change bfd_errmsg to
	gdb_bfd_errmsg.
	* utils.c (AMBIGUOUS_MESS1): New macro.
	(AMBIGUOUS_MESS2): New macro.
	(gdb_bfd_errmsg): New function.
Doug Kwan [Fri, 5 Feb 2010 00:30:35 +0000 (00:30 +0000)]
 
2010-02-04  Doug Kwan  <dougkwan@google.com>
	PR 11247
	* arm-reloc-property.cc (cstdio): Include.
	* configure.ac (targetobjs): Remove duplicates.
	* configure: Regenerate.
	* resolve.cc (Symbol_table::resolve): Explicit instantiate both
	big and little endian version for a given address size.
gdbadmin [Fri, 5 Feb 2010 00:00:33 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Thu, 4 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Doug Evans [Thu, 4 Feb 2010 22:54:41 +0000 (22:54 +0000)]
 
	* solib-svr4.c (enable_break): Add comment.
Mike Frysinger [Thu, 4 Feb 2010 22:52:42 +0000 (22:52 +0000)]
 
sim-model.c: Include sim-model.h
Mike Frysinger [Thu, 4 Feb 2010 22:52:03 +0000 (22:52 +0000)]
 
sime-base.h: fix typos in STATE_CPU() examples
Anthony Green [Thu, 4 Feb 2010 22:34:07 +0000 (22:34 +0000)]
 
Fix prolog analyzer
Tom Tromey [Thu, 4 Feb 2010 21:04:30 +0000 (21:04 +0000)]
 
gdb
	* valops.c (search_struct_field): Account for
	value_embedded_offset.  Fix check for virtual base past the end of
	the object.  Use value_copy when making a slice of the value.
gdb/testsuite
	* gdb.cp/virtbase.exp: Make test case names unique.
Tom Tromey [Thu, 4 Feb 2010 19:12:58 +0000 (19:12 +0000)]
 
	PR cli/8830:
	* gdb.texinfo (Files): -readnow comes before the filename for file
	and symbol-file.
H.J. Lu [Thu, 4 Feb 2010 17:37:59 +0000 (17:37 +0000)]
 
Call tui_initialize_readline only if gdb_stdout is a tty.
2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
	PR tui/9622
	* tui/tui-interp.c (tui_init): Call tui_initialize_readline
	only if gdb_stdout is a tty.
H.J. Lu [Thu, 4 Feb 2010 17:09:58 +0000 (17:09 +0000)]
 
Generate set_tdesc_osabi for valid OSABI.
2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
	* target-descriptions.c: Include "osabi.h".
	(maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
	OSABI.
DJ Delorie [Thu, 4 Feb 2010 17:08:54 +0000 (17:08 +0000)]
 
merge from gcc
Tristan Gingold [Thu, 4 Feb 2010 12:45:49 +0000 (12:45 +0000)]
 
2010-02-04  Tristan Gingold  <gingold@adacore.com>
	* machoread.c (macho_add_oso): Renamed to macho_register_oso.
	(macho_symtab_read): Adjust calls to macho_add_oso.
	(macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
	(macho_symfile_read): Adjust call to macho_oso_symfile.
	(macho_new_init): Move this function after declarations.
	(macho_symfile_init): Ditto.
	* darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
	* darwin-nat.c (darwin_lookup_task): Remove unused prototype.
Nick Clifton [Thu, 4 Feb 2010 09:16:43 +0000 (09:16 +0000)]
 
    * elf-bfd.h (emum elf_object_id): Rename to elf_target_id.  Add
        entries for other architectures.
        (struct elf_link_hash_table): Add hash_table_id field.
        (elf_hash_table_id): New accessor macro.
        * elflink.c (_bfd_elf_link_hash_table_init): Add target_id
        parameter.
        * elf-m10300.c (elf32_mn10300_hash_table): Check table id before
        returning cast pointer.
        (elf32_mn10300_link_hash_table_create): Identify new table as
        containing MN10300 extensions.
        (mn10300_elf_relax_section): Check pointer returned by
        elf32_mn10300_hash_table.
        * elf32-arm.c: Likewise, except using ARM extensions.
        * elf32-avr.c: Likewise, except using AVR extensions.
        * elf32-bfin.c: Likewise, except using BFIN extensions.
        * elf32-cris.c: Likewise, except using CRIS extensions.
        * elf32-frv.c: Likewise, except using FRV extensions.
        * elf32-hppa.c: Likewise, except using HPPA32 extensions.
        * elf32-i386.c: Likewise, except using I386 extensions.
        * elf32-lm32.c: Likewise, except using LM32 extensions.
        * elf32-m32r.c: Likewise, except using M32RM extensions.
        * elf32-m68hc11.c: Likewise, except using M68HC11 extensions.
        * elf32-m68hc1x.c: Likewise, except using M68HC11 extensions.
        * elf32-m68hc1x.h: Likewise, except using M68HC11 extensions.
        * elf32-m68k.c: Likewise, except using M68K extensions.
        * elf32-microblaze.c: Likewise, except using MICROBLAZE extensions.
        * elf32-ppc.c: Likewise, except using PPC32 extensions.
        * elf32-s390.c: Likewise, except using S390 extensions.
        * elf32-sh.c: Likewise, except using SH extensions.
        * elf32-spu.c: Likewise, except using SPU extensions.
        * elf32-xtensa.c: Likewise, except using XTENSA extensions.
        * elf64-alpha.c: Likewise, except using ALPHA extensions.
        * elf64-hppa.c: Likewise, except using HPPA64 extensions.
        * elf64-ppc.c: Likewise, except using PPC64 extensions.
        * elf64-s390.c: Likewise, except using S390 extensions.
        * elf64-x86-64.c: Likewise, except using X86_64 extensions.
        * elfxx-ia64.c: Likewise, except using IA64 extensions.
        * elfxx-mips.c: Likewise, except using MIPS extensions.
        * elfxx-sparc.c: Likewise, except using SPARC extensions.
        * elfxx-sparc.h: Likewise, except using SPARC extensions.
        * elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete
        redundant structure.
        (elf32_cr16_hash_table): Delete unused macro.
        (elf32_cr16_link_hash_traverse): Delete unused macro.
        * elf32-score.c: Likewise.
        * elf32-score7.c: Likewise.
        * elf32-vax.c: Likewise.
        * elf64-sh64.c: Likewise.
        * emultempl/alphaelf.em: Update value expected from elf_object_id.
        * emultempl/hppaelf.em: Likewise.
        * emultempl/mipself.em: Likewise.
        * emultempl/ppc32elf.em: Likewise.
        * emultempl/ppc64elf.em: Likewise.
Vladimir Prus [Thu, 4 Feb 2010 07:37:36 +0000 (07:37 +0000)]
 
	Include MI command in remotelog.
	* mi/mi-main.c (mi_execute_command): Call target_log_command.
Doug Kwan [Thu, 4 Feb 2010 03:32:18 +0000 (03:32 +0000)]
 
2010-02-03  Doug Kwan  <dougkwan@google.com>
	* arm-reloc-property.cc
	(Arm_reloc_property_table::reloc_name_in_error_message): New method
	definition.
	* arm-reloc-property.h
	(Arm_reloc_property_table::get_implemented_static_reloc_property):
	New method definition.
	(Arm_reloc_property_table::reloc_name_in_error_message): New method
	declaration.
	* arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
	overflow to N.
	(GOT_PREL): Change implemented to Y.
	* arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
	(Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
	(Arm_relocate_functions::movw_abs_nc): Remove method.
	(Arm_relocate_functions::movt_abs): Ditto.
	(Arm_relocate_functions::thm_movw_abs_nc): Ditto.
	(Arm_relocate_functions::thm_movt_abs): Ditto.
	(Arm_relocate_functions::movw_rel_nc): Ditto.
	(Arm_relocate_functions::movw_rel): Ditto.
	(Arm_relocate_functions::movt_rel): Ditto.
	(Arm_relocate_functions:thm_movw_rel_nc): Ditto.
	(Arm_relocate_functions:thm_movw_rel): Ditto.
	(Arm_relocate_functions:thm_movt_rel): Ditto.
	(Arm_relocate_functions::movw, Arm_relocate_functions::movt,
	(Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
	New method definitions.
	(Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
	(Arm_relocation_functions::arm_grp_ldr): Ditto.
	(Arm_relocation_functions::arm_grp_ldrs): Ditto.
	(Arm_relocation_functions::arm_grp_ldc): Ditto.
	(Target_arm::Relocate::relocate): Check for non-static or
	unimplemented relocation code and exit early.  Change calls to
	Target_arm::reloc_uses_thumb_bit and
	Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
	instead.  Refactor code to handle similar relocations to increase
	code sharing.  Remove check for unsupported relocation code in switch
	statement.
	(Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
	relocation property table to find out size.  Change error message to
	print out the name of a relocation code instead of the numeric value.
	(Target_arm::scan_reloc_for_stub): Use relocation property table
	instead of calling Target_arm::reloc_uses_thumb_bit().
gdbadmin [Thu, 4 Feb 2010 00:00:03 +0000 (00:00 +0000)]
 
*** empty log message ***
DJ Delorie [Wed, 3 Feb 2010 23:28:01 +0000 (23:28 +0000)]
 
merge from gcc
Alan Modra [Wed, 3 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Sebastian Pop [Wed, 3 Feb 2010 20:36:14 +0000 (20:36 +0000)]
 
2010-02-03  Quentin Neill  <quentin.neill@amd.com>
gas/
	* config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
	(i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
	* config/tc-i386.h (processor_type): Same.
	* doc/c-i386.texi: Change amdfam15 to bdver1.
opcodes/
	* i386-gen.c (cpu_flag_init): Rename CPU_AMDFAM15_FLAGS
	to CPU_BDVER1_FLAGS
	* i386-init.h: Regenerated.
testsuite/
	* gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
	* gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
	gas/i386/x86-64-nops-1-bdver1.d.
	* gas/i386/nops-1-amdfam15.d: Renamed test case to
	gas/i386/nops-1-bdver1.d.
Doug Kwan [Wed, 3 Feb 2010 19:32:28 +0000 (19:32 +0000)]
 
2010-02-03  Doug Kwan  <dougkwan@google.com>
	* arm.cc (Target_arm::relocate_section): Do view adjustment for all
	types of relaxed input section.
H.J. Lu [Wed, 3 Feb 2010 18:30:04 +0000 (18:30 +0000)]
 
Pass target_gdbarch to gdbarch_qsupported.
2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
	* remote.c (remote_state): Remove gdbarch.
	(init_remote_state): Don't set gdbarch.
	(remote_query_supported): Pass target_gdbarch instead of
	rs->gdbarch to gdbarch_qsupported.
H.J. Lu [Wed, 3 Feb 2010 18:20:21 +0000 (18:20 +0000)]
 
2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
	* regcache.c (supply_register): Clear regcache if buf is NULL.
H.J. Lu [Wed, 3 Feb 2010 16:43:03 +0000 (16:43 +0000)]
 
Add qsupported to gdbarch.
2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
	* gdbarch.sh: Add qsupported.
	* gdbarch.c: Regenerated.
	* gdbarch.h: Likewise.
	* remote.c (remote_state): Add gdbarch.
	(init_remote_state): Set gdbarch.
	(remote_query_supported): Support gdbarch_qsupported.
Daniel Jacobowitz [Wed, 3 Feb 2010 15:30:25 +0000 (15:30 +0000)]
 
	* amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
	__FreeBSD_kernel_version.
Tristan Gingold [Wed, 3 Feb 2010 14:13:16 +0000 (14:13 +0000)]
 
2010-02-03  Tristan Gingold  <gingold@adacore.com>
	* symfile.h (struct sym_fns): Add sym_relocate field.
	(default_symfile_relocate): New prototype.
	(symfile_relocate_debug_section): First argument is now an objfile.
	* symfile.c (default_symfile_relocate): Rename from
	symfile_relocate_debug_section, first argument is now an objfile.
	(symfile_relocate_debug_section): New function.
	* coffread.c (coff_sym_fns): Set sym_relocate field.
	* somread.c (som_sym_fns): Ditto.
	* mipsread.c (ecoff_sym_fns): Ditto.
	* machoread.c (macho_sym_fns): Ditto.
	* elfread.c (elf_sym_fns): Ditto.
	* dwarf2read.c (dwarf2_read_section): Ditto.
	* xcoffread.c (xcoff_sym_fns): Ditto.
	* dbxread.c (aout_sym_fns): Ditto.
	(dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
	(elfstab_build_psymtabs): Ditto.
H.J. Lu [Wed, 3 Feb 2010 13:48:17 +0000 (13:48 +0000)]
 
Increase MAX_REGISTER_SIZE to 32.
2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
	* defs.h (MAX_REGISTER_SIZE): Increase to 32.
Anthony Green [Wed, 3 Feb 2010 12:47:06 +0000 (12:47 +0000)]
 
Move NOP from 0x00 to 0x0f.
Alan Modra [Wed, 3 Feb 2010 12:03:35 +0000 (12:03 +0000)]
 
bfd/
	* elf64-ppc.c (struct plt_entry): Move earlier in file.
	(struct got_entry): Likewise.  Add is_indirect and got.ent fields.
	(struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry.
	Update all uses.
	(struct ppc_link_hash_table): Add got_reli_size and second_toc_pass.
	Remove no_multi_toc.
	(update_local_sym_info, ppc64_elf_check_relocs): Clear is_indirect
	when allocating a new struct got_entry.
	(allocate_got): New function, extracted from..
	(allocate_dynrelocs): ..here.  Abort on got entry in non-ppc64 bfd.
	(ppc64_elf_size_dynamic_sections): Track got relocs allocated in
	.reliplt by got_reli_size.  Set owner on ppc64_tlsld_got entries.
	(ppc64_elf_setup_section_lists): Remove output_bfd param and
	no_multi_toc, add add_stub_section and layout_sections_again.  Stash
	new params in htab.  Extract some code to..
	(ppc64_elf_start_multitoc_partition): ..here.  New function.
	(ppc64_elf_next_toc_section): Check for linker script errors.  Handle
	second pass toc scan.
	(merge_got_entries, merge_global_got, reallocate_got): New functions.
	(ppc64_elf_reinit_toc): Rename to..
	(ppc64_elf_finish_multitoc_partition): ..this.
	(ppc64_elf_layout_multitoc): New function.
	(ppc64_elf_size_stubs): Delete output_bfd, add_stub_section and
	layout_sections_again params.
	(ppc64_elf_relocate_section): Handle indirect got entries.
	* elf64-ppc.h: Update prototypes.  Declare new functions.
ld/
	* emultempl/ppc64elf.em (build_toc_list): Report errors from
	ppc64_elf_next_toc_section.
	(after_allocation): Update for changed function names and params.
	Run second pass of multitoc partitioning.
Anthony Green [Wed, 3 Feb 2010 10:28:19 +0000 (10:28 +0000)]
 
Fix nop insn for moxie
Doug Kwan [Wed, 3 Feb 2010 05:36:55 +0000 (05:36 +0000)]
 
2010-02-02  Doug Kwan  <dougkwan@google.com>
	* Makefile.am (HFILES): Add arm-reloc-property.h.
	(DEFFILES): New.
 	(TARGETSOURCES): Add arm-reloc-property.cc
 	(ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
	(libgold_a_SOURCES): $(DEFFILES)
	* Makefile.in: Regenerate.
	* arm-reloc-property.cc: New file.
	* arm-reloc-property.h: New file.
	* arm-reloc.def: New file.
	* arm.cc: Update comments.
	(arm-reloc-property.h): New included header.
	(arm_reloc_property_table): New global variable.
	(Target_arm::do_select_as_default_target): New method definition.
	* configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
	arm-reloc-property to targ_extra_obj.
	* parameters.cc (set_parameters_target): Call
	Target::select_as_default_target().
	* target.h (Target::select_as_default_target): New method definition.
	(Target::do_select_as_default_target): Same.
gdbadmin [Wed, 3 Feb 2010 00:00:35 +0000 (00:00 +0000)]
 
*** empty log message ***
Tom Tromey [Tue, 2 Feb 2010 23:40:28 +0000 (23:40 +0000)]
 
gdb
	* valops.c (value_cast_structs): Try downcasting using the RTTI
	type.
gdb/testsuite
	* gdb.cp/virtbase.exp: Add regression tests.
	* gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
	(main): Instantiate RHC.
Tom Tromey [Tue, 2 Feb 2010 23:16:53 +0000 (23:16 +0000)]
 
	* gnu-v2-abi.c: Don't include gnu-v2-abi.h.
	(gnuv2_baseclass_offset): Now static.
	* Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
	* gnu-v2-abi.h: Remove.
Alan Modra [Tue, 2 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Tom Tromey [Tue, 2 Feb 2010 16:47:14 +0000 (16:47 +0000)]
 
gdb
	* m2-typeprint.c (m2_record_fields): Don't use
	TYPE_DECLARED_TYPE.
	* gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
	(struct main_type) <flag_declared_class>: New field.
	(struct cplus_struct_type) <declared_type>: Remove.
	<ntemplate_args>: Move earlier.
	(DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
	(DECLARED_TYPE_TEMPLATE): Remove.
	(TYPE_DECLARED_TYPE): Remove.
	* gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
	* dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
	* c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
	TYPE_DECLARED_TYPE.
gdb/testsuite
	* gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
	type-printing change.
Tom Tromey [Tue, 2 Feb 2010 16:45:17 +0000 (16:45 +0000)]
 
gdb
	PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
	* valops.c (search_struct_field): Compute nbases after calling
	CHECK_TYPEDEF.
	(check_field): Call CHECK_TYPEDEF.
	* cp-valprint.c (cp_print_value): Pass correct address to
	baseclass_offset.  Fix check for virtual base past the end of the
	object.  Don't offset address passed to cp_print_value_fields or
	apply_val_pretty_printer.
	(cp_print_value_fields): Fix call to val_print.
	(cp_print_value_fields_rtti): New function.
	* c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
	* p-valprint.c (pascal_object_print_value_fields): Fix call to
	val_print.
	* python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
	offset to address.
	* language.h (struct language_defn) <la_val_print>: Document.
	* c-lang.h (cp_print_value_fields_rtti): Declare.
gdb/testsuite
	PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
	* gdb.cp/virtbase.cc: New file.
	* gdb.cp/virtbase.exp: New file.
	* gdb.cp/userdef.exp: Allow 'struct' or 'class'.
H.J. Lu [Tue, 2 Feb 2010 12:37:40 +0000 (12:37 +0000)]
 
Add NT_386_XSTATE.
bfd/
2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
	* elf-bfd.h (elfcore_write_xstatereg): New.
	* elf.c (elfcore_grok_xstatereg): New.
	(elfcore_write_xstatereg): Likewise.
	(elfcore_grok_note): Handle NT_X86_XSTATE.
	(elfcore_write_register_note): Handle .reg-xstate section.
binutils/
2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
	* readelf.c (get_note_type): Handle NT_X86_XSTATE.
include/elf/
2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
	* common.h (NT_386_XSTATE): New.
Joel Brobecker [Tue, 2 Feb 2010 04:24:26 +0000 (04:24 +0000)]
 
gdbserver crash when running 32bits exes on x64 Windows.
        * inferiors.c (find_inferior): Add function documentation.
        (unloaded_dll): Handle the case where the unloaded dll has not
        been previously registered in the dll list.
Doug Kwan [Tue, 2 Feb 2010 00:25:57 +0000 (00:25 +0000)]
 
2010-02-01  Doug Kwan  <dougkwan@google.com>
	* arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
	first_output_text_section_.
	(Arm_exidx_fixup::first_output_text_section): New method definition.
	(Arm_exidx_fixup::first_output_text_section_): New data member.
	(Arm_exidx_fixup::process_exidx_section): Record the first text
	output section seen.
	(Arm_output_section::fix_exidx_coverage): Set correct linked section
	and entsize in output section header.
gdbadmin [Tue, 2 Feb 2010 00:00:33 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Mon, 1 Feb 2010 23:00:04 +0000 (23:00 +0000)]
 
daily update
Jan Kratochvil [Mon, 1 Feb 2010 20:19:06 +0000 (20:19 +0000)]
 
gdb/
	PR libc/11214:
	* linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
	(linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
	(linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
gdb/testsuite/
	PR libc/11214:
	* gdb.threads/current-lwp-dead.c: Include features.h.
	(HAS_NOMMU): New.
	(fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
Daniel Jacobowitz [Mon, 1 Feb 2010 19:46:46 +0000 (19:46 +0000)]
 
    * i386-tdep.c (i386_frame_cache): Assume valid anonymous
	functions use a frame pointer.
Jan Kratochvil [Mon, 1 Feb 2010 19:27:55 +0000 (19:27 +0000)]
 
gdb/
	* solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
	by a conditional setting DYN_ADDR.  Use DYN_ADDR.
	* config/djgpp/fnchange.lst: Add translations for
	symbol-without-target_section.exp and symbol-without-target_section.c.
gdb/testsuite/
	* gdb.base/symbol-without-target_section.exp,
	gdb.base/symbol-without-target_section.c: New.
Daniel Jacobowitz [Mon, 1 Feb 2010 17:51:18 +0000 (17:51 +0000)]
 
	* gdb.base/bigcore.exp: Reset increased timeout.
	* gdb.base/interrupt.exp: Match unexpected gdb prompt.
Daniel Jacobowitz [Mon, 1 Feb 2010 17:15:36 +0000 (17:15 +0000)]
 
	* gdb.base/gcore.exp (capture_command_output): Use
	gdb_test_multiple.
Daniel Jacobowitz [Mon, 1 Feb 2010 16:57:01 +0000 (16:57 +0000)]
 
	* gdbarch.sh: Set LANG and LC_ALL to C, not c.
	(remote_breakpoint_for_pc): Correct invalid_p check.
	* gdbarch.c: Regenerated.
Daniel Jacobowitz [Mon, 1 Feb 2010 16:16:30 +0000 (16:16 +0000)]
 
	* arm-tdep.c (arm_find_mapping_symbol): New function, from
	arm_pc_is_thumb.
	(arm_pc_is_thumb): Use arm_find_mapping_symbol.
	(extend_buffer_earlier): New function.
	(MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
	(arm_adjust_breakpoint_address): New function.
	(arm_gdbarch_init): Register arm_adjust_breakpoint_address.
	testsuite/
	* gdb.arch/thumb2-it.S (it_breakpoints): New function.
	* gdb.arch/thumb2-it.exp (test_it_break): New function.
	(Top level): Call it.
Daniel Jacobowitz [Mon, 1 Feb 2010 16:13:17 +0000 (16:13 +0000)]
 
	* arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
	(arm_linux_thumb2_le_breakpoint): New constants.
	(arm_linux_init_abi): Set thumb2_breakpoint and
	thumb2_breakpoint_size.
	* arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
	(thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
	Implement support for single stepping through IT blocks if
	a 32-bit Thumb breakpoint instruction is available.
	(arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
	is available, use it when needed.
	(arm_remote_breakpoint_from_pc): New function.
	(arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
	* arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
	comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
	gdbserver/
	* linux-arm-low.c (thumb_breakpoint_len): Delete.
	(thumb2_breakpoint): New.
	(arm_breakpoint_at): Check for Thumb-2 breakpoints.
	testsuite/
	* gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
Daniel Jacobowitz [Mon, 1 Feb 2010 16:09:22 +0000 (16:09 +0000)]
 
	* arch-utils.c (default_remote_breakpoint_from_pc): New function.
	* arch-utils.h (default_remote_breakpoint_from_pc): Declare.
	* gdbarch.c, gdbarch.h: Regenerated.
	* gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
	* remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
	gdbarch_remote_breakpoint_from_pc.
	doc/
	* gdb.texinfo (Architecture-Specific Protocol Details): New section.
	Document ARM breakpoint types.
	(Register Packet Format): Move into the new section.
	(Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
Tristan Gingold [Mon, 1 Feb 2010 13:10:38 +0000 (13:10 +0000)]
 
2010-02-01  Tristan Gingold  <gingold@adacore.com>
	* som.c (som_write_ar_hdr): Define this macro.
Ramana Radhakrishnan [Mon, 1 Feb 2010 10:33:16 +0000 (10:33 +0000)]
 
Fix testsuite for Thumb2 jump reloc veneers.
2010-02-01  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
        * ld-arm/jump-reloc-veneers-long.d: New test.
        * ld-arm/jump-reloc-veneers-short1.d: Likewise.
        * ld-arm/jump-reloc-veneers-short2.d: Likewise.
        * ld-arm/jump-reloc-veneers.s: Likewise.
        * ld-arm/arm-elf.exp (armelftests): Run them.
Nathan Sidwell [Mon, 1 Feb 2010 09:59:46 +0000 (09:59 +0000)]
 
	* objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
	sections.
	testsuite/
	* binutils-all/note-1.d: New.
	* binutils-all/objcopy.exp: Add it.
gdbadmin [Mon, 1 Feb 2010 00:00:33 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Sun, 31 Jan 2010 23:00:06 +0000 (23:00 +0000)]
 
daily update
Kaveh Ghazi [Sun, 31 Jan 2010 18:40:33 +0000 (18:40 +0000)]
 
	* configure.ac: Add "recommended" version checks for GMP/MPC.
	Update recommended GMP/MPFR/MPC versions.
	* configure: Regenerate.
gdbadmin [Sun, 31 Jan 2010 00:00:02 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Sat, 30 Jan 2010 23:00:05 +0000 (23:00 +0000)]
 
daily update