• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
a3a97d6 2011-03-04 17:43:07 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* dwarf2.c (scan_unit_for_symbols): Stop memory leak.

205e4dd 2011-03-04 17:41:21 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.

c9b13a8 2011-03-04 17:00:05 amodra

daily update

0aae520 2011-03-04 16:11:30 hjl

Supprt TLS x32 IE->LE transition.

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.

2a15f92 2011-03-04 12:35:31 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* remote-fileio.c (remote_fileio_func_fstat): Initialize all
fields of struct 'st' to zero.

158ef94 2011-03-04 11:33:38 tromey

PR gdb/12538:
* dwarf2read.c (process_psymtab_comp_unit): Handle case where
DW_STRING is NULL.

82ab637 2011-03-04 11:28:43 msnyder

2011-03-03 Michael Snyder <msnyder@vmware.com>

* tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
sal.pspace before calling set_current_source_symtab_and_line.

9c4b177 2011-03-04 10:57:54 tromey

* gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
* 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.

48b1ff4 2011-03-04 09:48:35 corinna

* posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, return
actual error number.
(_mq_send): Break loop if ipc_cond_timedwait returns with error.
(_mq_receive): Ditto.

c8aac03 2011-03-04 05:11:40 corinna

* libc/include/string.h: Include sys/cdefs.h.

b19fef0 2011-03-04 04:37:07 corinna

* libc/include/sys/cdefs.h (__CONCAT1): Define.
(__CONCAT): Define.
(__STRING): Define.
(__XSTRING): Define.
(__ASMNAME): Define.
* libc/include/string.h (strerror_r): Use __ASMNAME to take target
specific label prefixes into account.

fce83d3 2011-03-04 03:50:11 corinna

* errno.cc (__xpg_strerror_r): Add accidentally missing condition.

f117b19 2011-03-04 03:38:36 vapier

objdump: fix typo in help message

3a6cf8b 2011-03-03 22:16:32 qiyao

2011-03-03 Yao Qi <yao@codesourcery.com>

* Makefile.in (configure-common): Remove. Let Makefile
in dir common to rebuild itself.
(common/Makefile): Likewise.

b1b6314 2011-03-03 21:55:31 brobecke

py-inferior.exp: Avoid searching pattern beyond buffer

gdb/testsuite/ChangeLog:

* gdb.python/py-inferior.exp: Avoid searching pattern beyond
end of buffer.

6916a10 2011-03-03 21:51:27 brobecke

add i18n markup in error message (utils.c:parse_escape)

gdb/ChangeLog:

* utils.c (parse_escape): Add i18n markup in error message.

d7c7174 2011-03-03 20:18:24 qiyao

2011-03-03 Yao Qi <yao@codesourcery.com>

* 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.

840b5a8 2011-03-03 19:15:45 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* maint.c (maintenance_do_deprecate): No need to check for NULL.

fae2699 2011-03-03 18:13:59 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* cli/cli-script.c (script_from_file): Add break for lint.

d6c2b58 2011-03-03 18:00:03 gdbadmin

*** empty log message ***

9877137 2011-03-03 17:54:15 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* mdebugread.c (parse_partial_symbols): Fix indent.

a043044 2011-03-03 17:40:41 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
with xmalloc.

dfa190f 2011-03-03 17:14:31 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* target-descriptions.c (tdesc_gdb_type): No need to call
xstrdup, callee saves a copy.

70a367a 2011-03-03 17:00:07 amodra

daily update

2dd04c6 2011-03-03 16:56:44 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* printcmd.c (print_scalar_formatted): Use strncpy for safety.

16c0cb9 2011-03-03 16:21:45 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* infcall.c (call_function_by_hand): Add break statements for lint.

66311fe 2011-03-03 16:11:26 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* utils.c (parse_escape): Escape the escape char.

b43ab1a 2011-03-03 15:59:35 ccoutant

* testsuite/script_test_9.t: Add TLS segment.

5be3fb2 2011-03-03 15:19:53 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* python/py-inferior.c (build_inferior_list): Error out if
PyList_Append fails.
(gdbpy_inferiors): Error out if build_inferior_list fails.

9a025af 2011-03-03 12:27:41 msnyder

2011-03-02 Michael Snyder <msnyder@vmware.com>

* linux-nat.c (linux_nat_xfer_partial): Preserve errno around
a function call.

Show on old repository browser