Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error.
|
|
* aoutx.h (aout_final_link): Use sizeof int not sizeof int*.
(aout_link_write_other_symbol): Missing break statement.
|
|
* dwarf2.c (scan_unit_for_symbols): Stop memory leak.
|
|
* archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
|
|
|
|
bfd/
2011-03-03 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
x32 IE->LE transition.
(elf_x86_64_relocate_section): Likewise.
ld/testsuite/
2011-03-03 H.J. Lu <hongjiu.lu@intel.com>
* ld-x86-64/tlsie4.dd: New.
* ld-x86-64/tlsie4.s: Likewise.
* ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.
|
|
* remote-fileio.c (remote_fileio_func_fstat): Initialize all
fields of struct 'st' to zero.
|
|
* dwarf2read.c (process_psymtab_comp_unit): Handle case where
DW_STRING is NULL.
|
|
* tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
sal.pspace before calling set_current_source_symtab_and_line.
|
|
* gdb.hp/gdb.aCC/configure (Makefile): Remove.
* gdb.hp/gdb.aCC/configure.ac: Remove.
* gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.base-hp/configure (Makefile): Remove.
* gdb.hp/gdb.base-hp/configure.ac: Remove.
* gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.compat/configure (Makefile): Remove.
* gdb.hp/gdb.compat/configure.ac: Remove.
* gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.defects/configure (Makefile): Remove.
* gdb.hp/gdb.defects/configure.ac: Remove.
* gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.objdbg/configure (Makefile): Remove.
* gdb.hp/gdb.objdbg/configure.ac: Remove.
* gdb.hp/configure.ac: Remove.
* gdb.hp/configure: Remove.
* gdb.hp/Makefile.in (SUBDIRS): No longer a configure
substitution.
(Makefile): Remove rule.
* gdb.cell/configure.ac: Remove.
* gdb.cell/configure: Remove.
* gdb.stabs/Makefile.in (Makefile): Remove.
(distclean): Don't remove config.status or config.log.
* gdb.stabs/configure (Makefile): Remove.
* gdb.stabs/configure.ac: Remove.
* configure: Rebuild.
* configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
Remove stabs- and cell-specific logic. Test for existence of
../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
subdirectories, gdb.cell, and and gdb.stabs.
* Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
|
|
|
|
* Makefile.in (configure-common): Remove. Let Makefile
in dir common to rebuild itself.
(common/Makefile): Likewise.
|
|
gdb/testsuite/ChangeLog:
* gdb.python/py-inferior.exp: Avoid searching pattern beyond
end of buffer.
|
|
gdb/ChangeLog:
* utils.c (parse_escape): Add i18n markup in error message.
|
|
* gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
ARM_PC_REGNUM.
(thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
(displaced_write_reg, displaced_read_reg): Likewise.
(copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
(cleanup_block_load_pc, copy_block_xfer): Likewise.
(cleanup_branch): Replace magic number 14 and 15 with
ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
|
|
* maint.c (maintenance_do_deprecate): No need to check for NULL.
|
|
* cli/cli-script.c (script_from_file): Add break for lint.
|
|
|
|
* mdebugread.c (parse_partial_symbols): Fix indent.
|
|
* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
with xmalloc.
|
|
* target-descriptions.c (tdesc_gdb_type): No need to call
xstrdup, callee saves a copy.
|
|
|
|
* printcmd.c (print_scalar_formatted): Use strncpy for safety.
|
|
* infcall.c (call_function_by_hand): Add break statements for lint.
|
|
* utils.c (parse_escape): Escape the escape char.
|
|
|
|
* python/py-inferior.c (build_inferior_list): Error out if
PyList_Append fails.
(gdbpy_inferiors): Error out if build_inferior_list fails.
|
|
* linux-nat.c (linux_nat_xfer_partial): Preserve errno around
a function call.
|
|
* record.c (record_restore): Move printf to before error return.
|
|
|
|
(get_dynamic_reloc_section_name): Construct string manually.
|
|
gdb/testsuite/ChangeLog:
* gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
gdb_test when running a test where we expected no output back.
|
|
the toolchain building binutils.
* configure: Rebuild.
|
|
* arm-tdep.h (struct displaced_step_closure): Add two new fields
is_thumb and insn_size.
* arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
on both ARM and Thumb mode.
(arm_process_displaced_insn): Set is_thumb and insn_size.
(arm_displaced_init_closure): Handle both 16-bit and 32-bit.
(arm_displaced_step_fixup): Likewise.
|
|
2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
* configure.ac: Add -lpwl to ppllibs.
* config/cloog.m4: Add -lisl to clooglibs.
* configure: Regenerated.
|
|
* cli/cli-dump.c (dump_bfd_file): Check error return and warn.
|
|
* jv-lang.c (evaluate_subexp_java): Conditional can't be true.
|
|
* dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
|
|
|
|
* cli/cli-dump.c (restore_binary_file): Validate ftell return value.
|
|
* ada-lang.c (ada_make_symbol_completion_list): Replace malloc
with xmalloc.
|
|
|
|
2011-03-01 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12529
* testplug.c: Don't include "filenames.h".
(onclaim_file): Don't use filename_cmp.
|
|
* ada-lang.c (aggregate_assign_others): Rename inner scope variable
which shadows function parameter.
|
|
* tracepoint.c (create_tsv_from_upload): Superfluous call
to xstrdup. Callee already calls xstrdup.
|
|
* linespec.c (decode_line_1): Remove unnecessary null check.
|
|
* tracepoint.c (scope_info): Fix mem leak, remove underused
variable.
|
|
* python/py-prettyprint.c (apply_val_pretty_printer): Remove
superfluous null check.
|
|
* std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
(value_of_builtin_frame_fp_reg): Ditto.
|