aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:Tom Tromey2-0/+10
Document "fullname" and "from".
2010-09-13 * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.Tom Tromey2-1/+5
2010-09-13Set 256bit vector type name to builtin_type_vec256i.H.J. Lu2-1/+6
2010-09-13 H.J. Lu <hongjiu.lu@intel.com> * i386-tdep.c (i386_ymm_type): Set type name to builtin_type_vec256i.
2010-09-132010-09-13 Kai Tietz <kai.tietz@onevision.com>Kai Tietz8-0/+114
* gas/pe/pe.exp: Add x64 SEH tests. * gas/pe/peseh-x64.s: New. * gas/pe/peseh-x64.d: New. * gas/pe/peseh-x64-2.s: New. * gas/pe/peseh-x64-2.d: New. * gas/pe/peseh-x64-3.s: New. * gas/pe/peseh-x64-3.d: New.
2010-09-13*** empty log message ***gdbadmin1-1/+1
2010-09-13daily updateAlan Modra1-1/+1
2010-09-122010-09-12 Michael Snyder <msnyder@vmware.com>Michael Snyder2-3/+7
* i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
2010-09-12 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls fromCary Coutant4-4/+44
position-independent executables to shared libraries need dynamic relocations. (Symbol::may_need_copy_reloc): Do not generate COPY relocs in position-independent executables. * testsuite/Makefile.am (two_file_mixed_pie_test): New test. * testsuite/Makefile.in: Regenerate.
2010-09-12Fix typo in comments.H.J. Lu2-3/+7
2010-09-12 H.J. Lu <hongjiu.lu@intel.com> * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
2010-09-12*** empty log message ***gdbadmin1-1/+1
2010-09-12daily updateAlan Modra1-1/+1
2010-09-11Remove amd64_register_name.H.J. Lu4-17/+10
2010-09-11 H.J. Lu <hongjiu.lu@intel.com> * amd64-tdep.c (amd64_register_name): Removed. (amd64_init_abi): Don't call set_gdbarch_register_name. * i386-tdep.c (i386_ymmh_regnum_p): Make it static. * i386-tdep.h (i386_ymmh_regnum_p): Removed.
2010-09-11gdb/Jan Kratochvil9-1/+75
Redirect also uiout and stdtarg{,err} in execute_command_to_string. * cli-logging.c (struct saved_output_files) <targerr>: New. (set_logging_redirect, pop_output_files, handle_redirections): Redirect also gdb_stdtargerr. * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New declarations. * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect also gdb_stdtargerr. * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete to the top. Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr. Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop. * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr. * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop): New functions. gdb/testsuite/ * gdb.python/python.exp (set height 0, collect help from uiout) (verify help to uiout): New tests.
2010-09-11daily updateAlan Modra1-1/+1
2010-09-11*** empty log message ***gdbadmin1-1/+1
2010-09-10merge from gccDJ Delorie2-1/+7
2010-09-102010-09-10 James Lyon <jameslyon0@googlemail.com>Tom Tromey3-0/+39
http://sourceware.org/bugzilla/show_bug.cgi?id=11572 * cp-demangle.c (d_find_pack): Add case for DEMANGLE_COMPONENT_LAMBDA. * testsuite/demangle-expected: Add regression test.
2010-09-10gdb/testsuite/Jan Kratochvil2-1/+6
* gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add is_lp64_target to check 64bit target.
2010-09-10 * hppa-tdep.c (unwind_command): Use host_address_to_string functionPierre Muller4-8/+18
to display a host address. * monitor.c (monitor_read_memory): Likewise. * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
2010-09-10 * coffread.c (struct coff_symbol): Change c_value type from `long' toPierre Muller2-1/+6
`CORE_ADDRESS' as it might contain target addresses.
2010-09-10 * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macroPierre Muller2-1/+6
before cast to pointer to avoid warning.
2010-09-10 * src/opcodes/dlx-dis.c (print_insn_dlx): Use dlx_insn type forPierre Muller2-11/+16
dlx_insn_type array.
2010-09-10 * objcopy.c: Add --interleave-width option to allow interleavingNick Clifton6-25/+129
of more than one byte at a time. (copy_width): New variable. (copy_options): Add --interleave-width. (copy_section): When interleaving copy in units of copy_width bytes. (copy_main): Parse the new option. * doc/binutils: Document the new option. * NEWS: Mention the new feature. * binutils-all/objcopy.exp: Add test of new --interleave-width option.
2010-09-10 PR gold/11997Nick Clifton2-8/+7
* testsuite/memory_test.t: Discard any sections that are not needed.
2010-09-10 * ld-gc/abi-note.d: Exclude aout and oldld targets.Alan Modra4-1/+9
* ld-gc/start.d: Likewise. * ld-scripts/section-match-1.d: Likewise, and tic30.
2010-09-10 PR ld/11931Alan Modra4-58/+28
* ldlang.h (lang_for_each_statement_worker): Declare. * ldlang.c (lang_for_each_statement_worker): Make global. Don't recurse into children of output_section_statement with constraint set to -1. (print_assignment): Handle NULL output_section->bfd_section. (lang_size_sections_1): Ignore output section statement address when constraint is -1. * emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
2010-09-10 * ld-scripts/rgn-at5.d: Restrict to *-*-linux*.Hans-Peter Nilsson2-0/+5
2010-09-10*** empty log message ***gdbadmin1-1/+1
2010-09-10daily updateAlan Modra1-1/+1
2010-09-09 * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'Kevin Buettner2-1/+6
type to be signed.
2010-09-09Check VEXW1 for 2-byte VEX prefix.H.J. Lu2-0/+6
2010-09-09 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (build_vex_prefix): Check VEXW1 for 2-byte VEX prefix.
2010-09-09 * doc/c-tic6x.texi (.c6xabi_attribute): Document directive.Joseph Myers2-0/+13
2010-09-09gdb/testsuite/Jan Kratochvil2-2/+18
* gdb.base/break-interp.exp (reach): Permit leading . for ppc64. (test_ld) <powerpc64-*>: New.
2010-09-09Support building gold with gcc 4.2/4.3.H.J. Lu3-2/+10
2010-09-09 H.J. Lu <hongjiu.lu@intel.com> PR gold/11996 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove "This::" to work around a bug in gcc 4.2. * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
2010-09-09Don't warn zero LMA adjustment.H.J. Lu6-2/+76
bfd/ 2010-09-09 H.J. Lu <hongjiu.lu@intel.com> PR ld/11998 * elf.c (assign_file_positions_for_load_sections): Don't warn zero LMA adjustment. ld/testsuite/ 2010-09-09 H.J. Lu <hongjiu.lu@intel.com> PR ld/11998 * ld-scripts/rgn-at5.d: New. * ld-scripts/rgn-at5.s: Likewise. * ld-scripts/rgn-at5.t: Likewise.
2010-09-09merge from gccDJ Delorie7-182/+220
2010-09-09Add missing ChangeLog entries.H.J. Lu1-1/+8
2010-09-09 * dwarf2read.c (fixup_partial_die): Do not set dummy name forUlrich Weigand2-3/+5
anonymous class partial DIEs.
2010-09-092010-09-09 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola3-6/+28
* layout.cc (Layout::attach_allocated_section_to_segment): Don't put sections with different PF_X flags in the same segment. (Layout::find_first_load_seg): Search all segments to find the first one. * options.h (rosegment): New.
2010-09-09 * configure.ac: Add --enable-inprocess-agent option.Nathan Sidwell3-8/+59
* configure: Rebuilt.
2010-09-09 * dwarf.c (decode_location_expression): Fix data adjustmentJakub Jelinek2-1/+6
for DW_OP_GNU_implicit_pointer in v3+.
2010-09-09 * gas/config/tc-arm.c (arm_cpus): Add cortex-a15 entry.Matthew Gretton-Dann3-0/+8
* gas/doc/c-arm.texi: Document -mcpu=cortex-a15.
2010-09-09 * gas/config/tc-m68k.c (tc_gen_reloc): Handle references to definedNick Clifton2-6/+11
weak symbols first if generating an a.out object.
2010-09-09binutils/Tristan Gingold4-0/+12
2010-09-09 Tristan Gingold <gingold@adacore.com> * NEWS: Add entry to NEWS for hppa/som. ld/ 2010-09-09 Tristan Gingold <gingold@adacore.com> * NEWS: Add a entry for alpha-vms.
2010-09-09Fix PR number in previous delta.Nick Clifton4-4/+4
2010-09-09 PR gas/11931Nick Clifton4-0/+38
* gas/mn10300/pr11931.s: New file: Test case. * gas/mn10300/pr11931.d: New file: Expected output. * gas/mn10300/basic.exp: Run the new test.
2010-09-09 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.Jakub Jelinek5-10/+82
* dwarf.c (decode_location_expression): Add offset_size and dwarf_version arguments. Prefix DIE offset with 0x for DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size, complain if in frame info section. Handle DW_OP_GNU_implicit_pointer. (read_and_display_attr_value, display_debug_loc, display_debug_frames): Adjust decode_location_expression callers. (process_debug_info): Save offset_size and dwarf_version values into debug_information array. * dwarf2.h (DW_OP_GNU_implicit_pointer): New.
2010-09-09 * elflink.c (bfd_elf_final_link): Correct calculation ofBernd Schmidt2-1/+10
max_external_reloc_size.
2010-09-09 * config/tc-arm.c (md_apply_fix): Check if widened add, sub areNick Clifton6-9/+35
flag-setting and handle accordingly. * gas/arm/addsw-bad.s: New file. * gas/arm/addsw-bad.l: New file. * gas/arm/addsw-bad.d: New file.
2010-09-09 PR gas/11972Nick Clifton2-2/+26
* config/tc-arm.c (parse_big_immediate): Allow for bignums being extended to the size of a .octa.