]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
18 years agobfd/
Alan Modra [Sat, 27 May 2006 00:47:45 +0000 (00:47 +0000)]
bfd/
* elf.c (assign_file_positions_for_load_sections): Retrieve
maxpagesize from m->p_align if it is valid.  Set p_vaddr,
p_paddr and p_align earlier.  Revert 2006-05-19 change to p_align.
(copy_elf_program_header): Copy p_align.  Set p_align_valid.
include/elf/
* internal.h (elf_segment_map): Add p_align and p_align_valid.

18 years ago * src-release (DEVO_SUPPORT): Add config.rpath.
Daniel Jacobowitz [Thu, 25 May 2006 17:21:33 +0000 (17:21 +0000)]
* src-release (DEVO_SUPPORT): Add config.rpath.

18 years agoExpand 2006-05-03 Dimitri Papadopoulos wildcards in Changelog
Danny Smith [Thu, 25 May 2006 09:19:26 +0000 (09:19 +0000)]
Expand 2006-05-03 Dimitri Papadopoulos wildcards in Changelog

18 years agoExpand 2006-05-02 Dimitri Papadopoulos wildcards in Changelog
Danny Smith [Thu, 25 May 2006 09:04:55 +0000 (09:04 +0000)]
Expand 2006-05-02  Dimitri Papadopoulos wildcards in Changelog

18 years agoinclude/opcodes/
Richard Sandiford [Thu, 25 May 2006 08:09:03 +0000 (08:09 +0000)]
include/opcodes/
* m68k.h (mcf_mask): Define.

opcodes/
* m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd
and fmovem entries.  Put register list entries before immediate
mask entries.  Use "l" rather than "L" in the fmovem entries.
* m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it
out from INFO.
(m68k_scan_mask): New function, split out from...
(print_insn_m68k): ...here.  If no architecture has been set,
first try printing an m680x0 instruction, then try a Coldfire one.

gas/testsuite/
* gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
* gas/m68k/mcf-fpu.d: Adjust accordingly.

18 years ago2006-05-25 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Thu, 25 May 2006 08:01:03 +0000 (08:01 +0000)]
2006-05-25  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes): Fix lib_path.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
(restrap): Move under "@if gcc-bootstrap".  Fix typo.
* Makefile.in: Regenerate.

18 years ago* debug.h (ModifyHandle): Define new macro.
Christopher Faylor [Thu, 25 May 2006 05:40:51 +0000 (05:40 +0000)]
* debug.h (ModifyHandle): Define new macro.
(modify_handle): Declare new function.
* debug.cc (modify_handle): Define new function.
* fhandler.h (fhandler_base::fork_fixup): Change return value from void to
bool.
* fhandler.cc (fhandler_base::fork_fixup): Return true if fork fixup has been
done.
* pipe.cc (fhandler_pipe::set_close_on_exec): Set inheritance of protected
handle via ModifyHandle if DEBUGGING.
(fhandler_pipe::fixup_after_fork): Protect guard handle if fork fixup has been
done.

18 years ago* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
Christopher Faylor [Thu, 25 May 2006 02:33:13 +0000 (02:33 +0000)]
* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
(_cygtls::init_exception_handler): Always replace existing exception handler
with cygwin exception handler.
* cygtls.h (_cygtls::call2): Remove static designation.
* dcrto.cc (dll_crt0_1): Define in a way that allows calling via _cygtls::call.
(_initialize_main_tls): Delete.
(_dll_crt0): Call dll_crt0_1 via cygtls::call.  Set _main_tls here.
* external.cc (cygwin_internal): Implement CW_CYGTLS_PADSIZE.
* include/sys/cygwin.h (CW_CYGTLS_PADSIZE): Define.
* tlsoffsets.h: Regenerate.

18 years agoupdate to newer autoconf
Christopher Faylor [Wed, 24 May 2006 16:59:03 +0000 (16:59 +0000)]
update to newer autoconf

18 years ago* strace.cc (proc_child): Propagate return code from child process.
Christopher Faylor [Wed, 24 May 2006 16:50:50 +0000 (16:50 +0000)]
* strace.cc (proc_child): Propagate return code from child process.
(dostrace): Ditto.
(main): Ditto.

18 years agoEnable gprof for cross builds.
Mark Shinwell [Wed, 24 May 2006 13:55:10 +0000 (13:55 +0000)]
Enable gprof for cross builds.

18 years agoAdd TLS support for hppa-linux
Nick Clifton [Wed, 24 May 2006 11:05:42 +0000 (11:05 +0000)]
Add TLS support for hppa-linux

18 years agoAdd support for AVR6 family
Nick Clifton [Wed, 24 May 2006 07:36:11 +0000 (07:36 +0000)]
Add support for AVR6 family

18 years ago* fhandler.cc (readv): Remove nonsensical assert.
Christopher Faylor [Wed, 24 May 2006 03:43:54 +0000 (03:43 +0000)]
* fhandler.cc (readv): Remove nonsensical assert.

18 years ago* select.cc (start_thread_socket): Delay setting thread local exitsock until we
Christopher Faylor [Wed, 24 May 2006 03:39:29 +0000 (03:39 +0000)]
* select.cc (start_thread_socket): Delay setting thread local exitsock until we
know it's correct.  Return correct value on error.

18 years ago* select.cc (start_thread_socket): Clean up exitsock in case of error. Use
Christopher Faylor [Wed, 24 May 2006 00:56:24 +0000 (00:56 +0000)]
* select.cc (start_thread_socket): Clean up exitsock in case of error.  Use
si->exitcode consistently.

18 years ago2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 23 May 2006 20:30:48 +0000 (20:30 +0000)]
2006-05-23  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/misc/dprintf.c: Removed.
        * libc/misc/__dprintf.c: Renamed from dprintf.c.
        * libc/misc/Makefile.am: Changed appropriately for rename.
        * libc/misc/Makefile.in: Regenerated.

18 years ago2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 23 May 2006 19:57:31 +0000 (19:57 +0000)]
2006-05-23  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h: Protect dprintf prototype
        with #ifndef dprintf so as to not interfere with
        historical code defining their own dprintf macro.

18 years ago2006-05-23 Fred Fish <fnf@specifix.com>
Jeff Johnston [Tue, 23 May 2006 19:54:37 +0000 (19:54 +0000)]
2006-05-23  Fred Fish  <fnf@specifix.com>

        * mips/configure.in: Change mipsisa64-*-* to
        mipsisa64*-*-* to catch minor variations like
        mipsisa64sb1.
        * mips/configure: Regenerated.

18 years ago2006-05-23 Fred Fish <fnf@specifix.com>
Jeff Johnston [Tue, 23 May 2006 19:17:05 +0000 (19:17 +0000)]
2006-05-23  Fred Fish  <fnf@specifix.com>

        * mips/configure.in: Change mipsisa64-*-* to
        mipsisa64*-*-* to catch minor variations like
        mipsisa64sb1.

18 years ago2006-05-22 Steve Ellcey <sje@cup.hp.com>
Steve Ellcey [Mon, 22 May 2006 15:30:13 +0000 (15:30 +0000)]
2006-05-22  Steve Ellcey  <sje@cup.hp.com>

* MAINTAINERS: Change intl updating instructions.
* config.rpath: Copy from GCC tree.
* intl: Replace contents of intl directory with intl from GCC tree.

18 years ago* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor [Mon, 22 May 2006 04:50:54 +0000 (04:50 +0000)]
* child_info.h (_CI_SAW_CTRL_C): New enum.
(CURR_CHILD_INFO_MAGIC): Reset.
(saw_ctrl_c): New function.
(set_saw_ctrl_c): Ditto.
* sigproc.cc (child_info::proc_retry): Return EXITCODE_OK if we get
STATUS_CONTROL_C_EXIT and we actually saw a CTRL-C.
* spawn.cc (dwExeced): Delete.
(chExeced): New variable.
(spawn_guts): Set chExeced;
* exceptions.cc (dwExeced): Delete declaration.
(chExeced): Declare.
(ctrl_c_handler): Detect if we're an exec stub process and set a flag, if so.
* fhandler_tty.cc (fhandler_tty_common::__release_output_mutex): Add extra
DEBUGGING test.
* pinfo.cc: Fix comment.

18 years ago* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
Christopher Faylor [Sun, 21 May 2006 21:02:52 +0000 (21:02 +0000)]
* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
SECURITY_ATTRIBUTES argument.
* pipe.cc (fhandler_pipe::open): Duplicate guard from other process and protect
it appropriately.  Eliminate unneeded writepipe_exists temporary variable.  Set
inheritance appropriately.
(fhandler_pipe::set_close_on_exec): Revert change which eliminated handling
guard inheritance.
(fhandler_pipe::fixup_after_fork): Ditto.  Use correct name of entity being
checked by fork_fixup.
(fhandler_pipe::fixup_after_exec): Don't bother with guard here.
(fhandler_pipe::dup): Cosmetic changes and revert creation of writepipe_exists
as noninheritable.
(fhandler_pipe::create): Revert change which eliminated SECURITY_ATTRIBUTES
argument.  Revert change which always made writepipe_exists noninheritable.

18 years agocheck in missing file
Christopher Faylor [Sun, 21 May 2006 17:27:14 +0000 (17:27 +0000)]
check in missing file

18 years ago * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
Danny Smith [Sun, 21 May 2006 10:28:13 +0000 (10:28 +0000)]
* lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.

18 years agotypo
Christopher Faylor [Sun, 21 May 2006 05:37:24 +0000 (05:37 +0000)]
typo

18 years ago* debug.cc (add_handle): Print handle value when collision detected.
Christopher Faylor [Sun, 21 May 2006 05:25:49 +0000 (05:25 +0000)]
* debug.cc (add_handle): Print handle value when collision detected.
* dtable.cc (dtable::stdio_init): Cosmetic change.
* fhandler.h (fhandler_base::create_read_state): Protect handle.
(fhandler_pipe::create_guard): Ditto.  Always mark the handle as inheritable.
(fhandler_pipe::is_slow): Return boolean value rather than numeric 1.
* pipe.cc (fhandler_pipe::fhandler_pipe): Always flag that we need fork fixup.
(fhandler_pipe::open): Don't pass security attributes to create_guard.
(fhandler_pipe::set_close_on_exec): Don't handle guard here.
(fhandler_pipe::close): Accommodate now-protected guard handle.
(fhandler_pipe::fixup_in_child): Don't proected read_state here.
(fhandler_pipe::fixup_after_exec): Close guard handle if close_on_exec.
(fhandler_pipe::fixup_after_fork): Don't bother with guard here.
(fhandler_pipe::dup): Don't set res to non-error prematurely.  Use boolean
values where appropriate.  Protect guard and read_state.
(fhandler_pipe::create): Don't call need_fork_fixup since it is now the
default.  Don't protect read_state or guard.
* pipe.cc (fhandler_base::ready_for_read): Use bool values for "avail".
* spawn.cc (spawn_guts): Set cygheap->pid_handle as inheritable when
protecting.
* select.cc (fhandler_pipe::ready_for_read): Actually get the guard mutex for
blocking reads.

18 years ago* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.
Christopher Faylor [Sat, 20 May 2006 04:59:53 +0000 (04:59 +0000)]
* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.

18 years ago* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
Christopher Faylor [Sat, 20 May 2006 04:19:47 +0000 (04:19 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
on first pty open.

18 years agofix incorrect function name in old entry
Christopher Faylor [Sat, 20 May 2006 04:01:12 +0000 (04:01 +0000)]
fix incorrect function name in old entry

18 years ago* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
Christopher Faylor [Fri, 19 May 2006 00:32:36 +0000 (00:32 +0000)]
* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
window station when ctty != TTY_CONSOLE.

18 years ago2006-05-18 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 18 May 2006 18:07:19 +0000 (18:07 +0000)]
2006-05-18  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdio.h: Add prototypes for fiscanf,
        iscanf, and siscanf.

18 years ago * src-release (MAKEINFOFLAGS): Define.
Daniel Jacobowitz [Wed, 17 May 2006 19:09:52 +0000 (19:09 +0000)]
* src-release (MAKEINFOFLAGS): Define.
(do-proto-toplev): Pass MAKEINFOFLAGS to submakes.

18 years ago * mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.
Danny Smith [Wed, 17 May 2006 07:49:39 +0000 (07:49 +0000)]
* mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.
Use supplied codepage as arg to WideCharToMultiByte.

18 years ago* cygtls.cc (_cygtls::remove): Don't test for initialization since this
Christopher Faylor [Wed, 17 May 2006 03:36:14 +0000 (03:36 +0000)]
* cygtls.cc (_cygtls::remove): Don't test for initialization since this
function will always be called when _my_tls is initialized.
* init.cc (dll_entry): Don't attempt to remove tls info if _my_tls is obviously
not even available.

18 years agocorrect changelog date
Christopher Faylor [Tue, 16 May 2006 03:24:26 +0000 (03:24 +0000)]
correct changelog date

18 years ago* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor [Tue, 16 May 2006 03:14:24 +0000 (03:14 +0000)]
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
(wait_sig): Set hwait_sig to INVALID_HANDLE_VALUE on __SIGEXIT.
* cygtls.cc (_cygtls::init_thread): Zero entire _my_tls structure and no more.
* cygtls.h (_my_tls::padding): Delete.
(CYGTLS_PADSIZE): Redefine concept of padding to mean padding at the end of the
stack.
* dcrt0.cc (initialize_main_tls): Change return to void.
* gentls_offsets: Treat const specially, too.  Keep going after a '}' is found.
Change negative offset calculation to use CYGTLS_PADSIZE.
* init.cc (_my_oldfunc): New variable.
(threadfunc_fe): Use stored tls value for oldfunc rather than blindly writing
to the stack.
(munge_threadfunc): Set oldfunc in tls.
(dll_entry): Initialize tls allocation.
* tlsoffsets.h: Regenerate.

18 years ago* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.
Christopher Faylor [Sun, 14 May 2006 18:32:57 +0000 (18:32 +0000)]
* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.

18 years ago * config.sub, config.guess: Update from upstream sources.
Ben Elliston [Sun, 14 May 2006 00:51:19 +0000 (00:51 +0000)]
* config.sub, config.guess: Update from upstream sources.

18 years ago * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
Joern Rennecke [Fri, 12 May 2006 20:04:46 +0000 (20:04 +0000)]
* libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/machine/sh/Makefile.in: Regenerate.

18 years ago * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
Dimitri Papadopoulos [Fri, 12 May 2006 18:09:15 +0000 (18:09 +0000)]
* include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
(TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
as macros.
Thanks to:    Bruce M Simpson <bms_spc at sf dot net>

18 years ago * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
Dimitri Papadopoulos [Fri, 12 May 2006 17:12:31 +0000 (17:12 +0000)]
* include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
(MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
(MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
(MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
(MprAdminMIBSetTrapInfo): Declare functions.
Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
(MIB_SERVER_HANDLE): New typedef.
(MprConfigTransportSetInfo): Declare function.
* lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
(MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.

18 years ago * lib/rtutils.def: New file. Generated on Windows XP.
Dimitri Papadopoulos [Fri, 12 May 2006 13:28:46 +0000 (13:28 +0000)]
* lib/rtutils.def: New file. Generated on Windows XP.
(TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
* include/rtutils.h: New file.
(TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
Commented out, they're missing from rtutils.def.

18 years ago * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
Dimitri Papadopoulos [Fri, 12 May 2006 13:05:42 +0000 (13:05 +0000)]
* include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
(MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
(MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
(MprInfoRemoveAll): Declare functions.

18 years ago * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
Dimitri Papadopoulos [Fri, 12 May 2006 12:57:33 +0000 (12:57 +0000)]
* include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
(MprConfigGetGuidName,MprConfigInterfaceCreate)
(MprConfigInterfaceDelete,MprConfigInterfaceEnum)
(MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
(MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
(MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
(MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
(MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
(MprConfigServerConnect,MprConfigServerDisconnect)
(MprConfigServerGetInfo,MprConfigServerInstall)
(MprConfigServerRestore,MprConfigTransportCreate)
(MprConfigTransportDelete,MprConfigTransportEnum)
(MprConfigTransportGetHandle,MprConfigTransportGetInfo)
(MprConfigTransportSetInfo): Declare functions.

18 years ago * include/mprapi.h:(MprAdminBufferFree)
Dimitri Papadopoulos [Fri, 12 May 2006 12:33:37 +0000 (12:33 +0000)]
* include/mprapi.h:(MprAdminBufferFree)
(MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
(MprAdminInterfaceConnect,MprAdminInterfaceCreate)
(MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
(MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
(MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
(MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
(MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
(MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
(MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
(MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
(MprAdminInterfaceTransportSetInfo)
(MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
(MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
(MprAdminServerConnect,MprAdminServerDisconnect)
(MprAdminServerGetCredentials,MprAdminServerGetInfo)
(MprAdminServerSetCredentials,MprAdminTransportCreate)
(MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.

18 years ago * include/ipxtfflt.h: New file.
Dimitri Papadopoulos [Fri, 12 May 2006 11:55:45 +0000 (11:55 +0000)]
* include/ipxtfflt.h: New file.

18 years ago * lib/mprapi.def: Regenerate on Windows XP.
Dimitri Papadopoulos [Fri, 12 May 2006 07:14:40 +0000 (07:14 +0000)]
* lib/mprapi.def: Regenerate on Windows XP.
Would need to be regenerated on Windows Server 2003.

18 years ago * include/mprapi.h: Fix header guard. Cleanup.
Dimitri Papadopoulos [Fri, 12 May 2006 06:22:48 +0000 (06:22 +0000)]
* include/mprapi.h: Fix header guard. Cleanup.
(MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
(MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
(MprAdminConnectionHangupNotification)
(MprAdminConnectionHangupNotification2)
(MprAdminGetIpAddressForUser)(MprAdminInitializeDll)
(MprAdminTerminateDll,MprAdminLinkHangupNotification)
(MprAdminReleaseIpAddress): Declare functions.

18 years ago * include/ipifcons.h: Cleanup.
Dimitri Papadopoulos [Fri, 12 May 2006 05:59:41 +0000 (05:59 +0000)]
* include/ipifcons.h: Cleanup.
* include/ipxconst.h: Fix header guard.
* include/ipxrtdef.h: include <ipxconst.h>.

18 years ago * config.sub, config.guess: Update from upstream sources.
Ben Elliston [Fri, 12 May 2006 01:45:10 +0000 (01:45 +0000)]
    * config.sub, config.guess: Update from upstream sources.

18 years ago * include/ipxrtdef.h: Cleanup.
Dimitri Papadopoulos [Thu, 11 May 2006 15:58:39 +0000 (15:58 +0000)]
* include/ipxrtdef.h: Cleanup.
(IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
(IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
(IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
(IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
(IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
(IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
(IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
(IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
* include/routprot.h: Cleanup.
(PROTO_IP_*,IPRTRMGR_PID,IPX_PROTOCOL_*): Define.
* include/fltdefs.h: New file.
* include/ipinfoid.h: New file.

18 years ago * acinclude.m4 (_NEWLIB_VERSION): Rename to:
Joern Rennecke [Thu, 11 May 2006 15:49:52 +0000 (15:49 +0000)]
* acinclude.m4 (_NEWLIB_VERSION): Rename to:
(DEF_NEWLIB_VERSION).
* configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION.
* configure: Regenerate.

18 years ago * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
Dimitri Papadopoulos [Thu, 11 May 2006 09:53:34 +0000 (09:53 +0000)]
* include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
(IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
(IAMCertifiedOutputProtection): Add interfaces.
* include/adsprop.h: New file.
* include/cmnquery.h: New file.
* include/dsadmin.h: New file.
* include/dsclient.h: New file.
* include/dsgetdc.h: New file.
* include/dsquery.h: New file.
* include/dsrole.h: New file.
* include/ntdsapi.h: New file.
* include/ntdsbcli.h: New file.
* include/objsel.h: New file.
Not finished. Just wanted to submit this before I'm disembarked
from the project, so that the work isn't lost...

18 years ago * Makefile.in (clean): Also delete *.dbg.
Brian Dessent [Wed, 10 May 2006 22:01:57 +0000 (22:01 +0000)]
* Makefile.in (clean): Also delete *.dbg.

18 years ago2006-05-10 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 10 May 2006 20:51:41 +0000 (20:51 +0000)]
2006-05-10  Jeff Johnston  <jjohnstn@redhat.com>

        * Makefile.in: Pass some additional flags in FLAGS_TO_PASS.
        * configure.in: Add additional flags when creating Makefile.
        * configure: Regenerated.
        * arm/configure
        * arm/configure.in: Set with_multisubdir when creating Makefile.
        * cris/configure.in: Ditto.
        * d30v/configure.in: Ditto.
        * frv/configure.in: Ditto.
        * i386/configure.in: Ditto.
        * iq2000/configure.in: Ditto.
        * libnosys/configure.in: Ditto.
        * m32c/configure.in: Ditto.
        * m32r/configure.in: Ditto.
        * m68hc11/configure.in: Ditto.
        * m68k/configure.in: Ditto.
        * mcore/configure.in: Ditto.
        * mips/configure.in: Ditto.
        * mn10200/configure.in: Ditto.
        * mn10300/configure.in: Ditto.
        * mt/configure.in: Ditto.
        * pa/configure.in: Ditto.
        * rs6000/configure.in: Ditto.
        * sparc/configure.in: Ditto.
        * cris/configure: Regenerated.
        * d30v/configure: Ditto.
        * frv/configure: Ditto.
        * i386/configure: Ditto.
        * iq2000/configure: Ditto.
        * libnosys/configure: Ditto.
        * m32c/configure: Ditto.
        * m32r/configure: Ditto.
        * m68hc11/configure: Ditto.
        * m68k/configure: Ditto.
        * mcore/configure: Ditto.
        * mips/configure: Ditto.
        * mn10200/configure: Ditto.
        * mn10300/configure: Ditto.
        * mt/configure: Ditto.
        * pa/configure: Ditto.
        * rs6000/configure: Ditto.
        * sparc/configure: Ditto.

18 years ago * include/qedit.h (DEXTER_*,SCompFmt0): Add structures.
Dimitri Papadopoulos [Wed, 10 May 2006 09:35:26 +0000 (09:35 +0000)]
* include/qedit.h (DEXTER_*,SCompFmt0): Add structures.
(DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
(CONNECTF_DYNAMIC_*,SFN_VALIDATEF_*,RESIZEF_*): Define.

18 years ago * include/qedit.h: New file.
Dimitri Papadopoulos [Wed, 10 May 2006 09:20:14 +0000 (09:20 +0000)]
* include/qedit.h: New file.
* include/errors.h: Cleanup.

18 years ago * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
Dimitri Papadopoulos [Wed, 10 May 2006 09:07:02 +0000 (09:07 +0000)]
* include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
avoid dependency on <string.h>.
There's no Win32 equivalent for memcmp:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456

18 years ago * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory instead
Dimitri Papadopoulos [Wed, 10 May 2006 08:57:45 +0000 (08:57 +0000)]
* include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory instead
of memset to avoid <string.h>. Still need a fix for memcmp.
* include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
(AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
(AM_WST_STYLE): Add enums.
(AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
structures.
* include/errors.h (VFW_*): Define.
* include/evcode.h (AM_WMT_EVENT_DATA): New structure.
* include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
* include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
(ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
* include/strmif.h: ... to here. New file.
* include/aviriff.h: New file.
* include/bdatypes.h: New file.
* include/control.h: New file.
* include/dvdmedia.h: New file.
* include/il21dec.h: New file.
* include/ks.h: New file.
* include/ksmedia.h: New file.
* include/mmreg.h: New file.
* include/mpegtype.h: New file.
* include/vidcap.h: New file.
* include/vmr9.h: New file.
* include/vptype.h: New file.
* include/xprtdefs.h: New file.

18 years ago * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
Dimitri Papadopoulos [Wed, 10 May 2006 08:36:05 +0000 (08:36 +0000)]
* include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
Documented as defined on Windows 2000 or later.
[WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
(LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
(LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
(LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
but values unknown, Windows Vista or later.
(CAL_UMALQURA): Cleanup.
(CAL_SSHORTESTDAYNAME_*): Cleanup.
[WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
(CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.

18 years ago * include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.
Dimitri Papadopoulos [Wed, 10 May 2006 08:04:49 +0000 (08:04 +0000)]
* include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.
(GGO_UNHINTED): Define.
(DMPAPER_*): Define. Paper size newly added to the documentation.
(DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
(DM_*): Cleanup.
(DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define.
(DMDO_*,DMDFO_*): Define.
(GetDCBrushColor,GetDCPenColor): Declare.
* lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.

18 years ago * include/winnt.h (LANG_*,SUBLANG_*): Define.
Dimitri Papadopoulos [Wed, 10 May 2006 07:57:22 +0000 (07:57 +0000)]
* include/winnt.h (LANG_*,SUBLANG_*): Define.
Languages newly added to the documentation.

18 years ago2006-05-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 9 May 2006 21:53:35 +0000 (21:53 +0000)]
2006-05-09  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
        lib_a_SOURCES.
        * libc/ctype/Makefile.in: Regenerated.

18 years ago2006-05-09 Kazu Hirata <kazu@codesourcery.com>
Jeff Johnston [Tue, 9 May 2006 17:55:21 +0000 (17:55 +0000)]
2006-05-09  Kazu Hirata  <kazu@codesourcery.com>

        * libc/machine/arm/Makefile.am: Fix a typo.
        * libc/machine/arm/Makefile.in: Regenerated.

18 years ago* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which caused
Christopher Faylor [Mon, 8 May 2006 15:20:04 +0000 (15:20 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which caused
test for ".." to be skipped.

18 years ago * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
Joern Rennecke [Mon, 8 May 2006 14:01:52 +0000 (14:01 +0000)]
* libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/machine/sh/Makefile.in: Regenerate.

18 years ago2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
Chris Sutcliffe [Fri, 5 May 2006 19:17:05 +0000 (19:17 +0000)]
2006-05-05  Chris Sutcliffe <ir0nh34d@users.sf.net>

    * lib/directx/Makefile.in: Remove reference to libquartz.a since it was moved.

18 years ago [ gas/ChangeLog ]
Thiemo Seufer [Fri, 5 May 2006 15:41:23 +0000 (15:41 +0000)]
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Add case 'k' to handle cache
instruction.
(macro): Add new case M_CACHE_AB.

[ opcodes/ChangeLog ]
* mips-opc.c: Add macro for cache instruction.

[ include/opcode/ChangeLog ]
* mips.h (enum): Add macro M_CACHE_AB.

18 years ago2006-05-05 Earnie Boyd <earnie@users.sf.net>
Earnie Boyd [Fri, 5 May 2006 12:19:32 +0000 (12:19 +0000)]
2006-05-05  Earnie Boyd  <earnie@users.sf.net>

* lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
SPI_SETSCREENSAVERUNNING.
* include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.

18 years ago * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
Dimitri Papadopoulos [Fri, 5 May 2006 12:05:41 +0000 (12:05 +0000)]
* include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
It had been removed because it's no documented, but Cygwin needs it.

18 years ago * include/amvideo.h (IFullScreenVideo): Define.
Dimitri Papadopoulos [Thu, 4 May 2006 16:02:36 +0000 (16:02 +0000)]
* include/amvideo.h (IFullScreenVideo): Define.
(BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.

18 years ago * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
Dimitri Papadopoulos [Thu, 4 May 2006 15:57:41 +0000 (15:57 +0000)]
* include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
CAL_NOUSEROVERRIDE, CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
as available on Windows 98 and better.
(CAL_UMALQURA,CAL_SSHORTESTDAYNAME*): Define, Windows Vista and better.

18 years ago2006-05-04 Steve Ellcey <sje@cup.hp.com>
Daniel Jacobowitz [Thu, 4 May 2006 15:11:54 +0000 (15:11 +0000)]
2006-05-04  Steve Ellcey  <sje@cup.hp.com>

* blt, iwidgets, mmalloc: Remove directories.

18 years ago * include/amvideo.h: New file.
Dimitri Papadopoulos [Thu, 4 May 2006 12:40:50 +0000 (12:40 +0000)]
* include/amvideo.h: New file.
* include/dshow.h: Include <amvideo.h>.

18 years ago[ gas/testsuite/ChangeLog ]
Thiemo Seufer [Thu, 4 May 2006 10:47:05 +0000 (10:47 +0000)]
[ gas/testsuite/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>

        * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
        * gas/mips/set-arch.d: Adjust according to opcode table changes.

[ include/opcode/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips.h: Add INSN_SMARTMIPS define.

[ opcodes/ChangeLog ]
2006-05-04  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>
            David Ung  <davidu@mips.com>

        * mips-dis.c (mips_arch_choices): Add smartmips instruction
        decoding to MIPS32 and MIPS32R2.  Limit DSP decoding to release
        2 ISAs.  Add MIPS3D decoding to MIPS32R2.  Add MT decoding to
        MIPS64R2.
        * mips-opc.c: fix random typos in comments.
        (INSN_SMARTMIPS): New defines.
        (mips_builtin_opcodes): Add paired single support for MIPS32R2.
        Move bc3f, bc3fl, bc3t, bc3tl downwards.  Move flushi, flushd,
        flushid, wb upwards.  Move cfc3, ctc3 downwards.  Rework the
        FP_S and FP_D flags to denote single and double register
        accesses separately.  Move dmfc3, dmtc3, mfc3, mtc3 downwards.
        Allow jr.hb and jalr.hb for release 1 ISAs.  Allow luxc1, suxc1
        for MIPS32R2.  Add SmartMIPS instructions.  Add two-argument
        variants of bc2f, bc2fl, bc2t, bc2tl.  Add mfhc2, mthc2 to
        release 2 ISAs.
        * mips16-opc.c (mips16_opcodes): Add sdbbp instruction.

18 years ago * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
Dimitri Papadopoulos [Thu, 4 May 2006 10:09:28 +0000 (10:09 +0000)]
* include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
(HSHELL_*): Cleanup and new define.
(SMTO_*): Cleanup and new define.
(SPI_*): Cleanup and new define.
(SPIF_*): Cleanup.
(HWND_MESSAGE): Windows 2000 only.
(SIF_*): Cleanup.
(SWP_*): Cleanup.
* include/wingdi.h (ETO_*): Cleanup and new define.

18 years ago * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
Joern Rennecke [Wed, 3 May 2006 22:16:34 +0000 (22:16 +0000)]
* libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.

18 years ago * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.
Dimitri Papadopoulos [Wed, 3 May 2006 17:14:59 +0000 (17:14 +0000)]
* include/mprapi.h (MPR_SERVER_HANDLE): New typedef.
* include/mprapi.h (MprAdmin*): Declare functions.
* lib/mprapi.def (MprAdmin*): Add stubs.

18 years ago * lib/directx/quartz.def: Move from lib/directx/...
Dimitri Papadopoulos [Wed, 3 May 2006 14:23:05 +0000 (14:23 +0000)]
* lib/directx/quartz.def: Move from lib/directx/...
* lib/quartz.def: ... to lib/

18 years ago * include/amaudio.h: New file.
Dimitri Papadopoulos [Wed, 3 May 2006 07:47:23 +0000 (07:47 +0000)]
* include/amaudio.h: New file.
* include/dshow.h: Include <amaudio.h>.

18 years ago * include/errors.h: New file.
Dimitri Papadopoulos [Wed, 3 May 2006 07:06:26 +0000 (07:06 +0000)]
* include/errors.h: New file.
* include/dshow.h: Include <errors.h>.

18 years ago * include/dshow.h: New file.
Dimitri Papadopoulos [Wed, 3 May 2006 06:22:00 +0000 (06:22 +0000)]
* include/dshow.h: New file.
* include/evcode.h: New file.
* include/audevcod.h: New file.
* include/dvdevcod.h: New file.

18 years ago2006-05-02 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 2 May 2006 18:20:12 +0000 (18:20 +0000)]
2006-05-02  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/sysnec810/Makefile.am: Specify .S files instead of
        .s.
        * libc/sys/sysnec810/Makefile.in: Regenerated.
        * libc/sys/sysnec810/crt0.S: Renamed from .s file.
        * libc/sys/sysnec810/io.S: Ditto.
        * libc/sys/sysnec810/crt0.s: Renamed to .S file.
        * libc/sys/sysnec810/io.s: Ditto.

18 years ago* external.cc (cygwin_internal): Set errno on failure.
Christopher Faylor [Tue, 2 May 2006 15:58:35 +0000 (15:58 +0000)]
* external.cc (cygwin_internal): Set errno on failure.

18 years ago * texi2pod.pl: Handle -I.
Daniel Jacobowitz [Tue, 2 May 2006 13:59:42 +0000 (13:59 +0000)]
* texi2pod.pl: Handle -I.

18 years ago * include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
Dimitri Papadopoulos [Tue, 2 May 2006 12:21:21 +0000 (12:21 +0000)]
* include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
* lib/mprapi.def: New file.

18 years ago * include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
Dimitri Papadopoulos [Tue, 2 May 2006 12:08:18 +0000 (12:08 +0000)]
* include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
RAS_USER_*): New structures.
* include/mprapi.h (RAS_FLAGS_*,PPP_LCP_*,RASCCPCA_* ,PPP_CCP_*,MAX_*,
RASPRIV_*,*ADDRESSLEN,MPR_ENABLE_*): Define.
* include/mprapi.h (RAS_*_CONDITION): Add enums.
* include/mprapi.h <lmcons.h>: For NETBIOS_NAME_LEN, UNLEN, DLEN.

18 years ago * include/mprapi.h: New file.
Dimitri Papadopoulos [Tue, 2 May 2006 10:51:52 +0000 (10:51 +0000)]
* include/mprapi.h: New file.
* include/routprot.h: New file.
* include/ipxrtdef.h: New file.
* include/ipxconst.h: New file.
* include/stm.h: New file.

18 years agoFix typo.
DJ Delorie [Tue, 2 May 2006 00:58:33 +0000 (00:58 +0000)]
Fix typo.

18 years ago* configure.in: Restore CFLAGS if GM P isn't present.
DJ Delorie [Tue, 2 May 2006 00:16:50 +0000 (00:16 +0000)]
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.

18 years ago2006-05-01 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 1 May 2006 22:01:07 +0000 (22:01 +0000)]
2006-05-01  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/argz/Makefile.am: Prefix any objects specified with $(lpfx).  If source file can
        be specified instead of object, do so.
        * libc/ctype/Makefile.am: Ditto.
        * libc/iconv/ccs/Makefile.am: Ditto.
        * libc/iconv/ces/Makefile.am: Ditto.
        * libc/iconv/lib/Makefile.am: Ditto.
        * libc/locale/Makefile.am: Ditto.
        * libc/posix/Makefile.am: Ditto.
        * libc/reent/Makefile.am: Ditto.
        * libc/search/Makefile.am: Ditto.
        * libc/stdio/Makefile.am: Ditto.
        * libc/stdio64/Makefile.am: Ditto.
        * libc/stdlib/Makefile.am: Ditto.
        * libc/string/Makefile.am: Ditto.
        * libc/syscalls/Makefile.am: Ditto.
        * libc/unix/Makefile.am: Ditto.
        * libc/machine/a29k/Makefile.am: Specify lib_a_CCASFLAGS so .S files will get
        prefix added automatically.  Any specified rules must use $(lpfx) for
        object file names.
        * libc/machine/arm/Makefile.am: Ditto.
        * libc/machine/cris/Makefile.am: Ditto.
        * libc/machine/crx/Makefile.am: Ditto.
        * libc/machine/d10v/Makefile.am: Ditto.
        * libc/machine/d30v/Makefile.am: Ditto.
        * libc/machine/fr30/Makefile.am: Ditto.
        * libc/machine/frv/Makefile.am: Ditto.
        * libc/machine/h8300/Makefile.am: Ditto.
        * libc/machine/h8500/Makefile.am: Ditto.
        * libc/machine/hppa/Makefile.am: Ditto.
        * libc/machine/i386/Makefile.am: Ditto.
        * libc/machine/i960/Makefile.am: Ditto.
        * libc/machine/iq2000/Makefile.am: Ditto.
        * libc/machine/m32c/Makefile.am: Ditto.
        * libc/machine/m32r/Makefile.am: Ditto.
        * libc/machine/m68hc11/Makefile.am: Ditto.
        * libc/machine/m68k/Makefile.am: Ditto.
        * libc/machine/m88k/Makefile.am: Ditto.
        * libc/machine/mips/Makefile.am: Ditto.
        * libc/machine/mn10200/Makefile.am: Ditto.
        * libc/machine/mn10300/Makefile.am: Ditto.
        * libc/machine/mt/Makefile.am: Ditto.
        * libc/machine/necv70/Makefile.am: Ditto.
        * libc/machine/powerpc/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.in: Ditto.
        * libc/machine/sparc/Makefile.am: Ditto.
        * libc/machine/tic4x/Makefile.am: Ditto.
        * libc/machine/tic80/Makefile.am: Ditto.
        * libc/machine/v850/Makefile.am: Ditto.
        * libc/machine/w65/Makefile.am: Ditto.
        * libc/machine/xscale/Makefile.am: Ditto.
        * libc/machine/xstormy16/Makefile.am: Ditto.
        * libc/machine/z8k/Makefile.am: Ditto.
        * libc/sys/a29khif/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto.
        * libc/sys/d10v/Makefile.am: Ditto.
        * libc/sys/h8300hms/Makefile.am: Ditto.
        * libc/sys/h8500hms/Makefile.am: Ditto.
        * libc/sys/linux/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
        * libc/sys/linux/net/Makefile.am: Ditto.
        * libc/sys/linux/stdlib/Makefile.am: Ditto.
        * libc/sys/m88kbug/Makefile.am: Ditto.
        * libc/sys/mmixware/Makefile.am: Ditto.
        * libc/sys/rdos/Makefile.am: Ditto.
        * libc/sys/rtems/Makefile.am: Ditto.
        * libc/sys/sh/Makefile.am: Ditto.
        * libc/sys/sun4/Makefile.am: Ditto.
        * libc/sys/sysmec/Makefile.am: Ditto.
        * libc/sys/sysnec810/Makefile.am: Ditto.
        * libc/sys/sysnecv850/Makefile.am: Ditto.
        * libc/sys/sysvi386/Makefile.am: Ditto.
        * libc/sys/sysvnecv70/Makefile.am: Ditto.
        * libc/sys/tic80/Makefile.am: Ditto.
        * libc/sys/w65/Makefile.am: Ditto.
        * libc/sys/z8ksim/Makefile.am: Ditto.
        * libc/machine/necv70/fastmath.S: Renamed from .s file.
        * libc/machine/necv70/setjmp.S: Ditto.
        * libc/machine/necv70/fastmath.s: Removed.
        * libc/machine/necv70/setjmp.s: Ditto.
        * libc/machine/w65/*.S: New files renamed from .s files.
        * libc/machine/w65/*.s: Renamed and removed.
        * libc/sys/a29khif/*.S: New files renamed from .s files.
        * libc/sys/a29khif/*.s: Renamed and removed.
        * libc/sys/sysvi386/*.S: New files renamed from .s files.
        * libc/sys/sysvi386/*.s: Renamed and removed.
        * libc/sys/sysvnecv70/*.S: New files renamed from .s files.
        * libc/sys/sysvnecv70/*.s: Renamed and removed.
        * libc/*Makefile.in: Regenerated as appropriate.

18 years ago[ gas/ChangeLog ]
Thiemo Seufer [Sun, 30 Apr 2006 18:34:39 +0000 (18:34 +0000)]
[ gas/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * config/tc-mips.c (validate_mips_insn): Handling of udi cases.
        (mips_immed): New table that records various handling of udi
        instruction patterns.
        (mips_ip): Adds udi handling.

[ include/opcode/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * mips.h: Defines udi bits and masks.  Add description of
        characters which may appear in the args field of udi
        instructions.

[ opcodes/ChangeLog ]
2006-04-30  Thiemo Seufer  <ths@mips.com>
            David Ung  <davidu@mips.com>

        * mips-opc.c (mips_builtin_opcodes): Add udi instructions
        "udi0" to "udi15".
        * mips-dis.c (print_insn_args): Adds udi argument handling.

18 years agoMove opcode ChangeLog entry to opcode/ChangeLog.
H.J. Lu [Sat, 29 Apr 2006 16:54:51 +0000 (16:54 +0000)]
Move opcode ChangeLog entry to opcode/ChangeLog.

18 years ago * include/ddk/winddk.h (KAFFINITY): Fix typo.
Dimitri Papadopoulos [Fri, 28 Apr 2006 17:39:48 +0000 (17:39 +0000)]
* include/ddk/winddk.h (KAFFINITY): Fix typo.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
Dimitri Papadopoulos [Fri, 28 Apr 2006 17:34:02 +0000 (17:34 +0000)]
* include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
Dimitri Papadopoulos [Fri, 28 Apr 2006 17:16:55 +0000 (17:16 +0000)]
* include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>

18 years ago * include/wingdi.h (BITMAPV5HEADER): New structure definition.
Dimitri Papadopoulos [Fri, 28 Apr 2006 17:13:14 +0000 (17:13 +0000)]
* include/wingdi.h (BITMAPV5HEADER): New structure definition.

18 years ago * include/basetyps.h (REFFMTID): Define properly.
Dimitri Papadopoulos [Fri, 28 Apr 2006 16:55:26 +0000 (16:55 +0000)]
* include/basetyps.h (REFFMTID): Define properly.

18 years ago * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
Dimitri Papadopoulos [Fri, 28 Apr 2006 10:36:46 +0000 (10:36 +0000)]
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
Thanks to:    Bruce M Simpson <bms_spc at sf dot net>

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