• R/O
  • HTTP
  • SSH
  • HTTPS

pf3gnuchains3x: List of commits

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


RSS
Rev. Time Author
eb11397 2009-12-24 14:28:44 tromey

* Makefile.in (SFILES): Add exceptions.c.

57b0567 2009-12-24 04:43:45 corinna

* pathnames.sgml (mount-table): Add missing slash in pathname.

a891da7 2009-12-23 21:51:47 dj

* rx/rx.c (decode_opcode): btst bit address mask fix.

99cbd76 2009-12-23 18:35:18 cgf

* select.cc (fhandler_fifo::select_read): Fill in device specific record.
(fhandler_fifo::select_write): Ditto.
(fhandler_fifo::select_except): Ditto.

371308f 2009-12-23 18:00:02 gdbadmin

*** empty log message ***

1cb7d36 2009-12-23 17:00:04 amodra

daily update

9dcc2c7 2009-12-23 12:06:01 gdbadmin

GDB 7.0.1 released.

be78955 2009-12-23 07:07:23 ericb

Fix getsubopt declaration.

* libc/include/sys/unistd.h (suboptarg, getsubopt): Move...
* libc/include/stdlib.h: ...here, to match POSIX for getsubopt.

e41a281 2009-12-22 21:16:39 teawater

2009-12-22 Hui Zhu <teawater@gmail.com>

* record.c (record_message): Change argument.
(record_message_wrapper): New function.
(do_record_message): Change it name to
"record_message_wrapper_safe".
Let it call "record_message_wrapper".
(record_resume_error): Deleted.
(record_resume): Call "record_message".
(record_wait): Deleted record_resume_error.
Call "record_message_wrapper_safe".
Set status when do_record_message need stop the inferior.

2009-12-22 Hui Zhu <teawater@gmail.com>

* gdb.reverse/sigall-reverse.exp: Adjust.

1b480d4 2009-12-22 19:33:43 tmsriram

2009-12-21 Sriraman Tallam <tmsriram@google.com>

* options.cc (General_options::parse_version): Make -v continue and do
the link like GNU ld does.

a8f2f4e 2009-12-22 18:18:13 devans

* linux-x86-low.c: Delete outdated comment about Elf32_Phdr.

09a18c1 2009-12-22 18:00:33 gdbadmin

*** empty log message ***

69cbd31 2009-12-22 17:00:04 amodra

daily update

a7da1b5 2009-12-22 15:23:42 devans

gdb/
* linux-nat.c (kill_lwp): Minor cleanup, move definition of
tkill_failed into ifdef HAVE_TKILL_SYSCALL. Move setting of errno
there too. Delete unnecessary resetting of errno after syscall.
Minor comment changes to match gdbserver/linux-low.c:kill_lwp.

gdbserver/
* linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
warning ifndef __NR_tkill. Move setting of errno there too.
Delete unnecessary resetting of errno after syscall.
Minor comment changes to match gdb/linux-nat.c:kill_lwp.

d6d2458 2009-12-22 14:52:52 devans

* configure.ac: Check for dladdr.
* config.in: Regenerate.
* configure: Regenerate.
* thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
(try_thread_db_load): Update.

22ff716 2009-12-22 11:54:03 devans

* linux-low.c (my_waitpid): Delete unnecessary prototype.

2b80d69 2009-12-22 10:44:37 corinna

* path.cc (cygwin_conv_path): Add band-aid including comment to avoid
conversion from POSIX "." to Win32 ".\\".

c3892a9 2009-12-22 09:16:27 corinna

* exec.cc (execvp): Call find_exec with FE_NNF flag to enforce
a NULL return when executable isn't found in $PATH. Convert NULL
to "".
(execvpe): Ditto.
* spawn.cc (spawn_guts): Return with EFAULT if prog_arg is NULL.
Return with ENOENT if prog_arg is empty string. Add a comment.

117b595 2009-12-22 07:23:25 brobecke

Fix typo in filename.

79d264d 2009-12-22 06:56:41 ramana

Fix Thumb2 bl range options.

2009-12-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Richard Earnshaw <richard.earnshaw@arm.com>

* config/tc-arm.c (encode_thumb2_b_bl_offset): New. Refactored
from md_apply_fix.
(md_apply_fix): Fixup range checks for Thumb2 version
of unconditional calls. Call encode_thumb2_b_bl_offset for
unconditional branches / function calls.

35ea1ce 2009-12-22 04:27:20 amodra

* MAINTAINERS: Update my email address.

a9e6bd5 2009-12-22 04:21:16 amodra

* MAINTAINERS: Update my email address.

1ee2861 2009-12-22 04:21:01 amodra

* elf64-ppc.c: Delete my email address.

959b1d6 2009-12-22 04:11:27 corinna

* fhandler_console.cc (get_nonascii_key): Generate ESC prefix
for Alt modifier generically for function keys and keypad keys.
Distinguish Normal, Ctrl, Shift, Ctrl-Shift rather
than Normal, Ctrl, Shift, Alt, so that in combination with generic
Alt handling all 8 combinations of these modifiers are distinguished.
(keytable): Add escape sequences for remaining modified
function keys as a compatible extension using rxvt escape codes.
Also distinguish keypad keys modified with Ctrl, Shift, Ctrl-Shift
using xterm-style modifier coding.

a9548ec 2009-12-22 04:02:04 vprus

* mi/mi-main.c (mi_cmd_gdb_exit): Flush raw_stdout.

25f66b4 2009-12-22 03:50:26 vprus

PR gdb/10884

* value.c (value_primitive_field): Call check_typedef
on the type.

91154bc 2009-12-22 03:38:24 corinna

Throughout, revert ill-conceived replacement of hMainThread with
GetCurrentThread/NtCurrentThread.
* dcrt0.cc (dll_crt0_0): Duplicate main thread handle to hMainThread
again.

0e38b9f 2009-12-22 01:40:04 brobecke

* COPYING: Update to GPL version 3.

834db1a 2009-12-22 01:30:10 brobecke

* gpl.texi: Update to version 3 of the GPL.

83c7d96 2009-12-21 18:00:33 gdbadmin

*** empty log message ***

Show on old repository browser