• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
ad6a4e2 2011-03-08 05:13:07 brobecke

Minor reformatting in elfread.c:elf_symtab_read

gdb/ChangeLog:

* elfread.c (elf_symtab_read): Minor reformatting.

b5de194 2011-03-08 04:41:34 brobecke

minor reformatting in objc-lang.c:selectors_info

gdb/ChangeLog:

* objc-lang.c (selectors_info): Minor reformatting.

7495b0a 2011-03-08 04:05:18 brobecke

add FALLTHROUGH comment in ada-lang.c:compare_names

gdb/ChangeLog:

* ada-lang.c (compare_names): Add FALLTHROUGH comment.

87f4bc8 2011-03-08 02:57:08 brobecke

simplify ada-valprint.c:ada_val_print_array

Two things:
- Move the declaration of a couple of variables inside the block
where they are actually used;
- Remove some code that checks against NULL/zero, because the
condition should always be false. Add some gdb_asserts to
make sure we never fail those assumptions.

gdb/ChangeLog:

* ada-valprint.c (ada_val_print_array): Move the declaration of
"byte_order" and "elttype" inside the block where these variables
are actually used. Remove some special handling for the case
where "elttype" and "eltlen" are null. Replace by a comment
and a couple of assertion checks.

ef2e91f 2011-03-07 23:42:53 hjl

Revert the last change on gas/elf/bad-size.err.

2011-03-06 H.J. Lu <hongjiu.lu@intel.com>

* gas/elf/bad-size.err: Revert the last change.

f70ddd9 2011-03-07 18:00:03 gdbadmin

*** empty log message ***

4400fca 2011-03-07 17:00:05 amodra

daily update

92a3bb4 2011-03-07 12:37:07 msnyder

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

* compress.c (bfd_compress_section_contents): Check for out of mem.

cf53af9 2011-03-07 12:27:03 msnyder

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

* elf64-x86-64.c (elf_x86_64_relocate_section): Document
that case statement falls through intentionally.

e4eacc3 2011-03-07 12:22:36 msnyder

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

* elf32-i386.c (elf_i386_relocate_section): Document fall through.

8950988 2011-03-07 08:05:23 hjl

Mention symbol name in non-constant .size expression.

gas/

2011-03-05 H.J. Lu <hongjiu.lu@intel.com>

* config/obj-elf.c (elf_frob_symbol): Mention symbol name in
non-constant .size expression.

gas/testsuite/

2011-03-05 H.J. Lu <hongjiu.lu@intel.com>

* gas/elf/bad-size.err: Updated.

7484a44 2011-03-07 01:40:52 brobecke

gdbserver: configure + make clean fails (no 'common' subdir)

This problem was noticed during the nightly snapshot build,
but can be reduced to:

% /path/to/gdb/gdbserver/configure
% make clean

The "make clean" fails, because it tries to do a "make clean"
in the common/ subdirectory. But the problem is that this
common/ subdirectory is NOT created during the configure phase,
but rather during the build phase. The error is fatal because
we had put the common subdirectory in the list of REQUIRED_SUBDIRS.

This fixes the problem by removing it from the REQUIRED_SUBDIRS
list.

gdb/gdbserver/ChangeLog:

* Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).

5e0d5fa 2011-03-06 19:32:46 msnyder

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

* source.c (add_path): Replace semicolon at end of block.
* dwarf2expr.c (execute_stack_op): Ditto.

d644b77 2011-03-06 18:22:36 vapier

gdb: blackfin: enable simulator support

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

abca573 2011-03-06 18:20:16 vapier

sim: bfin: new port

This can boot Das U-Boot and a Linux kernel. It also supports Linux
userspace FLAT and FDPIC (dynamic and static) ELFs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

114c4d2 2011-03-06 18:00:03 gdbadmin

*** empty log message ***

f8d0d62 2011-03-06 17:00:06 amodra

daily update

8e3593b 2011-03-06 16:02:47 msnyder

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

* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
* mdebugread.c (parse_symbol): Ditto.
* parse.c (parse_exp_in_context): Ditto.
* source.c (add_path): Ditto.
* utils.c (gnu_debuglink_crc32): Ditto.
* varobj.c (variable_language): Ditto.

c246201 2011-03-06 15:21:31 msnyder

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

* linux-tdep.c (linux_get_siginfo_type): Stop memory leak.

c2f39c3 2011-03-06 14:55:46 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sf.net>

* include/w32api.h: Increment version to 3.16.
* Makefile.in: Ditto.

e959ada 2011-03-06 14:50:52 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/commctrl.h (NMTCKEYDOWN): Define.

db19728 2011-03-06 14:43:53 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
Define.

73326f2 2011-03-06 14:29:08 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winbase.h (PSAPI_WORKING_SET_BLOCK,
PSAPI_WORKING_SET_INFORMATION): Define.

02d8c0c 2011-03-06 13:36:28 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.

097d297 2011-03-06 07:15:01 jkratoch

* gdb.base/help.exp (help thread find): Fix one forgotten quote.

e9257b5 2011-03-06 01:33:13 rwild

Guard against M4 versions with a buggy strstr.

config/:
* override.m4: Error out if a buggy M4 was detected, to
avoid spurious diffs in generated files.

bece25f 2011-03-05 23:45:41 ironhead

2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.

f61ea7b 2011-03-05 23:05:20 ironhead

2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.

012887f 2011-03-05 22:51:00 ironhead

2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
_DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
* include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.

3443b5f 2011-03-05 22:39:15 ironhead

2011-03-04 Seth Jackson <sethj@users.sourceforge.net>

* include/winnt.h (PAGE_WRITECOMBINE): Define.
* include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.

Show on old repository browser