]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
14 years agoupdate copyright
Christopher Faylor [Sat, 10 Apr 2010 05:47:54 +0000 (05:47 +0000)]
update copyright

14 years ago* mkvers.sh: Use modern date formats to construct the date.
Christopher Faylor [Sat, 10 Apr 2010 05:46:45 +0000 (05:46 +0000)]
* mkvers.sh: Use modern date formats to construct the date.

14 years ago * nlsfuncs.cc (__set_lc_time_from_win): Actually set
Corinna Vinschen [Fri, 9 Apr 2010 21:20:21 +0000 (21:20 +0000)]
* nlsfuncs.cc (__set_lc_time_from_win): Actually set
_time_locale->md_order to the D_MD_ORDER value written to the buffer.

14 years ago* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid a
Christopher Faylor [Fri, 9 Apr 2010 16:51:08 +0000 (16:51 +0000)]
* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid a
memory leak.
* path.h (path_conv::operator =): Just use cstrdup to allocate normalized_path,
avoiding attempt to free a pointer which is allocated in another pc.

14 years ago/:
Ralf Wildenhues [Thu, 8 Apr 2010 19:44:08 +0000 (19:44 +0000)]
/:
Merge from gcc:
PR bootstrap/43615
PR bootstrap/43328
Revert:
2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
* configure.ac: Do not pass --enable-multilib nor
--disable-multilib in baseargs.  Accept explicitly passed
--enable_multilib.
* configure: Regenerate.

14 years ago * internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headers
Alan Modra [Thu, 8 Apr 2010 02:09:59 +0000 (02:09 +0000)]
* internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headers
cannot contain any sections.

14 years ago * include/cygwin/version.h: Bump DLL minor version number to 4.
Corinna Vinschen [Wed, 7 Apr 2010 08:55:38 +0000 (08:55 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 4.

14 years ago2010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>
Jeff Johnston [Tue, 6 Apr 2010 20:20:36 +0000 (20:20 +0000)]
2010-04-06  Dave Korn  <dave.korn.cygwin@googlemail.com>

        * libc/stdlib/__atexit.c (__atexit_lock): Initialise as recursive
        rather than non-recursive lock type.
        (__register_exitproc): Use recursive locking APIs on it.
        * libc/stdlib/__call_atexit.c (__call_exitprocs): Likewise.

14 years ago * thread.cc (valid_sched_parameters): Declare extern here.
Corinna Vinschen [Tue, 6 Apr 2010 15:27:34 +0000 (15:27 +0000)]
* thread.cc (valid_sched_parameters): Declare extern here.
(sched_set_thread_priority): Ditto.

14 years ago * include/sched.h: Remove, overruled by newlib file.
Corinna Vinschen [Tue, 6 Apr 2010 15:16:24 +0000 (15:16 +0000)]
* include/sched.h: Remove, overruled by newlib file.
* include/sys/sched.h: Ditto.

14 years ago* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return value
Christopher Faylor [Tue, 6 Apr 2010 15:09:44 +0000 (15:09 +0000)]
* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return value
change to setup_overlapped.

14 years ago * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrect
Corinna Vinschen [Tue, 6 Apr 2010 14:46:31 +0000 (14:46 +0000)]
* libc/stdlib/btowc.c (btowc): Reorganize EOF check.  Fix incorrect
return value if input byte is ASCII NUL.

14 years agomerge from gcc
Jakub Jelinek [Tue, 6 Apr 2010 07:39:30 +0000 (07:39 +0000)]
merge from gcc

14 years agomerge from gcc
DJ Delorie [Mon, 5 Apr 2010 20:13:18 +0000 (20:13 +0000)]
merge from gcc

14 years agoinclude/
Jakub Jelinek [Mon, 5 Apr 2010 19:30:00 +0000 (19:30 +0000)]
include/
* dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
field.
bfd/
* dwarf2.c (struct line_head): Add maximum_ops_per_insn field.
(struct line_info): Add op_index field, change end_sequence type to
unsigned char.
(new_line_sorts_after): For the same address compare op_index.
(add_line_info): Add op_index argument, store it into the structure.
(decode_line_info): Complain about unknown versions of .debug_line.
Initialize maximum_ops_per_insn.  Add op_index state register and
track it.
binutils/
* dwarf.c (struct State_Machine_Registers): Add op_index field,
change end_sequence type to unsigned char.
(reset_state_machine): Clear op_index.
(process_extended_line_op): For DW_LNE_set_address clear op_index.
(display_debug_lines_raw): Initialize li_max_ops_per_insn.
Track op_index state machine register and print it if
li_max_ops_per_insn is != 1.
(display_debug_lines_decoded): Likewise.

14 years ago* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor [Fri, 2 Apr 2010 22:36:44 +0000 (22:36 +0000)]
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
* select.cc (peek_pipe): Reorganize slightly.  Don't attempt to check a handle
if it has ongoing I/O.
(select_pipe_info::select_pipe_info): Delete definition.
(select_pipe_info::~select_pipe_info): Delete definition.
(thread_pipe): Get rid of WFMO call.  Reorganize loop.
(pipe_cleanup): Remove dependence on destructor.
(thread_serial): Reorganize loop.
* select.h (select_pipe_info): Empty this class since it no longer has any
special requirements (for now).
* syscalls.cc (readv): Remove an unneeded debug printf.

14 years ago* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor [Fri, 2 Apr 2010 18:55:02 +0000 (18:55 +0000)]
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
(fhandler_base::destroy_overlapped): Ditto.
(fhandler_base_overlapped): Remove now-unneeded friend.
(fhandler_base_overlapped::setup_overlapped): Return int, remove parameter.
(fhandler_base_overlapped::get_overlapped): Return reference.
(fhandler_base_overlapped::fhandler_base_overlapped): Be more assertive about
zeroing everything.
(fhandler_base_overlapped::fixup_after_fork): Declare new function.
(fhandler_base_overlapped::fixup_after_exec): Ditto.
(fhandler_base_overlapped::dup): Ditto.
(fhandler_base_overlapped::close): Ditto.
* fhandler_fifo.cc (fhandler_fifo::dup): Call fhandler_base_overlapped::dup
rather than fhandler_base::dup.
* pipe.cc (fhandler_pipe::dup): Ditto.
(fhandler_pipe::init): Accommodate change in setup_overlapped arguments for
"opened_properly" case.

14 years ago* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
Christopher Faylor [Fri, 2 Apr 2010 16:43:27 +0000 (16:43 +0000)]
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
overlapped part of this class.

14 years ago * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.
Corinna Vinschen [Fri, 2 Apr 2010 16:16:53 +0000 (16:16 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.

14 years agofix typo
Christopher Faylor [Fri, 2 Apr 2010 16:01:58 +0000 (16:01 +0000)]
fix typo

14 years ago* select.h (select_pipe_info::add_watch_handle): Delete declaration.
Christopher Faylor [Fri, 2 Apr 2010 15:50:54 +0000 (15:50 +0000)]
* select.h (select_pipe_info::add_watch_handle): Delete declaration.
* select.cc (select_pipe_info::add_watch_handle): Delete deinition.
(fhandler_pipe::select_read): Delete call to add_watch_handle.
(fhandler_pipe::select_write): Ditto.
(fhandler_pipe::select_except): Ditto.

14 years ago* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab until
Christopher Faylor [Fri, 2 Apr 2010 15:41:27 +0000 (15:41 +0000)]
* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab until
we know that it is good.
* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Handle error
conditions more consistently.  Avoid handle leakage on error.

14 years ago * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crash
Corinna Vinschen [Fri, 2 Apr 2010 14:11:45 +0000 (14:11 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crash
if former open call has been unsuccessful.

14 years ago * nlsfuncs.cc: Fix indentation.
Corinna Vinschen [Thu, 1 Apr 2010 20:30:07 +0000 (20:30 +0000)]
* nlsfuncs.cc: Fix indentation.

14 years ago * nlsfuncs.cc (rebase_locale_buf): New helper function to rebase
Corinna Vinschen [Thu, 1 Apr 2010 20:13:22 +0000 (20:13 +0000)]
* nlsfuncs.cc (rebase_locale_buf): New helper function to rebase
function pointers in locale structures.  Explain why this is necessary.
(__set_lc_time_from_win): Use rebase_locale_buf after realloc.
(__set_lc_numeric_from_win): Ditto.
(__set_lc_monetary_from_win): Ditto.

14 years ago2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston [Thu, 1 Apr 2010 18:33:37 +0000 (18:33 +0000)]
2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>

        * libc/include/sched.h: Include prototypes for
        sched_* methods.
        * libc/include/sys/sched.h: Update to POSIX
        1003.1b-2008.  Rework constants to allow sharing
        between RTEMS and Cygwin.

14 years ago* setup-net.sgml: Remove more mentions of rxvt.
Charles Wilson [Thu, 1 Apr 2010 05:23:07 +0000 (05:23 +0000)]
* setup-net.sgml: Remove more mentions of rxvt.

14 years ago* cygwinenv.sgml: Remove/deprecate mention of rxvt.
Christopher Faylor [Wed, 31 Mar 2010 21:06:43 +0000 (21:06 +0000)]
* cygwinenv.sgml: Remove/deprecate mention of rxvt.
* effectively.sgml: Ditto.
* faq-using.xml: Ditto.
* setup-net.sgml: Ditto.

14 years ago* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by
Christopher Faylor [Wed, 31 Mar 2010 18:06:02 +0000 (18:06 +0000)]
* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by
calling new strace::activate function.
* strace.cc (strace::activate): Rename from strace::strace.
* strace.h (strace::activate): Define new function.
(strace::strace): Call activate.

14 years ago* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_info
Christopher Faylor [Wed, 31 Mar 2010 15:00:48 +0000 (15:00 +0000)]
* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_info
a friend until the fhandler_tty intertangling can be worked out.
* select.cc (select_pipe_info::add_watch_handle): Don't inspect the overlapped
event if we're not waiting for I/O.
(fhandler_tty_common::select_*): Change to standard function.  Don't do kludgy
fhandler_pipe coercion.

14 years ago2010-03-31 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 31 Mar 2010 07:35:54 +0000 (07:35 +0000)]
2010-03-31  Tristan Gingold  <gingold@adacore.com>

* dcx.h: New file.
* dsc.h: New file.
* esdfm.h: New file.
* esdfv.h: New file.
* internal.h: New file.
* lbr.h: New file.
* prt.h: New file.
* shl.h (struct vms_shl): Add comments.
* esrf.h (ESRF__B_NAMLNG): New macro.
* esdf.h (ESDF__B_NAMLNG): New macro.
* emh.h: Add macros for fields maximum value.
* eisd.h (EISD__M_PROTECT): Fix typo in comment.
Add macros for offsets, version, section type and match control.
Merge vms_eisd_ext into vms_eisd.
* eihvn.h (EIHVN__MULTI_PROCESSING_BIT, EIHVN__GALAXY_BIT): Added.
* eihs.h: Remove blank line.
* eihd.h (struct vms_eihd): Add comments, add image subtype names.
* eiha.h (struct vms_eiha): Add inishr and inishr_h fields.
* eiaf.h (struct vms_eiaf): Fix base_va size.
* egsy.h: Add comments.
* egsd.h: Remove blank line.
* egps.h: Add flag names.
* eeom.h (EEOM__M_WKTFR): Added.
* dst.h (DST__K_CXX): Added, and reident languages.
(DST__K_SRC_INCRLNUM_B): Added.
Indent and order pcline commands.
Add record begin/end, enumerations, type specification, value
specification, label, discontinue range definitions.

14 years agoFix toplevel configure --enable-multilib handling.
Ralf Wildenhues [Wed, 31 Mar 2010 05:44:01 +0000 (05:44 +0000)]
Fix toplevel configure --enable-multilib handling.

/:
PR bootstrap/43328
* configure.ac: Do not pass --enable-multilib nor
--disable-multilib in baseargs.  Accept explicitly passed
--enable_multilib.
* configure: Regenerate.

14 years agoAdd missing fhandler.h patch and ChangeLog comment.
Christopher Faylor [Wed, 31 Mar 2010 04:39:13 +0000 (04:39 +0000)]
Add missing fhandler.h patch and ChangeLog comment.

14 years ago* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
Christopher Faylor [Wed, 31 Mar 2010 04:26:11 +0000 (04:26 +0000)]
* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
(fhandler_base::fork_fixup): Ditto.
(fhandler_base::fixup_after_fork): Ditto.
(fhandler_base::fixup_after_exec): Ditto.
(fhandler_base_overlapped::setup_overlapped): Move to this class from
fhandler_base.
(handler_base_overlapped::destroy_overlapped): Ditto.
(fhandler_base_overlapped::wait_overlapped): Ditto.  Track when we expect
pending I/O.
(fhandler_base_overlapped::read_overlapped): Move to this class from
fhandler_base.  Return error if ongoing I/O.
(fhandler_base_overlapped::write_overlapped): Ditto.
(fhandler_base_overlapped::has_ongoing_io): Semi-reinstate previous function.
* fhandler.h (fhandler_base::wait_overlapped): Move to fhandler_base_overlapped
class.
(fhandler_base::write_overlapped): Ditto.
(fhandler_base::get_overlapped): Ditto.
(fhandler_base::get_overlapped_buffer): Ditto.
(fhandler_base_overlapped): New class.
(fhandler_pipe): Inherit from fhandler_base_overlapped.  Remove overlapped
stuff as a result.
(fhandler_fifo): Ditto.
* pipe.cc (fhandler_pipe::fhandler_pipe): Initialize fhandler_base_overlapped.
(pipe): Put a descriptive name in the fhandler.

14 years ago * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
Corinna Vinschen [Tue, 30 Mar 2010 16:20:15 +0000 (16:20 +0000)]
* fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call to
sig_dispatch_pending.

14 years ago2010-03-30 Thomas Wolff <towo@towo.net>
Corinna Vinschen [Tue, 30 Mar 2010 16:17:34 +0000 (16:17 +0000)]
2010-03-30  Thomas Wolff  <towo@towo.net>

* fhandler.h (class dev_console): Drop vt100_graphics_mode_active.
Add flags vt100_graphics_mode_G0, vt100_graphics_mode_G1 and
iso_2022_G1.
* fhandler_console.cc: Throughout, tune VT100 graphics mode switching
to follow ISO 2022 strictly.

14 years ago * syscalls.cc (open): Remove call to sig_dispatch_pending.
Corinna Vinschen [Tue, 30 Mar 2010 14:36:42 +0000 (14:36 +0000)]
* syscalls.cc (open): Remove call to sig_dispatch_pending.

14 years ago * net.cc: Remove calls to sig_dispatch_pending throughout.
Corinna Vinschen [Tue, 30 Mar 2010 09:25:46 +0000 (09:25 +0000)]
* net.cc: Remove calls to sig_dispatch_pending throughout.
* libc/rexec.cc: Ditto.

14 years ago * mount.cc (fs_info::update): Allow variable FILE_SUPPORTS_SPARSE_FILES
Corinna Vinschen [Tue, 30 Mar 2010 08:55:23 +0000 (08:55 +0000)]
* mount.cc (fs_info::update): Allow variable FILE_SUPPORTS_SPARSE_FILES
flag in netapp flag test.  Add comment.

14 years ago * spawn.cc (find_exec): Enable finding paths in backslash notation,
Corinna Vinschen [Mon, 29 Mar 2010 17:15:51 +0000 (17:15 +0000)]
* spawn.cc (find_exec): Enable finding paths in backslash notation,
especially for the exec[vl]p functions.

* path.cc (symlink_info::check): Disable returning directories with
suffix appended here.

14 years ago * new-features.sgml (ov-new1.7.3): New section.
Corinna Vinschen [Mon, 29 Mar 2010 15:10:09 +0000 (15:10 +0000)]
* new-features.sgml (ov-new1.7.3): New section.

14 years ago * include/cygwin/version.h: Bump DLL minor version number to 3.
Corinna Vinschen [Mon, 29 Mar 2010 15:06:09 +0000 (15:06 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 3.

14 years ago * fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtime
Corinna Vinschen [Mon, 29 Mar 2010 15:02:50 +0000 (15:02 +0000)]
* fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtime
fixed to 2006-12-01 00:00 UTC.

14 years ago * libc/rcmd.c: Enable IPv6.
Corinna Vinschen [Mon, 29 Mar 2010 09:00:25 +0000 (09:00 +0000)]
* libc/rcmd.c: Enable IPv6.

14 years agochange wording
Christopher Faylor [Sun, 28 Mar 2010 18:36:02 +0000 (18:36 +0000)]
change wording

14 years ago* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.
Christopher Faylor [Sun, 28 Mar 2010 17:49:35 +0000 (17:49 +0000)]
* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.

14 years ago* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
Christopher Faylor [Sun, 28 Mar 2010 17:27:52 +0000 (17:27 +0000)]
* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
* dcrt0.cc (cygwin_exit): Set exit_state to ES_EXIT_STARTING prior to calling
real exit.
* dll_init.cc (dll_list::detach): Remove dll from linked list and call
destructors even if exiting.  Don't call __cxa_finalize in exiting case.

14 years ago * setup2.sgml (setup-locale-charsetlist): Add EUC-CN and GB2312.
Corinna Vinschen [Sat, 27 Mar 2010 21:13:04 +0000 (21:13 +0000)]
* setup2.sgml (setup-locale-charsetlist): Add EUC-CN and GB2312.

14 years ago * locale.cc (print_charmaps): Add EUC-CN and GB2312.
Corinna Vinschen [Sat, 27 Mar 2010 21:08:02 +0000 (21:08 +0000)]
* locale.cc (print_charmaps): Add EUC-CN and GB2312.

14 years ago * nlsfuncs.cc (__set_charset_from_locale): Set default charset for
Corinna Vinschen [Sat, 27 Mar 2010 21:07:17 +0000 (21:07 +0000)]
* nlsfuncs.cc (__set_charset_from_locale):  Set default charset for
locales defaulting to codepage 936 to GB2312.

14 years ago * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.
Corinna Vinschen [Sat, 27 Mar 2010 21:04:49 +0000 (21:04 +0000)]
* libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.
Cygwin only: Allow GB2312 and EUC-CN as alternative codeset names
for GBK.  Add to documentation.
* libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translate EUCCN
to GB2312.

14 years ago * textbinary.sgml: Add missing </para>.
Corinna Vinschen [Sat, 27 Mar 2010 17:10:23 +0000 (17:10 +0000)]
* textbinary.sgml: Add missing </para>.

14 years ago* textbinary.sgml: Remove tr example and just mention u2d and d2u instead.
Christopher Faylor [Sat, 27 Mar 2010 05:26:51 +0000 (05:26 +0000)]
* textbinary.sgml: Remove tr example and just mention u2d and d2u instead.

14 years agobfd:
Joseph Myers [Thu, 25 Mar 2010 21:12:32 +0000 (21:12 +0000)]
bfd:
* Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
(ALL_MACHINES_CFILES): Add cpu-tic6x.c.
(BFD32_BACKENDS): Add elf32-tic6x.lo.
(BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
* Makefile.in: Regenerate.
* archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
(bfd_archures_list): Update.
* config.bfd (tic6x-*-elf): New.
* configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
New.
* configure: Regenerate.
* cpu-tic6x.c, elf32-tic6x.c: New.
* reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
* targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
(_bfd_target_vector): Update.
* bfd-in2.h, libbfd.h: Regenerate.

binutils:
* MAINTAINERS: Add self as TI C6X maintainer.
* NEWS: Add news entry for TI C6X support.
* readelf.c: Include elf/tic6x.h.
(guess_is_rela): Handle EM_TI_C6000.
(dump_relocations): Likewise.
(get_tic6x_dynamic_type): New.
(get_dynamic_type): Call it.
(get_machine_flags): Handle EF_C6000_REL.
(get_osabi_name): Handle machine-specific values only for relevant
machines.  Handle C6X values.
(get_tic6x_segment_type): New.
(get_segment_type): Call it.
(get_tic6x_section_type_name): New.
(get_section_type_name): Call it.
(is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
EM_TI_C6000.

gas:
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
(TARGET_CPU_HFILES): Add config/tc-tic6x.h.
* Makefile.in: Regenerate.
* NEWS: Add news entry for TI C6X support.
* app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
operands if TC_KEEP_OPERAND_SPACES.
* configure.tgt (tic6x-*-*): New.
* config/tc-ia64.h (TC_PREDICATE_START_CHAR,
TC_PREDICATE_END_CHAR): Define.
* config/tc-tic6x.c, config/tc-tic6x.h: New.
* doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
* doc/Makefile.in: Regenerate.
* doc/all.texi (TIC6X): Define.
* doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
* doc/c-tic6x.texi: New.

gas/testsuite:
* gas/tic6x: New directory and testcases.

include:
* dis-asm.h (print_insn_tic6x): Declare.

include/elf:
* common.h (ELFOSABI_C6000_ELFABI, ELFOSABI_C6000_LINUX): Define.
* tic6x.h: New.

include/opcode:
* tic6x-control-registers.h, tic6x-insn-formats.h,
tic6x-opcode-table.h, tic6x.h: New.

ld:
* Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
eelf32_tic6x_le.o.
(eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
* NEWS: Add news entry for TI C6X support.
* configure.tgt (tic6x-*-*): New.
* emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.

ld/testsuite:
* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
* ld-tic6x: New directory and testcases.

opcodes:
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
* Makefile.in: Regenerate.
* configure.in (bfd_tic6x_arch): New.
* configure: Regenerate.
* disassemble.c (ARCH_tic6x): Define if ARCH_all.
(disassembler): Handle TI C6X.
* tic6x-dis.c: New.

14 years ago* pathnames.sgml: Clarify wording of user-specific fstab files. Fix typo.
Christopher Faylor [Thu, 25 Mar 2010 12:52:32 +0000 (12:52 +0000)]
* pathnames.sgml: Clarify wording of user-specific fstab files.  Fix typo.

14 years ago * regtool.cc (find_key): Fix allocation size of "value".
Corinna Vinschen [Wed, 24 Mar 2010 19:52:00 +0000 (19:52 +0000)]
* regtool.cc (find_key): Fix allocation size of "value".

14 years ago * legal.sgml: Bump copyright date.
Corinna Vinschen [Wed, 24 Mar 2010 08:54:52 +0000 (08:54 +0000)]
* legal.sgml: Bump copyright date.

14 years ago * locale.cc (add_locale_alias_locales): Always use loc_num at function
Corinna Vinschen [Tue, 23 Mar 2010 21:26:03 +0000 (21:26 +0000)]
* locale.cc (add_locale_alias_locales): Always use loc_num at function
start to avoid confusing bsearch.

14 years ago * locale.cc: Revert accidental checkin of unfinished changes.
Corinna Vinschen [Tue, 23 Mar 2010 21:20:31 +0000 (21:20 +0000)]
* locale.cc: Revert accidental checkin of unfinished changes.

14 years ago * locale.cc (print_locale_with_codeset): Drop redundant name parameter.
Corinna Vinschen [Tue, 23 Mar 2010 21:01:01 +0000 (21:01 +0000)]
* locale.cc (print_locale_with_codeset): Drop redundant name parameter.
Simplify creating locale string.  Add "@" in case of a modifier.
(print_locale): Drop name parameter in calls to
print_locale_with_codeset.

14 years ago * configure.ac (tic6x-*-*): New case.
Joseph Myers [Tue, 23 Mar 2010 16:05:34 +0000 (16:05 +0000)]
* configure.ac (tic6x-*-*): New case.
* configure: Regenerate.

14 years ago * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
Joseph Myers [Tue, 23 Mar 2010 15:58:51 +0000 (15:58 +0000)]
* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.

14 years ago Merge from gcc:
Joseph Myers [Tue, 23 Mar 2010 14:30:59 +0000 (14:30 +0000)]
Merge from gcc:
2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
PR ada/42554
* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
* configure: Regenerate.

14 years ago * config.sub: Update to version 2010-03-22.
Joseph Myers [Tue, 23 Mar 2010 14:27:19 +0000 (14:27 +0000)]
* config.sub: Update to version 2010-03-22.
* config.guess: Update to version 2009-12-30.

14 years ago * fhandler_socket.cc (fhandler_socket::evaluate_events): Make erase
Corinna Vinschen [Mon, 22 Mar 2010 10:47:53 +0000 (10:47 +0000)]
* fhandler_socket.cc (fhandler_socket::evaluate_events): Make erase
const in parameter list.
(fhandler_socket::wait_for_events): Take a DWORD flags value instead of
just a bool.  Call evaluate_events with erase flag according to
MSG_PEEK value in flags.  Replace check for dontwait with check for
MSG_DONTWAIT in flags.
(fhandler_socket::connect): Call wait_for_events with 0 flags value.
(fhandler_socket::accept4): Ditto.
(fhandler_socket::recv_internal): Save flags in wait_flags.  Drop
dontwait variable.  Call wait_for_events with wait_flags.
(fhandler_socket::send_internal): Save MSG_DONTWAIT flag in wait_flags
and call wait_for_events with wait_flags as argument.  Drop dontwait
variable.
* fhandler.h (class fhandler_socket): Change second parameter in
declaration of wait_for_events to const DWORD.

14 years ago * fhandler_disk_file.cc (fhandler_cygdrive::fstat): Add standard read
Corinna Vinschen [Fri, 19 Mar 2010 10:59:49 +0000 (10:59 +0000)]
* fhandler_disk_file.cc (fhandler_cygdrive::fstat): Add standard read
permissions again.

14 years ago* shared.cc (init_installation_root): Change to make sure that scope of the
Christopher Faylor [Thu, 18 Mar 2010 19:10:11 +0000 (19:10 +0000)]
* shared.cc (init_installation_root): Change to make sure that scope of the
lock lasts the entire function.

14 years agoMove ChangeLog entries to proper place.
H.J. Lu [Thu, 18 Mar 2010 14:44:46 +0000 (14:44 +0000)]
Move ChangeLog entries to proper place.

14 years ago * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have an
Corinna Vinschen [Wed, 17 Mar 2010 17:13:00 +0000 (17:13 +0000)]
* libc/include/sys/features.h:  Allow for _XOPEN_SOURCE to have an
empty definition.  Also add support for values of 500 or less.

14 years ago * faq-using.xml (faq.using.unicode): Remove old examples.
Corinna Vinschen [Wed, 17 Mar 2010 10:12:32 +0000 (10:12 +0000)]
* faq-using.xml (faq.using.unicode): Remove old examples.

14 years ago* shared_info.h (user_info): Add dll_crt0_1 as a friend.
Christopher Faylor [Mon, 15 Mar 2010 21:29:15 +0000 (21:29 +0000)]
* shared_info.h (user_info): Add dll_crt0_1 as a friend.
(user_info::version): Make LONG to accommodate spinlock use.
(user_info::create): New static function renamed from user_info_create.
(user_info::initialize): New private function renamed from
user_info_initialize.
(SHARED_VERSION): Delete.
(SHARED_VERSION_MAGIC): Ditto.
(USER_VERSION_MAGIC): Ditto.
(SHARED_INFO_CB): Ditto.
(USER_VERSION): Ditto.
(USER_VERSION_MAGIC): Ditto.
(CURR_SHARED_MAGIC): Update.
(CURR_USER_MAGIC): Ditto.
(shared_info::version): Make LONG to accommodate spinlock use.
(shared_info::create): New static function mirroring user_info::create.
(dll_crt0_1): Accommodate change to user_info::initialize.
* spinlock.h (spinlock::setto): New variable member.
(spinlock::done): New function.
(spinlock::spinlock): Generalize to allow arbitrary values and timeouts.  Call
done() when lock is not needed.
* ntdll.h: Make multiple-inclusion safe.
(NtQuerySystemTime): Declare.
* shared.cc (installation_root_inited): Rename from shared_mem_inited.
(init_installation_root): Make inline.  Use a spinlock to ensure that this is
initialized only once per session.
(user_info::initialize): Rename from user_shared_initialize.  Protect with
spinlock on sversion and remove other spinlock-like things.  Remove reference
to user_shared since it is now implicit.  Refer to spinlock version of
multiple_cygwin_problem to ensure that any spinlock is released.
(user_info::create): Rename from user_shared_create.  Accommodate change from
user_shared_initialize to user_info::initialize.
(shared_info::create): New inline function.
(shared_info::initialize): Protect with spinlock on sversion.  Move heap_init
back under specific control of shared_info spinlock.  Remove reference to
SHARED_INFO_CB and just use sizeof(*this).
(memory_init): Move all locking into respective functions where it is needed.
Accommodate name changes.  Remove call to heap_init().
* syscalls.cc (seteuid32): Accommodate name change to user_info::create().
* mount.cc (mount_info::create_root_entry): Report on errors from add_item
since they should be nonexistent.
(mount_info::init): Don't initialize nmounts.  It should already be zero.  Give
more verbose error when root_idx < 0.  Implicitly use this pointer rather than
explicitly referencing mount_table->.
(mount_info::add_item): Minor whitespace fix.

14 years ago* sigproc.cc (no_signals_available): Get sense of the test right for previous
Christopher Faylor [Mon, 15 Mar 2010 15:46:46 +0000 (15:46 +0000)]
* sigproc.cc (no_signals_available): Get sense of the test right for previous
botched change.

14 years ago* sigproc.cc (no_signals_available): Don't try to send a signal if still in
Christopher Faylor [Mon, 15 Mar 2010 15:31:32 +0000 (15:31 +0000)]
* sigproc.cc (no_signals_available): Don't try to send a signal if still in
cygwin startup code.

14 years ago Merge from gcc:
Joseph Myers [Sun, 14 Mar 2010 16:00:37 +0000 (16:00 +0000)]
Merge from gcc:
2010-01-11  Richard Guenther  <rguenther@suse.de>
PR lto/41569
* Makefile.def (all-lto-plugin): Depend on all-gcc.
* Makefile.in: Regenerated.

14 years ago* spinlock.h: New file.
Christopher Faylor [Sat, 13 Mar 2010 19:34:35 +0000 (19:34 +0000)]
* spinlock.h: New file.
(spinlock): New class.
* shared.cc: Include spinlock.h.
(memory_init): Use new spinlock methods rather than roll-your-own.  Time out
after ten seconds if shared_mem_inited is not initialized.
* sync.h: Update copyright.  Remove vanity attribution.
* sigproc.cc (sigproc_terminate): Avoid attempts to kill the signal thread
while we're still initializing or suffer a deadlock.

14 years agoThroughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor [Fri, 12 Mar 2010 23:13:48 +0000 (23:13 +0000)]
Throughout change all calls of low_priority_sleep (0) to yield ().
* miscfuncs.cc (yield): Rename from low_priority_sleep.  Remove all of the
logic which called Sleep() and just use SwitchToThread.
* miscfuncs.h (yield): Rename from low_priority_sleep.
(SLEEP_0_STAY_LOW): Delete unused define.
* shared.cc (memory_init): Move heap_init() call directly after shared memory
initialization to more closely mimic long-standing program flow.
* tty.cc (tty_list::terminate): Replace call to low_priority_sleep with Sleep.

14 years ago * effectively.sgml (using-shortcuts): Match chapter with reality.
Corinna Vinschen [Fri, 12 Mar 2010 10:33:08 +0000 (10:33 +0000)]
* effectively.sgml (using-shortcuts): Match chapter with reality.

14 years ago * faq-using.xml (faq.using.bloda): Add "Credant Guardian Shield".
Corinna Vinschen [Thu, 11 Mar 2010 10:22:34 +0000 (10:22 +0000)]
* faq-using.xml (faq.using.bloda): Add "Credant Guardian Shield".

14 years ago* shared.cc (memory_init): Fix comment. Fix indentation.
Christopher Faylor [Wed, 10 Mar 2010 15:39:52 +0000 (15:39 +0000)]
* shared.cc (memory_init): Fix comment.  Fix indentation.

14 years ago* shared_info.h (open_shared): Create function wrapper for common use case.
Christopher Faylor [Tue, 9 Mar 2010 21:26:55 +0000 (21:26 +0000)]
* shared_info.h (open_shared): Create function wrapper for common use case.
(open_shared): Change fifth argument to a pointer rather than a reference.
* fhandler_console.cc (fhandler_console::get_tty_stuff): Eliminate use of dummy
variable and call open_shared with constant.
* fhandler_process.cc (format_process_mounts): Ditto.
* pinfo.cc (pinfo::init): Pass pointer to shloc.
* shared.cc (shared_mem_inited): New variable.
(open_shared): Crate function wrapper for common use case.
(open_shared): Accommodate change to fifth argument to a pointer.
(shared_info::initialize): Remove spinlock test.  Simplify function.  Move
get_session_parent_dir call back here.
(memory_init): Protect global shared settings with shared_mem_inited spinlock.
Move get_session_parent_dir call to shared_info::initialize.

14 years ago2010-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 9 Mar 2010 20:38:18 +0000 (20:38 +0000)]
2010-03-09  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/posix/telldir.c (dd_loccnt): Change start index to be 1
        instead of 0.
        (_seekdir): A loc of 0 now means rewind dir.

14 years ago* shared.cc (inst_root_inited): Delete.
Christopher Faylor [Tue, 9 Mar 2010 16:07:15 +0000 (16:07 +0000)]
* shared.cc (inst_root_inited): Delete.
* (shared_info::initialize): Reorganize.  Move call to init_installation_root
here under spinlock control.  Move unneeded non-shared_info initialization out
of this function.
(memory_init): Remove call to init_installation_root.  Call heap_init and
get_session_parent_dir here.

14 years ago2010-03-08 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston [Mon, 8 Mar 2010 17:16:37 +0000 (17:16 +0000)]
2010-03-08  Craig Howland <howland@LGSInnovations.com>

        * libm/common/s_rint.c:  Fix error when integral part had 18 bits and
        fraction had bits set beyond first radix bit.  Also, make 2-part
        adjustment consistent with 1-part adjustment when adjusting fractional
        bits.
        * libm/common/sf_rint.c:  Make fractional-bit adjustment consistent
        with s_rint.c by setting 0b.01 instead of 0b.001.

14 years ago2010-03-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe [Sun, 7 Mar 2010 03:10:38 +0000 (03:10 +0000)]
2010-03-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/_mingw.h: Increment version to 3.18.

14 years ago2010-03-02 Daniel Atallah <datallah@users.sourceforge.net>
Chris Sutcliffe [Sun, 7 Mar 2010 03:08:35 +0000 (03:08 +0000)]
2010-03-02  Daniel Atallah <datallah@users.sourceforge.net>

        * include/stdio.h: (_vscprintf, _vscwprintf)
        * include/tchar.h: (_vsctprintf)

14 years ago include:
Rainer Orth [Fri, 5 Mar 2010 21:04:59 +0000 (21:04 +0000)]
include:
* elf/common.h (VER_FLG_*): Document.
(VER_FLG_INFO): Define.

gold:
* dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
function, is_info_ member.
* dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
(Versions::Versions): Update caller.
(Versions::define_base_version): Likewise.
(Versions::add_def): Likewise.

elfcpp:
* elfcpp.h (VER_FLG_INFO): Define.

binutils:
* readelf.c (get_ver_flags): Handle VER_FLG_INFO.

14 years ago * setup2.sgml (setup-env): Add cross reference to using-cygwinenv.
Corinna Vinschen [Fri, 5 Mar 2010 15:44:03 +0000 (15:44 +0000)]
* setup2.sgml (setup-env): Add cross reference to using-cygwinenv.
Change description for locale environment variables to comply with
changes in 1.7.2.

14 years ago * libm/math/ef_sqrt.c: Delete unused variable sign.
Corinna Vinschen [Fri, 5 Mar 2010 08:55:16 +0000 (08:55 +0000)]
* libm/math/ef_sqrt.c: Delete unused variable sign.
* libc/stdlib/getenv.c: Delete "char *_findenv_r ();", as is not a
proper prototype, and is properly prototyped in stdlib.h, anyway.
* libc/stdlib/getenv_r.c: Ditto.
* libc/search/hash.c: Add _DEFUN to __hash_open() declaration; add
#define __DBINTERFACE_PRIVATE to activate prototypes from db_local.h.
* libc/search/db_local.h: Correct __hash_open() prototype.
* libc/sys/linux/cmath/math_private.h:  Eliminate compiler warnings:
Remove #define INFINITY (redefines from math.h); remove #define __isnanf
and #define __isinff isinff.

14 years ago PR libstdc++/32499
Rainer Orth [Thu, 4 Mar 2010 17:12:46 +0000 (17:12 +0000)]
PR libstdc++/32499
* configure.ac (RANLIB): Default to true.
(STRIP): Likewise.
(RANLIB_FOR_TARGET): Remove superfluous : argument.
* configure: Regenerate.

14 years ago * syscalls.cc (nt_path_has_executable_suffix): Change storage class of
Corinna Vinschen [Thu, 4 Mar 2010 16:20:37 +0000 (16:20 +0000)]
* syscalls.cc (nt_path_has_executable_suffix): Change storage class of
blessed_executable_suffixes to static.
(rename): Revert meaning of old_explicit_suffix.  Change the rules
for appending a .exe suffix and (yikes!) document them.

14 years ago * cygwin.din: Export __xdr functions.
Corinna Vinschen [Thu, 4 Mar 2010 09:37:52 +0000 (09:37 +0000)]
* cygwin.din: Export __xdr functions.
* include/cygwin/version.h: Bump version.
* posix.sgml: Add a few more XDR functions to list
of implemented Solaris functions.

14 years ago * new-features.sgml (ov-new1.7.2): Describe XDR support.
Corinna Vinschen [Wed, 3 Mar 2010 15:05:33 +0000 (15:05 +0000)]
* new-features.sgml (ov-new1.7.2): Describe XDR support.

14 years ago Add XDR support.
Corinna Vinschen [Wed, 3 Mar 2010 15:05:19 +0000 (15:05 +0000)]
Add XDR support.
* cygwin.din: Export xdr functions.
* include/cygwin/version.h: Bump version.
* cygxdr.cc: New.
* cygxdr.h: New.
* dcrt0.cc (dll_crt0_1): Print the (rare) xdr-related
error messages to stderr.
* Makefile.in: Add cygxdr.
* posix.sgml: Add new XDR functions to list of implemented Solaris
functions.

14 years ago2010-03-02 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston [Tue, 2 Mar 2010 19:28:39 +0000 (19:28 +0000)]
2010-03-02  Craig Howland <howland@LGSInnovations.com>

        * libc/include/sys/features.h:  Add POSIX.1-permitted definition of
        _POSIX_C_SOURCE if not already defined and _XOPEN_SOURCE has an
        appropriate value.  Specifically, check for POSIX.1-2008 & 2001 values.
        * libc/include/sys/config.h:  Add #include <sys/features.h> so that all
        includes get the new check added to it.

14 years ago * libc/xdr/README: Correct grammatical errors.
Corinna Vinschen [Tue, 2 Mar 2010 14:29:36 +0000 (14:29 +0000)]
* libc/xdr/README: Correct grammatical errors.
* libc/include/rpc/types.h: Add public types used
by RPC implementations.
* libc/include/rpc/xdr.h: Add defines used by RPC
implementations.
* libc/xdr/Makefile.am: Eliminate automake warning.
* libc/xdr/Makefile.in: Regenerate.

14 years ago * libc/xdr/Makefile.in: Regenerate.
Corinna Vinschen [Tue, 2 Mar 2010 12:21:52 +0000 (12:21 +0000)]
* libc/xdr/Makefile.in: Regenerate.

14 years ago Add eXtensible Data Record (XDR) support
Corinna Vinschen [Tue, 2 Mar 2010 12:05:18 +0000 (12:05 +0000)]
Add eXtensible Data Record (XDR) support
* configure.host: Build libc/xdr only on cygwin.
* Makefile.am: Install xdr headers.
* libc/configure.in: Support new libc/xdr subdirectory.
* libc/Makefile.am: Support new libc/xdr subdirectory.
* libc/include/rpc/types.h: New.
* libc/include/rpc/xdr.h: New.
* libc/xdr/README: New.
* libc/xdr/Makefile.am: New.
* libc/xdr/dummy.c: New.
* libc/xdr/xdr.c: New.
* libc/xdr/xdr_array.c: New.
* libc/xdr/xdr_float.c: New.
* libc/xdr/xdr_float_vax.c: New.
* libc/xdr/xdr_mem.c: New.
* libc/xdr/xdr_private.c: New.
* libc/xdr/xdr_private.h: New.
* libc/xdr/xdr_rec.c: New.
* libc/xdr/xdr_reference.c: New.
* libc/xdr/xdr_sizeof.c: New.
* libc/xdr/xdr_stdio.c: New.

Regenerate using ac-2.63 and am-1.11.1
* libc/xdr/Makefile.in: New.
* Makefile.in: Regenerate.
* libc/configure: Regenerate.
* libc/Makefile.in: Regenerate.
* libc/argz/Makefile.in: Regenerate.
* libc/ctype/Makefile.in: Regenerate.
* libc/errno/Makefile.in: Regenerate.
* libc/iconv/ccs/binary/Makefile.in: Regenerate.
* libc/iconv/ccs/Makefile.in: Regenerate.
* libc/iconv/ces/Makefile.in: Regenerate.
* libc/iconv/lib/Makefile.in: Regenerate.
* libc/iconv/Makefile.in: Regenerate.
* libc/locale/Makefile.in: Regenerate.
* libc/misc/Makefile.in: Regenerate.
* libc/posix/Makefile.in: Regenerate.
* libc/reent/Makefile.in: Regenerate.
* libc/search/Makefile.in: Regenerate.
* libc/signal/Makefile.in: Regenerate.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio64/Makefile.in: Regenerate.
* libc/stdlib/Makefile.in: Regenerate.
* libc/string/Makefile.in: Regenerate.
* libc/syscalls/Makefile.in: Regenerate.
* libc/time/Makefile.in: Regenerate.
* libc/unix/Makefile.in: Regenerate.

14 years ago* cygtls.h: Replace /*gentls_offsets*/ at end.
Christopher Faylor [Tue, 2 Mar 2010 00:49:15 +0000 (00:49 +0000)]
* cygtls.h: Replace /*gentls_offsets*/ at end.

14 years ago* exception.h: Fix copyright.
Christopher Faylor [Mon, 1 Mar 2010 06:39:47 +0000 (06:39 +0000)]
* exception.h: Fix copyright.

14 years agoFix/delete inaccurate comments.
Christopher Faylor [Mon, 1 Mar 2010 06:38:58 +0000 (06:38 +0000)]
Fix/delete inaccurate comments.

This page took 0.065137 seconds and 5 git commands to generate.