aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-072012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves10-10/+23
* arm-tdep.c: Make defs.h be the first include. * coff-pe-read.c: Ditto. * gnu-nat.c: Ditto. * go32-nat.c: Ditto. * i386-nat.c: Ditto. * ppcnbsd-nat.c: Ditto. * ada-varobj.h: Don't include defs.h. * i386-darwin-tdep.h: Ditto. * i386-nat.h: Ditto.
2012-11-072012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves2-32/+30
* MAINTAINERS: New FSF-appointed maintainers replace the Steering Committee.
2012-11-072012-11-07 David Holsgrove <david.holsgrove@xilinx.com>Michael Eager3-3/+11
* config/tc-microblaze.c: Remove special register condition check for INST_TYPE_RFSL related instructions. 2012-11-07 David Holsgrove <david.holsgrove@xilinx.com> * testsuite/gas/microblaze/special_reg.exp: Add test case. * testsuite/gas/microblaze/special_reg.s: Likewise. * testsuite/gas/microblaze/special_reg.d: Likewise.
2012-11-07 * common/linux-osdata.c (dirent.h): ARI fix: Remove.Pierre Muller2-1/+5
File already uses "gdb_dirent.h" header.
2012-11-07Don't read beyond section endH.J. Lu2-1/+9
* objcopy.c (copy_section): Don't read beyond section end.
2012-11-07Replace memcpy with memmoveH.J. Lu2-1/+6
* section.c (bfd_get_section_contents): Replace memcpy with memmove.
2012-11-07 PR binutils/14481Hans-Peter Nilsson2-1/+19
* aout-target.h (MY_close_and_cleanup): Make local function instead of alias of MY_bfd_free_cached_info. Also call _bfd_generic_close_and_cleanup.
2012-11-07Change return type of bclose to bfd_booleanH.J. Lu6-8/+19
PR binutils/14813 * bfdio.c (bfd_iovec): Change return type of bclose to bfd_boolean. (memory_bclose): Change return type to bfd_boolean. * cache.c (cache_bclose): Likewise. * opncls.c (opncls_bclose): Likewise. Return TRUE on success. * vms-lib.c (vms_lib_bclose): Likewise. Return TRUE. * libbfd.h: Regenerated.
2012-11-07gdb:Yao Qi2-1/+5
* breakpoint.c (get_tracepoint_by_number): Remove 'extern int tracepoint_count'.
2012-11-07*** empty log message ***gdbadmin1-1/+1
2012-11-06Add a testcase for PR binutils/14567H.J. Lu6-37/+181
binutils/ PR binutils/14567 * Makefile.am (BFDTEST2_PROG): New. (bfdtest2_DEPENDENCIES): Likewise. (TEST_PROGS): Add $(BFDTEST2_PROG). * Makefile.in: Regenerated. * bfdtest2.c: New file. binutils/testsuite/ PR binutils/14567 * binutils-all/ar.exp (bfdtest1): Removed. (long_filenames): Take bfdtests. (thin_archive): Likewise. (thin_archive_with_nested): Likewise. (bfdtests): New. Pass $bfdtests to long_filenames, thin_archive and thin_archive_with_nested.
2012-11-06daily updateAlan Modra1-1/+1
2012-11-062012-11-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-0/+8
* coff-x86_64.c (_bfd_generic_find_nearest_line_discriminator): Define as coff_find_nearest_line_discriminator.
2012-11-06 * target.h (inferior_has_forked, inferior_has_vforked)Tom Tromey2-10/+6
(inferior_has_execd, inferior_has_called_syscall): Remove declarations.
2012-11-06 * remote.c (remote_insert_hw_breakpoint): ARI fix,Pierre Muller2-1/+6
add missing internalization markup.
2012-11-06gdb/Pedro Alves5-1/+84
2012-11-06 Pedro Alves <palves@redhat.com> PR gdb/14810 * breakpoint.c (bpstat_stop_status): Skip disabled locations. gdb/testsuite/ 2012-11-06 Pedro Alves <palves@redhat.com> PR gdb/14810 * gdb.base/disabled-location.c: New file. * gdb.base/disabled-location.exp: New file.
2012-11-06 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.Tom Tromey12-149/+63
* gdb.python/py-strfns.exp (test_strfns_core_file): Use gdb_gcore_cmd. * gdb.cell/gcore.exp: Use gdb_gcore_cmd. * gdb.base/gcore.exp: Use gdb_gcore_cmd. * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd. * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd. * gdb.base/auxv.exp: Use gdb_gcore_cmd. * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd. * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd. * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd. * lib/gdb.exp (gdb_gcore_cmd): New proc.
2012-11-06 * config/tc-xgate.c: Make some functions static. FormattingAlan Modra2-376/+340
style and whitespace fixes. Wrap overly long lines. Format help message.
2012-11-06 PR binutils/14567Alan Modra2-0/+11
* opncls.c (opncls_iovec): Forward declare. (_bfd_new_bfd_contained_in): If using opncls_iovec, copy iostream to new bfd.
2012-11-06 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if scriptPierre Muller2-1/+6
is not executable.
2012-11-06 * mach-o.c (bfd_mach_o_close_and_cleanup): Don't callAlan Modra2-0/+8
_bfd_generic_close_and_cleanup for mach_o_fat archives.
2012-11-06Allow SEC_CODE and SEC_READONLY in section flags.Alan Modra2-6/+10
2012-11-06bfd/Alan Modra4-14/+31
* coff-tic4x.c (tic4x_coff0_vec, tic4x_coff0_beh_vec, tic4x_coff1_vec, tic4x_coff1_beh_vec, tic4x_coff2_vec, tic4x_coff2_beh_vec): Allow SEC_CODE and SEC_READONLY in section flags. gas/ * config/tc-tic4x.c: Remove alignment TODO comments. (tic4x_do_align): Enable subseg_text_p test.
2012-11-06bfd/Alan Modra5-6/+63
* elf64-ppc.c (struct ppc_link_hash_table): Add dot_toc_dot. (ppc64_elf_size_stubs): Lookup ".TOC.". (ppc64_elf_relocate_section): Resolve special symbol ".TOC.". gas/ * config/tc-ppc.c (ppc_elf_adjust_symtab): New function, split out.. (ppc_frob_file_before_adjust): ..from here. (md_apply_fix): Set BSF_KEEP on .TOC. if not @tocbase. * config/tc-ppc.h (ppc_elf_adjust_symtab): Declare. (tc_adjust_symtab): Define.
2012-11-06 * elf64-ppc.c (maybe_strip_output): Heed SEC_KEEP.Alan Modra2-1/+6
2012-11-06 * config/tc-ppc.c (md_apply_fix): Fix xcoff build breakage fromAlan Modra2-0/+7
last patch.
2012-11-06 * config/tc-xgate.c: Remove bogus use of <fx_pcrel_adjust>.Sean Keys3-45/+31
* config/tc-m68hc11.c: Likewise.
2012-11-06*** empty log message ***gdbadmin1-1/+1
2012-11-05Fix entry ordering issue in gdb/ChangeLog...Joel Brobecker1-4/+4
2012-11-05New script to update our gnulib importJoel Brobecker2-0/+122
gdb/ChangeLog: * gnulib/update-gnulib.sh: New script.
2012-11-05daily updateAlan Modra1-1/+1
2012-11-05* MAINTAINERS: Update my email address.Stephane Carrez4-4/+12
2012-11-05 * frame.c (put_frame_register): Don't use temporary buffer.Tom Tromey2-6/+5
2012-11-05 * MAINTAINERS: Update my email address.Stephane Carrez2-1/+5
2012-11-05 PR python/14802:Tom Tromey2-0/+12
* gdb.texinfo (Functions In Python): Add example.
2012-11-05gdb/Pedro Alves5-0/+88
2012-11-05 Pedro Alves <palves@redhat.com> * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork child. Clear 'pending_detach'. * infrun.c (handle_vfork_child_exec_or_exit): Clear 'pending_detach' in the vfork parent. gdb/testsuite/ 2012-11-05 Pedro Alves <palves@redhat.com> * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New procedure. (do_vfork_and_follow_child_tests_exec) (do_vfork_and_follow_child_tests_exit): Call it.
2012-11-052012-11-05 Pedro Alves <palves@redhat.com>Pedro Alves2-0/+7
* gdb.base/foll-vfork.c (main): Call perror and _exit if execlp() fails.
2012-11-05 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWPDoug Evans3-185/+921
* contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp. * dwarf2read.c: #include "elf-bfd.h". (struct dwarf2_per_objfile): New members dwp_checked, dwp_file. (dwop_section_names): Renamed from dwo_section names. All uses updated. Add entries for .debug_cu_index, .debug_tu_index. (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd. All uses updated. (struct dwp_sections): New type. (struct virtual_dwo_sections): New type. (struct dwp_hash_table): New type. (struct dwp_file): New type. (init_cutu_and_read_dies): Ensure DWO info/types section has been read in. Handle DWOs coming from DWP files. (lookup_dwo_file_slot): New function. (dwarf2_locate_dwo_sections): Move definition closer to use. (create_dwo_debug_info_hash_table_reader): Renamed from create_debug_info_hash_table_reader. All callers updated. (create_dwo_debug_info_hash_table): Renamed from create_debug_info_hash_table. All callers updated. (create_dwp_hash_table): New function. (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions. (lookup_dwo_in_dwp): New function. (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter is_dwp. All callers updated. (open_dwop_file): Renamed from open_dwo_file. All callers updated. (open_and_init_dwo_file): Renamed from init_dwo_file. All callers updated. (lookup_dwo_file): Delete. (dwarf2_locate_dwp_sections): New function. (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions. (allocate_dwp_loaded_cutus_table): New function. (open_and_init_dwp_file): New function. (lookup_dwo_cutu): New function. (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2012-11-052012-11-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel3-0/+13
PR target/14788 * elf32-s390.c (elf_s390_relocate_section): Set elf.dynobj for local ifunc symbols. * elf64-s390.c (elf_s390_relocate_section): Likewise.
2012-11-05 * configure.ac: Apply 2012-09-10 change to config.in here.Alan Modra3-10/+20
* configure: Regenerate.
2012-11-05 * configure.in: Apply 2012-09-10 change to config.in here. AddAlan Modra3-3/+11
__CONFIG_H__ check. * config.in: Regenerate.
2012-11-05 * configure.in: Apply 2012-09-10 change to config.in here.Alan Modra8-5/+22
2012-11-05 * config/tc-ppc.c (md_chars_to_number): Delete.Alan Modra2-520/+440
(ppc_setup_opcodes): Assert num_powerpc_operands fit. (ppc_is_toc_sym): Move earlier in file. (md_assemble): Move code setting reloc from md_apply_fix. Combine non-ELF code setting fixup with ELF code. Stash opindex in fx_pcrel_adjust. Adjust fixup offset for VLE. Don't set fx_no_overflow here. (md_apply_fix): Rewrite to use ppc_insert_operand for all resolved instruction fields. Leave insn field zero when emitting an ELF reloc in most cases.
2012-11-05 * write.h (struct fix <fx_pcrel_adjust>): Make it a signed char.Alan Modra3-8/+10
* config/tc-m68k.c (tc_gen_reloc, md_pcrel_from): Remove explicit sign extendion of fx_pxrel_adjust.
2012-11-05 * elf64-ppc.c (ppc64_elf_edit_toc): Clear "repeat" insideAlan Modra2-126/+138
loop. Really mark toc entry referring to another toc entry only if the first is used.
2012-11-05 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.Alan Modra2-43/+75
(struct Opd_ent): Use "Address" rather than "Offset". (Output_data_got_powerpc::got_base_offset): Return Valtype. (Target_powerpc::got_section): Make public. (Target_powerpc::scan_relocs): Move code setting symbols.. (Powerpc_relobj::do_scan_relocs): ..to here, new function. Create _SDA_BASE_ only when referenced.
2012-11-05*** empty log message ***gdbadmin1-1/+1
2012-11-04daily updateAlan Modra1-1/+1
2012-11-04Add --disable-libstdcxx configure optionH.J. Lu3-26/+63
2012-11-03 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated. 2012-11-03 Robert Mason <rbmj@verizon.net> * configure.ac: add --disable-libstdcxx configure option and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2012-11-04*** empty log message ***gdbadmin1-1/+1