summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Score target.Nick Clifton2006-09-1629-42/+6059
|
* * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton2006-09-1666-546/+618
| | | | | | | | | | | argument and emits the string followed by a comma and then the length of the string. (CONST_STRNEQ): New macro. Checks to see if a variable string has a constant string as its initial characters. (CONST_STRNCPY): New macro. Copies a constant string to the start of a variable string. * bfd-in2.h: Regenerate. * <remainign files>: Make use of the new macros.
* (linux_test_for_tracefork): Don't leave zombieNick Roberts2006-09-161-0/+1
| | | | process.
* *** empty log message ***Nick Roberts2006-09-161-0/+5
|
* 2006-09-16 Andrzej Zaborowski <balrog@zabor.org>Daniel Jacobowitz2006-09-162-2/+6
| | | | * interps.c (interpreter_exec_cmd): Restore interpreter properties.
* *** empty log message ***gdbadmin2006-09-161-1/+1
|
* daily updateAlan Modra2006-09-151-1/+1
|
* * gdb.base/args.c (main): Add breakpoint marker.Daniel Jacobowitz2006-09-153-33/+54
| | | | | | | * gdb.base/args.exp: Use args_test for tests. Add new tests which really test empty arguments. (args_load): Delete. (args_test): New.
* *** empty log message ***gdbadmin2006-09-151-1/+1
|
* daily updateAlan Modra2006-09-141-1/+1
|
* Grr. Another updateKeith Seitz2006-09-141-5/+5
|
* * README: Update startup info and add DISPLAY environmentKeith Seitz2006-09-142-2/+11
| | | | variable.
* PR 3182Alan Modra2006-09-142-0/+29
| | | | | | | | | * elf.c (_bfd_elf_copy_private_header_data): Fix group members that have had their SHT_GROUP section removed. * objcopy.c (group_signature): New function, split out from.. (setup_section): ..here. (is_strip_section): Return true for SHT_GROUP sections that are going to lose their group signature symbol.
* *** empty log message ***gdbadmin2006-09-141-1/+1
|
* daily updateAlan Modra2006-09-131-1/+1
|
* merge from gccDJ Delorie2006-09-134-15/+29
|
* *** empty log message ***gdbadmin2006-09-131-1/+1
|
* daily updateAlan Modra2006-09-121-1/+1
|
* bfd/H.J. Lu2006-09-122-5/+11
| | | | | | | | | | | | | | | 2006-09-12 H.J. Lu <hongjiu.lu@intel.com> PR ld/3197 * elflink.c (elf_link_output_extsym): Compute bucket only if needed. ld/testsuite/ 2006-09-12 H.J. Lu <hongjiu.lu@intel.com> PR ld/3197 * ld-elf/hash.d: New test.
* (test_file_list_exec_source_files): JustNick Roberts2006-09-121-1/+1
| | | | check for one file.
* *** empty log message ***Nick Roberts2006-09-121-0/+5
|
* daily updateAlan Modra2006-09-121-1/+1
|
* *** empty log message ***gdbadmin2006-09-121-1/+1
|
* *** empty log message ***gdbadmin2006-09-111-1/+1
|
* daily updateAlan Modra2006-09-101-1/+1
|
* 2006-09-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-09-102-1/+7
| | | | | | PR binutils/3186 * elf.c (_bfd_elf_make_section_from_shdr): Correct length of "gnu.linkonce.wi.".
* PR threads/2149Daniel Jacobowitz2006-09-102-0/+18
| | | | | * infrun.c (handle_inferior_event): Context switch after fork and exec events.
* * infcall.c (call_function_by_hand): Check for function pointerDaniel Jacobowitz2006-09-102-0/+8
| | | | types.
* *** empty log message ***gdbadmin2006-09-101-1/+1
|
* daily updateAlan Modra2006-09-091-1/+1
|
* * m68k-tdep.c (m68k_analyze_register_saves): Fix decoding ofAndreas Schwab2006-09-092-3/+8
| | | | `move.l %R,-(%sp)'.
* *** empty log message ***gdbadmin2006-09-091-1/+1
|
* daily updateAlan Modra2006-09-081-1/+1
|
* 2006-09-08 Vladimir Prus <vladimir@codesourcery.com>Richard Earnshaw2006-09-082-3/+8
| | | | | | | * elf32-arm.c (elf32_arm_swap_symbol_out): Remove unconditional setting of low bit for Thumb symbol mistakenly left behind after check for external symbols was added. Fix comment typo.
* *** empty log message ***gdbadmin2006-09-081-1/+1
|
* daily updateAlan Modra2006-09-071-1/+1
|
* bfd/H.J. Lu2006-09-078-11/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-09-07 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (elf_link_hash_entry): Add a dynamic field. (bfd_elf_link_mark_dynamic_symbol): New. (SYMBOLIC_BIND): New. * elf32-i386.c (elf_i386_check_relocs): Replace info->symbolic with SYMBOLIC_BIND (info, h). (elf_i386_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise. (elf64_x86_64_relocate_section): Likewise. * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise. * elflink.c (bfd_elf_link_mark_dynamic_symbol): New. (bfd_elf_record_link_assignment): Call bfd_elf_link_mark_dynamic_symbol on new entry. (_bfd_elf_merge_symbol): Likewise. (_bfd_elf_export_symbol): Return if the symbol isn't exported. (_bfd_elf_fix_symbol_flags): Replace info->symbolic with SYMBOLIC_BIND (info, h). (_bfd_elf_dynamic_symbol_p): Likewise. (_bfd_elf_symbol_refs_local_p): Likewise. (bfd_elf_size_dynamic_sections): Updated. include/ 2006-09-07 H.J. Lu <hongjiu.lu@intel.com> * bfdlink.h (bfd_elf_dynamic_list): New. (bfd_link_info): Add a dynamic field. ld/ 2006-09-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (CXX): Set to g++. (CXX_FOR_TARGET): Likewise. * Makefile.in: Regenerated. * NEWS: Mention --dynamic-list. * ld.texinfo: Document --dynamic-list. * ldgram.y: Support dynamic list. * ldlang.c (lang_process): Call lang_finalize_version_expr_head on link_info.dynamic if needed. (lang_append_dynamic_list): New. (lang_append_dynamic_list_cpp_typeinfo): New. * ldlang.h (lang_append_dynamic_list): Likewise. * ldlang.h (lang_append_dynamic_list_cpp_typeinfo): Likewise. * ldlex.h (input_enum): Add input_dynamic_list. * ldlex.l: Handle it. * ldmain.c (main): Initialize link_info.dynamic. * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST and OPTION_DYNAMIC_LIST_CPP_TYPEINFO. (ld_options): Add entries for OPTION_DYNAMIC_LIST and OPTION_DYNAMIC_LIST_CPP_TYPEINFO. (parse_args): Handle OPTION_DYNAMIC_LIST and OPTION_DYNAMIC_LIST_CPP_TYPEINFO. ld/testsuite/ 2006-09-07 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/dl1.c: New file. * ld-elf/dl1.list: Likewise. * ld-elf/dl1.out: Likewise. * ld-elf/dl1main.c: Likewise. * ld-elf/dl2.c: Likewise. * ld-elf/dl2.list: Likewise. * ld-elf/dl2a.out: Likewise. * ld-elf/dl2b.out: Likewise. * ld-elf/dl2main.c: Likewise. * ld-elf/dl2xxx.c: Likewise. * ld-elf/dl2xxx.list: Likewise. * ld-elf/dl3.cc: Likewise. * ld-elf/dl3.list: Likewise. * ld-elf/dl3a.out: Likewise. * ld-elf/dl3b.out: Likewise. * ld-elf/dl3header.h: Likewise. * ld-elf/dl3main.cc: Likewise. * ld-elf/shared.exp: Updated. * lib/ld-lib.exp (run_ld_link_exec_tests): Take an optional argument for source language. Use CC/CXX for link, depending on source language. (run_cc_link_tests): Likewise.
* Allow the HIGH-FRAME parameter for -stack-list-frames to be largerVladimir Prus2006-09-076-3/+26
| | | | than the number of available frames.
* From Stephan Springl <springl-gdb@bfw-online.de>Joel Brobecker2006-09-072-1/+6
| | | | * fork-child.c (fork_inferior): Fix typo.
* *** empty log message ***gdbadmin2006-09-071-1/+1
|
* daily updateAlan Modra2006-09-061-1/+1
|
* daily updateAlan Modra2006-09-061-1/+1
|
* *** empty log message ***gdbadmin2006-09-061-1/+1
|
* 2006-09-05 Bibo Mao <bibo.mao@intel.com>H.J. Lu2006-09-052-1/+7
| | | | | | PR binutils/3171 * coffcode.h (coff_write_object_contents): Set the optional header magic number to PE32PMAGIC instead of ZMAGIC for ia64.
* * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,Bob Wilson2006-09-052-18/+23
| | | | Register Packet Format, Tracepoint Packets): Fix spelling errors.
* 2006-09-04 Paul Brook <paul@codesourcery.com>Paul Brook2006-09-052-1/+5
| | | | | | | | | | | | | | | | gas/ * config/tc-arm.c (do_neon_dyadic_if_i): Remove. (do_neon_dyadic_if_i_d): Avoid setting U bit. (do_neon_mac_maybe_scalar): Ditto. (do_neon_dyadic_narrow): Force operand type to NT_integer. (insns): Remove out of date comments. gas/testsuite/ * gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes. * gas/arm/neon-cov.d: Adjust expected output. opcodes/ * arm-dis.c (neon_opcode): Fix suffix on VMOVN.
* *** empty log message ***gdbadmin2006-09-051-1/+1
|
* daily updateAlan Modra2006-09-041-1/+1
|
* bfd/Mark Shinwell2006-09-042-6/+88
| | | | | | | * elf32-arm.c (elf32_arm_howto_table_1): Adjust entries for R_ARM_THM_ALU_PREL_11_0 and R_ARM_THM_PC12 relocations. (elf32_arm_final_link_relocate): Handle R_ARM_THM_ALU_PREL_11_0 and R_ARM_THM_PC12 relocations.
* *** empty log message ***gdbadmin2006-09-041-1/+1
|