• R/O
  • HTTP
  • SSH
  • HTTPS

pf3gnuchains4x: List of commits

4.x系GCCをフロントエンドとするgnu chains


RSS
Rev. Time Author
4ac4026 2012-01-06 19:29:56 nickc

* po/ru.po: Updated Russian translation.

039cf64 2012-01-06 16:13:11 yselkowitz

* new-features.sgml (ov-new1.7.10): Document pthread_sigqueue.

faaf7dd 2012-01-06 16:12:15 yselkowitz

* cygwin.din (pthread_sigqueue): Export.
* posix.sgml (std-gnu): Add pthread_sigqueue.
* thread.cc (pthread_sigqueue): New function.
* include/thread.h (pthread_sigqueue): New function.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

e3c7700 2012-01-06 15:43:47 vapier

sim: headers: use abs_srcdir to find helper scripts

Trying to run `headers` in an out-of-tree build fails atm due to the
relative srcdir paths being used in a location other than where they
were setup to be used from. Get abs_srcdir from configure and use
that instead where applicable.

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

5ce07f2 2012-01-06 14:58:28 qiyao

* tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
defined.
[IN_PROCESS_AGENT] (debug_agent): New global variable.

365b7fc 2012-01-06 12:34:44 sergiodj

2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>

* ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
before `struct gdb_exception'.
* breakpoint.c (update_global_location_list_nothrow)
(update_breakpoint_locations, enable_breakpoint_disp): Likewise.
* cp-abi.c (value_rtti_type): Likewise.
* cp-support.c (cp_validate_operator): Likewise.
* infrun.c (insert_exception_resume_breakpoint)
(check_exception_resume, keep_going): Likewise.
* mi-interp.c (mi_breakpoint_created)
(mi_breakpoint_modified): Likewise.
* rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
* solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
(ia64_hpux_handle_dld_breakpoint_1): Likewise.

ab96c68 2012-01-06 09:00:03 gdbadmin

*** empty log message ***

43e2c3f 2012-01-06 08:00:06 amodra

daily update

c37deea 2012-01-06 06:56:37 devans

* dwarf2read.c (statement_prologue): Delete, unused.

9148f32 2012-01-06 06:53:12 devans

* dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
* dwarf2loc.h (dwarf2_per_cu_addr_size): Update.

bfa257a 2012-01-06 05:17:49 devans

* dwarf2read.c (comp_unit_header): Delete, unused.

ec3962c 2012-01-06 04:39:01 ironhead

2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>

* include/windef.h (WINVER): Bump to 0x0501.

ccd9866 2012-01-06 02:06:59 uweigand

* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.

8326996 2012-01-06 00:17:17 nickc

* ld-x86-64/x86-64.exp: Add test of linking mixed 32-bit and
64-bit objects when the 32-bit object (loaded first) contains 32+
local symbols, all referenced by relocs and the 64-bit object
contains a reloc that uses a symbol in the 32-bit object.
* 32bit.s: New source file.
* 64bit.s: New source file.
* incompatible.l: New expected linker output file.

4758285 2012-01-05 22:11:29 palves

2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>

* infrun.c (normal_stop): Don't skip calling the normal_stop
observers if the thread was doing a multi-step, but stopped for
some reason other than stepping.

gdb/testsuite/
2012-01-05 Pedro Alves <alves.ped@gmail.com>

* gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
* gdb.python/py-events.c (first): Add bits for new "step N" test.
* gdb.python/py-events.exp: Test that "step N" tripping on a
breakpoint emits a breakpoint event.

f14ea3d 2012-01-05 20:39:30 palves

2012-01-05 Pedro Alves <alves.ped@gmail.com>

* cli/cli-decode.h: Add comments.
(CMD_LIST_AMBIGUOUS): Moved to command.h
(add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
(set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
(set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
(deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
(add_com, add_com_alias, add_info, add_info_alias)
(complete_on_cmdlist, complete_on_enum, help_list): Remove
declarations.
* command.h: Add and adjust comments.
(CMD_LIST_AMBIGUOUS): Moved here.
(help_cmd, help_cmd_list): Delete declarations.

e74d403 2012-01-05 19:09:33 nickc

Rotate ChangeLogs

8c66753 2012-01-05 18:57:18 nickc

PR ld/12161
* elf32-avr.c (elf32_avr_relax_delete_bytes): Read in relocs if
necessary.

1e48638 2012-01-05 18:41:03 brobecke

Document new procedure for updating copyright years

We now use a different script to perform the update. This patch
updates the procedure in our documentation

gdb/doc/ChangeLog:

* gdbint.texinfo (Start of New Year Procedure): Update
to replace use of copyright.sh by use of copyright.py.

5a69eb5 2012-01-05 16:50:43 jkratoch

bfd/
Fix zero registers core files when built by gcc-4.7.
* elf64-x86-64.c (elf_x86_64_write_core_note): Remove variables p and
size. Call elfcore_write_note for the local variables. Remove the
final elfcore_write_note call. Add NOTREACHED comments.

ace3257 2012-01-05 09:00:33 gdbadmin

*** empty log message ***

0840494 2012-01-05 04:49:41 devans

* dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
All callers updated.
(load_full_type_unit): Renamed from read_signatured_type_at_offset.
Replace all arguments with "per_cu". All callers updated.

82912e2 2012-01-05 04:16:14 devans

* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.

72bfc3c 2012-01-05 04:07:35 devans

* dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
New arg "per_cu". All callers updated.

cfc5e79 2012-01-05 03:56:58 devans

Delete #if 0'd out code.
* language.c (binop_result_type): Delete.
(simple_type, ordered_type, same_type, integral_type): Delete.
(numeric_type, character_type, string_type, boolean_type): Delete.
(float_type, structured_type): Delete.
* language.h: Update.

03e1801 2012-01-05 01:15:08 tromey

* python/py-value.c (valpy_binop): Initialize 'res_val'.

68165be 2012-01-05 00:13:25 brobecke

Get rid of corefile.c:close_exec_file

The body of this function has been commented out since Jul 1999, and
thus seems unnecessary. While at it, remove some commented out code
that seems to be related to the function being deleted.

gdb/ChangeLog:

* corefile.c (close_exec_file): Delete.
(reopen_exec_file): Remove commented out code that seems related
to close_exec_file, which is being deleted here.
* inferior.h (close_exec_file): Delete.
* fork-child.c (fork_inferior): Remove call to fork_inferior.

a17b292 2012-01-04 23:55:07 brobecke

Use skip_spaces and skip_to_space in ada-lang.c

This is just a minor cleanup that reduces a bit the code in ada-lang.c
by using skip_spaces or skip_to_space, instead of doing the skipping
ourselves.

gdb/ChangeLog:

* ada-lang.c: #include "cli/cli-utils.h".
(get_selections): Use skip_spaces.
(ada_get_next_arg): Use skip_spaces and skip_to_space.
(catch_ada_exception_command_split): Use skip_spaces.
(ada_decode_assert_location): Likewise.

1de6d6c 2012-01-04 23:39:12 qiyao

gdb/gdbserver/
* tracepoint.c (cmd_qtdp): Print debug message
for static tracepoint.

40c98ae 2012-01-04 23:34:49 qiyao

gdb/gdbserver/
* tracepoint.c (trace_vdebug): Differentiate debug message
between gdbserver and IPA.

Show on old repository browser