summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR ld/10744Alan Modra2009-10-082-1/+6
| | | | * ld-scripts/phdrs3.d: Update.
* PR ld/10744Alan Modra2009-10-083-3/+13
| | | | | | * ldlang.c (lang_new_phdr): Allow FILEHDR/PHDRS on more than the first PT_LOAD header. * ld.texinfo: Update.
* *** empty log message ***gdbadmin2009-10-081-1/+1
|
* daily updateAlan Modra2009-10-071-1/+1
|
* 2009-10-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-10-073-2/+12
| | | | | | PR gas/10704 * gas/i386/intelok.s: Add 2 new tests. * gas/i386/intelok.d: Updated.
* gdb/testsuite/Jan Kratochvil2009-10-073-0/+77
| | | | * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
* gdb/Jan Kratochvil2009-10-072-22/+5
| | | | * i386-nat.c (i386_stopped_by_hwbp): Remove.
* Checked in the missing testcases.H.J. Lu2009-10-076-0/+55
|
* Add the missing entry.H.J. Lu2009-10-071-0/+6
|
* * NEWS: Update following the GDB 7.0 release.Joel Brobecker2009-10-072-1/+7
|
* * gdb.base/watchpoints.c: Add copyright header. Reformat oneJoel Brobecker2009-10-072-6/+28
| | | | of the comments.
* * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):Ian Lance Taylor2009-10-072-0/+224
| | | | | | | | | | | | | | | | | | New function. (Arm_relocate_functions::insert_val_arm_movw_movt): New function. (Arm_relocate_functions::extract_thumb_movw_movt_addend): New function. (Arm_relocate_functions::insert_val_thumb_movw_movt): New function. (Arm_relocate_functions::movw_abs_nc): New function. (Arm_relocate_functions::movt_abs): New function. (Arm_relocate_functions::thm_movw_abs_nc): New function. (Arm_relocate_functions::thm_movt_abs): New function. (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS, R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS. (Scan::global): Likewise. (Relocate::relocate): Likewise. (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
* * opcodes/microblaze-dis.c: Add include for microblaze-dis.h,Michael Eager2009-10-073-6/+42
| | | | | eliminate local extern decls. * opcodes/microblaze-dis.h: New.
* * arm.cc (Arm_relocate_functions::got_prel) New function.Ian Lance Taylor2009-10-072-0/+35
| | | | | | (Scan::local, Scan::global): Handle R_ARM_GOT_PREL. (Relocate::relocate): Likewise. (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
* * config/tc-arm.c (mapping_state, mapping_state_2): Make dummyNathan Sidwell2009-10-072-2/+5
| | | | versions slightly more than nothing.
* * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.Nathan Sidwell2009-10-072-3/+9
|
* ld/Nathan Sidwell2009-10-076-4/+79
| | | | | | | | | | | | * ldlang.c (lang_new_phdr): Check PHDRS and FILEHDR in loadable segments do not appear after a different loadable segment. * ld.texinfo (PHDRS): Document order of processing segments. Document where PHDRS and FILEHDR may appear. ld/testsuite/ * ld-scripts/phdrs3.d: New. * ld-scripts/phdrs3.t: New. * ld-scripts/phdrs3.exp: New.
* Sync with gcc repository.Ian Lance Taylor2009-10-076-18/+2084
|
* PR gas/2117Alan Modra2009-10-072-36/+82
| | | | | | | | | | * config/tc-ia64.c (parse_operand): Use expression rather than expression_and_evalute. (parse_operand_and_eval): New function. Replace all uses of parse_operand outside of parse_operands with this function. (parse_operans_maybe_eval): New function. Replace uses of parse_operand in parse_operands, except for the dummy, with this function.
* merge from gccDJ Delorie2009-10-072-0/+46
|
* *** empty log message ***gdbadmin2009-10-071-1/+1
|
* ARI fix: OP eol rule.Pierre Muller2009-10-069-42/+54
| | | | | | | | | | | * doublest.c (floatformat_from_length): Avoid operator at end of line. * dwarf2-frame.c (dwarf2_build_frame_info): Idem. * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem. * eval.c (evaluate_subexp_standard): Idem. * event-loop.c (create_timer, handle_timer_event): Idem. * expprint.c (print_subexp_standard): Idem. * f-exp.y (variable): Idem. * f-typeprint.c (f_print_type): Idem.
* * options.h (class General_options): DefineIan Lance Taylor2009-10-0632-63/+1321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split_stack_adjust_size parameter. * object.h (class Object): Add uses_split_stack_ and has_no_split_stack_ fields. Add uses_split_stack and has_no_split_stack accessor functions. Declare handle_split_stack_section. (class Reloc_symbol_changes): Define. (class Sized_relobj): Define Function_offsets. Declare split_stack_adjust, split_stack_adjust_reltype, and find_functions. * object.cc (Object::handle_split_stack_section): New function. (Sized_relobj::do_layout): Call handle_split_stack_section. * dynobj.cc (Sized_dynobj::do_layout): Call handle_split_stack_section. * reloc.cc (Sized_relobj::relocate_sections): Call split_stack_adjust for executable sections in split_stack objects. Pass reloc_map to relocate_section. (Sized_relobj::split_stack_adjust): New function. (Sized_relobj::split_stack_adjust_reltype): New function. (Sized_relobj::find_functions): New function. * target-reloc.h: Include "object.h". (relocate_section): Add reloc_symbol_changes parameter. Change all callers. * target.h (class Target): Add calls_non_split method. Declare do_calls_non_split virtual method. Declare match_view and set_view_to_nop. * target.cc: Include "elfcpp.h". (Target::do_calls_non_split): New function. (Target::match_view): New function. (Target::set_view_to_nop): New function. * gold.cc (queue_middle_tasks): Give an error if mixing split-stack and non-split-stack objects with -r. * i386.cc (Target_i386::relocate_section): Add reloc_symbol_changes parameter. (Target_i386::do_calls_non_split): New function. * x86_64.cc (Target_x86_64::relocate_section): Add reloc_symbol_changes parameter. (Target_x86_64::do_calls_non_split): New function. * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes parameter. * powerpc.cc (Target_powerpc::relocate_section): Add reloc_symbol_changes parameter. * sparc.cc (Target_sparc::relocate_section): Add reloc_symbol_changes parameter. * configure.ac: Call AM_CONDITIONAL for the default target. * configure: Rebuild. * testsuite/Makefile.am (TEST_AS): New variable. (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh. (check_DATA): Add split_i386 and split_x86_64 files. (SPLIT_DEFSYMS): Define. (split_i386_[1234n].o): New targets. (split_i386_[124]): New targets. (split_i386_[1234r].stdout): New targets. (split_x86_64_[1234n].o): New targets. (split_x86_64_[124]): New targets. (split_x86_64_[1234r].stdout): New targets. (MOSTLYCLEANFILES): Add new executables. * testsuite/split_i386.sh: New file. * testsuite/split_x86_64.sh: New file. * testsuite/split_i386_1.s: New file. * testsuite/split_i386_2.s: New file. * testsuite/split_i386_3.s: New file. * testsuite/split_i386_4.s: New file. * testsuite/split_i386_n.s: New file. * testsuite/split_x86_64_1.s: New file. * testsuite/split_x86_64_2.s: New file. * testsuite/split_x86_64_3.s: New file. * testsuite/split_x86_64_4.s: New file. * testsuite/split_x86_64_n.s: New file. * testsuite/testfile.cc (Target_test): Update relocation_section function. * testsuite/Makefile.in: Rebuild.
* ARI fix: OP eol rule.Pierre Muller2009-10-0610-62/+76
| | | | | | | | | | | | | | * blockframe.c (find_pc_partial_function): Avoid operator at end of line. * buildsym.c (find_symbol_in_list): Idem. (start_subfile, patch_subfile_names): Idem. * c-exp.y (variable, yylex): Idem. * c-typeprint.c (c_print_type, c_type_print_base): Idem. * c-valprint.c (c_val_print): Idem. * coffread.c (patch_opaque_types, process_coff_symbol): Idem. * corelow.c (core_open): Idem. * cris-tdep.c (move_reg_to_mem_movem_op): Idem. * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
* Tweak last patch.Ian Lance Taylor2009-10-061-9/+11
|
* * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.Ian Lance Taylor2009-10-062-1/+43
| | | | | | | | (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push the address on ldo_addrs_. (Target_i386::Relocate::fix_up_ldo): New function.
* ARI fix: OP eol rule.Pierre Muller2009-10-065-27/+38
| | | | | | | | * ada-exp.y (block_lookup): Avoid operator at end of line. * aix-thread.c (pd_enable): Idem. * alpha-tdep.c (alpha_next_pc): Idem. * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem. (condition_true, coff_sym_is_thumb): Idem.
* * plugin.cc (add_input_library): New.Ian Lance Taylor2009-10-063-5/+30
| | | | | | | | (Plugin::load): Add add_input_library to tv. (Plugin_manager::add_input_file): Add the is_lib argument. (add_input_file): Update call to Plugin_manager::add_input_file. (add_input_library): New. * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
* Merge from gcc repository.Ian Lance Taylor2009-10-062-2/+47
|
* 2009-10-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-10-062-1/+5
| | | | * bfd-in2.h: Regenerated.
* * info (Contributors): Add self for Xilinx MicroBlaze.Michael Eager2009-10-062-0/+48
| | | | | (Embedded Processors): Add MicroBlaze. (MicroBlaze): New. Describe Xilinx MicroBlaze
* GDB 7.0 released.gdbadmin2009-10-061-0/+4
|
* Minor reformatting of the last entry.Joel Brobecker2009-10-061-2/+2
|
* Updated Finnish translationNick Clifton2009-10-062-164/+247
|
* * ARI fix: "%p" rule.Pierre Muller2009-10-062-2/+8
| | | | | target.c (debug_to_thread_architecture): Replace %p by %s using host_address_to_string function.
* * microblaze/interp.c: Add include microblaze-dis.h.Michael Eager2009-10-062-0/+5
|
* * gdb.base/annota1.exp: Remove obsolete match_max increase.Pierre Muller2009-10-064-14/+6
| | | | | * gdb.base/annota3.exp: Idem. * gdb.base/maint.exp: Idem.
* 2009-10-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-062-1/+34
| | | | | * darwin-nat.c: Add __TEXT __info_plist content. (darwin_attach_pid): Update error message.
* * MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.Joel Brobecker2009-10-062-1/+5
|
* * MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.Joel Brobecker2009-10-062-0/+5
|
* *** empty log message ***gdbadmin2009-10-061-1/+1
|
* daily updateAlan Modra2009-10-051-1/+1
|
* PR gas/10704Alan Modra2009-10-052-4/+6
| | | | * symbols.c (snapshot_symbol): Revert 2006-01-09 patch for PR2117.
* * read.c (s_reloc): Don't use expression_and_evaluate.Alan Modra2009-10-052-1/+5
|
* Revert:Pedro Alves2009-10-052-2/+6
| | | | | 2009-10-04 Pedro Alves <pedro@codesourcery.com> * gdbinit.in: Set data-directory to @srcdir@.
* * opc2c.c: Include "libiberty.h" and <errno.h>.Nick Clifton2009-10-055-630/+656
| | | | | | | | | | | | | | | | | (orig_filename): Constify. (dump_lines): Fix line number directive. (main): Set orig_filename to basename of input file. Use xstrerror. * Makefile.am (rx-dis.lo): Remove explicit dependencies. ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD) instead of $(EXEEXT). (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use $(LINK_FOR_BUILD). Link with libiberty. (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD). (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c. * Makefile.in: Regenerated. * rx-decode.c: Regenerated.
* * lib/gdb.exp (default_gdb_init): Set current value of match_maxPierre Muller2009-10-052-0/+7
| | | | to default.
* *** empty log message ***gdbadmin2009-10-051-1/+1
|
* daily updateAlan Modra2009-10-041-1/+1
|
* * NEWS: Mention non-stop mode.Pedro Alves2009-10-042-0/+18
|
OpenPOWER on IntegriCloud