]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
19 years ago* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
Christopher Faylor [Tue, 7 Sep 2004 04:05:14 +0000 (04:05 +0000)]
* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
indicate that it is "special".
* thread.cc (pthread::exit): If __sdidinit is < 0, it was never really
initialized so reset it to 0 before calling _reclaim_reent.

19 years ago * bsd_mutex.cc (_msleep): Disable resetting event object for now.
Corinna Vinschen [Mon, 6 Sep 2004 20:32:45 +0000 (20:32 +0000)]
* bsd_mutex.cc (_msleep): Disable resetting event object for now.

19 years ago2004-09-06 Hosaka Yuji <hos@tamanegi.org>
Danny Smith [Mon, 6 Sep 2004 09:09:33 +0000 (09:09 +0000)]
2004-09-06  Hosaka Yuji  <hos@tamanegi.org>

* include/mshtml.h (IHTMLDocument2): Correct get_selection
declaration.
(IHTMLSelectionObject): Correct get_type declaration.
(IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
IHTMLBodyElement2): Add interfaces.
(LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
typedefs.
* lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
Add IIDs.

19 years ago* include/cygwin/version.h: Bump DLL minor number to 12.
Christopher Faylor [Sun, 5 Sep 2004 16:08:44 +0000 (16:08 +0000)]
* include/cygwin/version.h: Bump DLL minor number to 12.

19 years ago * include/w32api.h: Increment version to 3.1.
Earnie Boyd [Sun, 5 Sep 2004 15:27:56 +0000 (15:27 +0000)]
* include/w32api.h: Increment version to 3.1.
* Makefile.in: Ditto.

19 years ago * mingwex/Makefile.in: Correct typo in list of DISTFILES.
Earnie Boyd [Sun, 5 Sep 2004 14:15:01 +0000 (14:15 +0000)]
* mingwex/Makefile.in: Correct typo in list of DISTFILES.

19 years ago * include/_mingw.h: Increment minor version for 3.5 release.
Earnie Boyd [Sun, 5 Sep 2004 13:51:33 +0000 (13:51 +0000)]
* include/_mingw.h: Increment minor version for 3.5 release.
* Makefile.in: Ditto.

19 years ago2004-09-05 Hosaka Yuji <hos@tamanegi.org>
Danny Smith [Sun, 5 Sep 2004 10:35:34 +0000 (10:35 +0000)]
2004-09-05  Hosaka Yuji  <hos@tamanegi.org>

* include/winuser.h (MonitorFromPoint, MonitorFromRect,
MonitorFromWindow): Add prototypes.
* lib/user32.def (MonitorFromPoint, MonitorFromRect,
MonitorFromWindowMonitorFromWindow): Add stubs.
* include/shellapi.h (DuplicateIcon): Add prototype.

19 years ago * include/winuser.h (WINUSERAPI): New define.
Danny Smith [Sun, 5 Sep 2004 10:14:26 +0000 (10:14 +0000)]
* include/winuser.h (WINUSERAPI): New define.
Use it to mark user32.dll imports, throughout.

19 years ago22004-09-05 Hosaka Yuji <hos@tamanegi.org>
Danny Smith [Sun, 5 Sep 2004 10:05:24 +0000 (10:05 +0000)]
22004-09-05  Hosaka Yuji  <hos@tamanegi.org>

* lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
HidD_GetPreparsedData, HidD_GetProductString,
HidD_GetSerialNumberString, HidD_SetConfiguration,
HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.

19 years agomerge from gcc
DJ Delorie [Sun, 5 Sep 2004 06:04:05 +0000 (06:04 +0000)]
merge from gcc

19 years agoImport latest version from master repository.
Nick Clifton [Sat, 4 Sep 2004 07:53:54 +0000 (07:53 +0000)]
Import latest version from master repository.

19 years ago * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
Richard Henderson [Fri, 3 Sep 2004 19:09:39 +0000 (19:09 +0000)]
    * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
        *-*-netware, but add target-libmudflap.
        Consolidate *-*-netware targets (of which really only i?86 exists)
        into a single entry.
        * configure: Likewise.

19 years ago * security.cc: Fix a few more strace_prints.
Corinna Vinschen [Fri, 3 Sep 2004 08:18:41 +0000 (08:18 +0000)]
* security.cc: Fix a few more strace_prints.

19 years agoRegularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor [Fri, 3 Sep 2004 01:53:12 +0000 (01:53 +0000)]
Regularize most strace_prints throughout so that %E is always preceded by a
comma and elminate most uses of "foo = %s" to "foo %s".

19 years agoChristopher Faylor <cgf@timesys.com>
Christopher Faylor [Fri, 3 Sep 2004 01:32:02 +0000 (01:32 +0000)]
Christopher Faylor <cgf@timesys.com>
* autoload.cc (NtQueryInformationFile): Return nonzero on error.
* ntdll.h (FILE_PIPE_LOCAL_INFORMATION): Add.
(NtQueryInformationFile): Fix types for last two arguments.
* pipe.cc: Include stdlib.h, limits.h, and ntdll.h.
(create_selectable_pipe): New function to create a pipe that can be used with
NtQueryInformationFile for select.
(fhandler_pipe::create): Call create_selectable_pipe instead of CreatePipe.
(pipe): Use DEFAULT_PIPEBUFSIZE as argument to create_pipe.
* select.cc: Include limits.h and ntdll.h.
(peek_pipe): Add select_printf output.  Call NtQueryInformationFile to
implement select for write on pipes.
(fhandler_pipe::select_read): Reorder field assignments to be consistent with
fhandler_pipe::select_write.
(fhandler_pipe::select_write): Initialize startup, verify, cleanup, and
write_ready fields for select_record.
(fhandler_pipe::select_except): Tweak indentation to be consistent with
fhandler_pipe::select_write.

19 years ago * textbinary.sgml: Change default mode for non-mounted paths to binary.
Corinna Vinschen [Thu, 2 Sep 2004 08:14:49 +0000 (08:14 +0000)]
* textbinary.sgml: Change default mode for non-mounted paths to binary.

19 years ago2004-09-01 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Wed, 1 Sep 2004 07:48:07 +0000 (07:48 +0000)]
2004-09-01  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (sorry): Remove.
(clean-stage[+id+], clean-stage[+id+]-module): New targets.
(cleanstrap targets): Depend on distclean, not distclean-stage1.
(do-clean): Clean per-stage directories too.
(do-distclean): Run distclean-stage1 too.
(.NOTPARALLEL): Enable during toplevel bootstrap.
(stage[+id+]-bubble): Enable parallel execution during
the recursive invocation.
* Makefile.in: Regenerate.

Sync from gcc (moving the Makefile.in change to Makefile.tpl):

2004-08-31  Robert Bowdidge <bowdidge@apple.com>

* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
* configure.in: add test for powerpc-*-darwin* to specify makefile frag
* configure: regenerate
* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
        -mdynamic-no-pic

19 years ago * sysv_shm.cc (kern_shmat): Add debug_printf's.
Corinna Vinschen [Tue, 31 Aug 2004 10:47:27 +0000 (10:47 +0000)]
* sysv_shm.cc (kern_shmat): Add debug_printf's.

19 years ago2004-08-31 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Tue, 31 Aug 2004 10:16:19 +0000 (10:16 +0000)]
2004-08-31  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (build_modules): Add fixincludes.
(dependencies): Make gcc depend on fixincludes.
* configure.in (build_tools): Add fixincludes.
(build_configdirs): Always include build_libs.
* Makefile.in: Regenerate.
* configure: Regenerate.

19 years ago* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.
Christopher Faylor [Tue, 31 Aug 2004 03:34:04 +0000 (03:34 +0000)]
* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.

19 years ago* fork.cc (fork_parent): Record child's pid when we're sure that it has been
Christopher Faylor [Mon, 30 Aug 2004 22:08:50 +0000 (22:08 +0000)]
* fork.cc (fork_parent): Record child's pid when we're sure that it has been
filled out by the child.
* pinfo.cc (pinfo::init): Trivial change.

19 years ago2004-08-26 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 30 Aug 2004 08:05:42 +0000 (08:05 +0000)]
2004-08-26  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bootstrap stages): Add 'lean' parameter.
* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
phony targets; do not generate timestamp files.
(distclean-stageN): Remove references to their timestamp files.
(restageN, touch-stageN): Remove.
(stageN-bubble): Rewritten.
(compare): Support lean bootstraps.
* Makefile.in: Regenerate.

* configure.in: Only warn when bootstrapping but
build != host or build != target.  Support lean bootstraps.
* configure: Regenerate.

Sync from gcc:
2004-08-26  Phil Edwards  <phil@codesourcery.com>

* configure.in:  Give a better error message if GMP/MPFR are missing
and a language needing them has been requested.
* configure:  Regenerated.

2004-08-25  Phil Edwards  <phil@codesourcery.com>

* configure.in:  Print a list of available language front-ends if
a requested one is missing.  Tidy stray tab characters.
* configure:  Regenerated.

19 years ago * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to report
Corinna Vinschen [Sun, 29 Aug 2004 09:32:49 +0000 (09:32 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to report
success on systems with ntsec and ntea set.

19 years ago * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
Corinna Vinschen [Sat, 28 Aug 2004 15:46:57 +0000 (15:46 +0000)]
* fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
before zero filling. Combine similar error handling statements.

19 years ago2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Sat, 28 Aug 2004 01:37:27 +0000 (01:37 +0000)]
2004-08-28  Pierre Humblet <pierre.humblet@ieee.org>

        * syscalls.cc (ftruncate64): On 9x, call write with a zero length
        to zero fill when the file is extended.

19 years ago * i386/cygmon.ld (.text): Fix alignment.
Corinna Vinschen [Wed, 25 Aug 2004 16:30:16 +0000 (16:30 +0000)]
* i386/cygmon.ld (.text): Fix alignment.
(.rodata): Handle .rodata.* sections.

19 years agoApply Dmitry Diky's patches to add relaxation to msp430.
Nick Clifton [Wed, 25 Aug 2004 12:54:15 +0000 (12:54 +0000)]
Apply Dmitry Diky's patches to add relaxation to msp430.

19 years ago2004-08-25 Lars Rune N�stdal <daysleper@users.sourceforge.net>
Danny Smith [Wed, 25 Aug 2004 08:43:25 +0000 (08:43 +0000)]
2004-08-25  Lars Rune N�stdal  <daysleper@users.sourceforge.net>

* include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
Add defines.
(PCOORD): Add typedef.
(GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.

19 years ago * include/winldap.h: Don't check value of UNICODE.
Danny Smith [Wed, 25 Aug 2004 07:55:59 +0000 (07:55 +0000)]
* include/winldap.h: Don't check value of UNICODE.
Thanks to: "Jean-Do"  <spab@users.sourceforge.net>

19 years ago * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
Danny Smith [Tue, 24 Aug 2004 23:20:42 +0000 (23:20 +0000)]
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.

19 years ago * syscalls.cc (link): Avoid compiler warning.
Corinna Vinschen [Tue, 24 Aug 2004 22:49:16 +0000 (22:49 +0000)]
* syscalls.cc (link): Avoid compiler warning.

19 years ago * bsd_mutex.cc (_msleep): Release process object while waiting.
Corinna Vinschen [Tue, 24 Aug 2004 22:04:18 +0000 (22:04 +0000)]
* bsd_mutex.cc (_msleep): Release process object while waiting.

19 years ago * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.
Corinna Vinschen [Tue, 24 Aug 2004 09:58:16 +0000 (09:58 +0000)]
* winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.

19 years ago * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
Corinna Vinschen [Tue, 24 Aug 2004 09:34:04 +0000 (09:34 +0000)]
* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
format specifier.

19 years ago * include/malloc.h (__mingw_aligned_offset_malloc,
Danny Smith [Tue, 24 Aug 2004 09:02:45 +0000 (09:02 +0000)]
* include/malloc.h (__mingw_aligned_offset_malloc,
__mingw_aligned_offset_realloc, __mingw_aligned_malloc,
__mingw_aligned_realloc, __mingw_aligned_free): Add
prototypes.
* mingwex/Makefile.in (DISTFILES): Add mingw-aligned-malloc.c,
tst-aligned-malloc.c.
(REPLACE_OBJS): Add mingw-aligned-malloc.o.

19 years ago2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>
Danny Smith [Tue, 24 Aug 2004 08:55:42 +0000 (08:55 +0000)]
2004-08-24  Steven G. Johnson  <stevenj@alum.mit.edu>

* mingwex/mingw-aligned-malloc.c: New file.
* mingwex/tst-aligned-malloc.c: New file.

19 years ago * crt1.c: (__mingw_CRTStartup): Change return to void. Add
Danny Smith [Tue, 24 Aug 2004 08:49:33 +0000 (08:49 +0000)]
* crt1.c: (__mingw_CRTStartup): Change return to void.  Add
noreturn attribute. Align stack to 16 bytes before passing args
to main.
(mainCRTStartup): Change return to void.
(WinMainCRTStartup): Likewise.

19 years agoAdd missing ChangeLog entry.
Jim Blandy [Mon, 23 Aug 2004 23:50:35 +0000 (23:50 +0000)]
Add missing ChangeLog entry.

19 years ago2004-08-24 Sam Robb <samrobb@users.sourceforge.net>
Danny Smith [Mon, 23 Aug 2004 22:01:57 +0000 (22:01 +0000)]
2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>

* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
guard.

19 years ago * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
Danny Smith [Mon, 23 Aug 2004 21:56:11 +0000 (21:56 +0000)]
* include/winbase.h: Add WINBASEAPI token to prototypes, throughout.

19 years ago2004-08-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 23 Aug 2004 18:39:52 +0000 (18:39 +0000)]
2004-08-23  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/unistd.h (getpass): Change prototype to use
        const instead of __const.

19 years ago * environ.cc (set_ntea): New function.
Corinna Vinschen [Sat, 21 Aug 2004 15:50:33 +0000 (15:50 +0000)]
* environ.cc (set_ntea): New function.
(set_ntsec): Ditto.
(set_smbntsec): Ditto.
(parse_thing): Change ntea, ntsec and smbntsec settings to call
appropriate functions.

19 years ago * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of
Corinna Vinschen [Fri, 20 Aug 2004 13:40:35 +0000 (13:40 +0000)]
* fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of
if/else.
(fhandler_dev_tape::raw_write): Return -1 in case of error.

19 years ago * errno.cc (_sys_errlist): Change various text to their english Linux
Corinna Vinschen [Thu, 19 Aug 2004 18:26:58 +0000 (18:26 +0000)]
* errno.cc (_sys_errlist): Change various text to their english Linux
counterparts.  Unify layout.
(strerror): Remove switch statement.

19 years ago * fhandler.cc (fhandler_base::open): Set shared flags to 0 when
Corinna Vinschen [Thu, 19 Aug 2004 15:47:51 +0000 (15:47 +0000)]
* fhandler.cc (fhandler_base::open): Set shared flags to 0 when
opening a tape device.

19 years ago * ChangeLog: Fix typo.
Corinna Vinschen [Thu, 19 Aug 2004 15:31:53 +0000 (15:31 +0000)]
* ChangeLog: Fix typo.

19 years ago * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's
Corinna Vinschen [Thu, 19 Aug 2004 10:58:37 +0000 (10:58 +0000)]
* fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's
need_fixup_before counter on successful dup.
* net.cc (cygwin_getpeername): Add file descriptor to debug output.

19 years ago2004-08-17 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Wed, 18 Aug 2004 06:51:38 +0000 (06:51 +0000)]
2004-08-17  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in: Regenerate.
* configure: Regenerate.

* Makefile.def (bootstrap-stage): Rename extra_*_flags to
stage_*_flags.
* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
for bootstrapped modules if toplevel bootstrap is going.
(GCC bootstrap): Generate per-stage targets for all bootstrapped
modules.  Adjust for changes in Makefile.def.  Enable several
rules even in non-bootstrap mode, just to avoid peppering the
template with unnecessary "@if/@endif gcc-bootstrap" pairs.
(stage-[+prev+]-bubble): Remove.

* Makefile.def (Dependencies): Depend on all-build-bison,
all-build-flex, all-build-byacc, all-build-texinfo, rather
than the host variations.
* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
with BUILD_SUBDIR.
(BISON): Update for recent Bisons.
(YACC): Fix typo.
(cross): Depend on all-build.
(all): Do not depend on all-build.
(prebootstrap): Remove.
(dep-kind): Accept separate prefixes for MODULE and ON variables.
(Prebootstrap dependencies): Add them to the per-stage targets
and to all-prebootstrap.
* configure.in (build_configdirs): Always enable build_tools.
(BUILD_DIR_PREFIX): Remove.

* Makefile.def (gcc): Add target variable.
(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
in the recursive `make', instead of hardwiring `all'.
(Autogenerated TARGET-* variables): New.

19 years agoPatch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.
Jim Wilson [Tue, 17 Aug 2004 22:09:17 +0000 (22:09 +0000)]
Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
(instead of FreeBSD).
* configure: Regenerate.

19 years agotrim off entries that came in with a merge, rev 1.245, now in ChangeLog-9103
Alan Modra [Tue, 17 Aug 2004 13:07:48 +0000 (13:07 +0000)]
trim off entries that came in with a merge, rev 1.245, now in ChangeLog-9103

19 years ago * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.
Corinna Vinschen [Tue, 17 Aug 2004 09:52:50 +0000 (09:52 +0000)]
* fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.
(fhandler_dev_dsp::open_count): Delete.
(fhandler_dev_dsp::close_audio_in): New method declaration.
(fhandler_dev_dsp::close_audio_in): Ditto.
* fhandler_dsp.cc: Add and edit debug_printf throughout.
(fhandler_dev_dsp::Audio::denyAccess): Delete.
(fhandler_dev_dsp::Audio::fork_fixup): Ditto.
(fhandler_dev_dsp::Audio::getOwner): Ditto.
(fhandler_dev_dsp::Audio::clearOwner): Ditto.
(fhandler_dev_dsp::Audio::owner_): Ditto.
(fhandler_dev_dsp::Audio::setformat): Ditto, rename to setconvert.
(fhandler_dev_dsp::Audio::lock): Ditto, move to queue.
(fhandler_dev_dsp::Audio::unlock): Ditto.
(fhandler_dev_dsp::Audio::lock_): Ditto.
(fhandler_dev_dsp::Audio::bufferIndex_): New member, from Audio_out
and Audio_in.
(fhandler_dev_dsp::Audio::pHdr_): Ditto.
(fhandler_dev_dsp::Audio::wavehdr_): Ditto.
(fhandler_dev_dsp::Audio::bigwavebuffer_): ditto.
(fhandler_dev_dsp::Audio::Qisr2app_): Ditto.
(fhandler_dev_dsp::Audio::setconvert): New method, from old setformat.
(fhandler_dev_dsp::Audio::queue::lock): New method.
(fhandler_dev_dsp::Audio::queue::unlock): Ditto.
(fhandler_dev_dsp::Audio::queue::dellock): Ditto.
(fhandler_dev_dsp::Audio::queue::isvalid): Ditto.
(fhandler_dev_dsp::Audio::queue::lock_): New member.
(fhandler_dev_dsp::Audio::queue::depth1_): Delete.
(fhandler_dev_dsp::Audio_out::fork_fixup): New method.
(fhandler_dev_dsp::Audio_out::isvalid): New method.
(fhandler_dev_dsp::Audio_out::start): Remove arguments.
(fhandler_dev_dsp::Audio_out::parsewav): Change arguments and set
internal state.
(fhandler_dev_dsp::Audio_out::emptyblocks): Delete.
(fhandler_dev_dsp::Audio_out::Qapp2app_): Ditto.
(fhandler_dev_dsp::Audio_out::Qisr2app_): Ditto, move to Audio.
(fhandler_dev_dsp::Audio_out::bufferIndex_): Ditto.
(fhandler_dev_dsp::Audio_out::pHdr_): Ditto.
(fhandler_dev_dsp::Audio_out::wavehdr_): Ditto.
(fhandler_dev_dsp::Audio_out::bigwavefuffer_): Ditto.
(fhandler_dev_dsp::Audio_out::freq_): New member.
(fhandler_dev_dsp::Audio_out::bits_): New member.
(fhandler_dev_dsp::Audio_out::channels_): New member.
(fhandler_dev_dsp::Audio_in::fork_fixup): New method.
(fhandler_dev_dsp::Audio_in::isvalid): New method.
(fhandler_dev_dsp::Audio_in::Qapp2app_): Delete.
(fhandler_dev_dsp::Audio_in::Qisr2app_): Ditto, move to Audio.
(fhandler_dev_dsp::Audio_in::bufferIndex_): Ditto.
(fhandler_dev_dsp::Audio_in::pHdr_): Ditto.
(fhandler_dev_dsp::Audio_in::wavehdr_): Ditto.
(fhandler_dev_dsp::Audio_in::bigwavefuffer_): Ditto.
(fhandler_dev_dsp::Audio::queue::queue): Simplify.
(fhandler_dev_dsp::Audio::queue::send): Use lock.
(fhandler_dev_dsp::Audio::queue::query): Do not use depth1_.
(fhandler_dev_dsp::Audio::queue::recv): Ditto.
(fhandler_dev_dsp::Audio::Audio): Adapt to new class members.
(fhandler_dev_dsp::Audio::~Audio): Ditto
(fhandler_dev_dsp::Audio_out::start): Reorganize.
(fhandler_dev_dsp::Audio_out::stop): Simplify.
(fhandler_dev_dsp::Audio_out::init): Reset the queue and clear flag.
(fhandler_dev_dsp::Audio_out::write): Reorganize to allocate audio_out.
(fhandler_dev_dsp::Audio_out::buf_info): Use appropriate block size.
(fhandler_dev_dsp::Audio_out::callback_sampledone): Do not use lock.
(fhandler_dev_dsp::Audio_out::waitforspace): Simplify.
(fhandler_dev_dsp::Audio_out::waitforallsent):Ditto.
(fhandler_dev_dsp::Audio_out::sendcurrent): Reorganize.
Clear flag before requeuing.
(fhandler_dev_dsp::Audio_out::parsewav):
(fhandler_dev_dsp::Audio_in::start): Reorganize.
(fhandler_dev_dsp::Audio_in::stop): Simplify.
(fhandler_dev_dsp::Audio_in::queueblock): Ditto.
Requeue header in case of error.
(fhandler_dev_dsp::Audio_in::init): Reset the queue and clear flag.
(fhandler_dev_dsp::Audio_in::waitfordata): Simplify.
Do not UnprepareHeader if the flag is zero.
(fhandler_dev_dsp::Audio_in::buf_info): Ditto.
(fhandler_dev_dsp::Audio_in::callback_blockfull): Do not use lock.
(fhandler_dev_dsp::open_count): Delete.
(fhandler_dev_dsp::open): Only check existence, do not allocate
anything. Set flags appropriately. Create archetype.
(fhandler_dev_dsp::write): Call archetype as needed. Create audio_out.
(fhandler_dev_dsp::read): Call archetype as needed. Create audio_in.
(fhandler_dev_dsp::close): Call archetype as needed.
Call close_audio_in and close_audio_out.
(fhandler_dev_dsp::close_audio_in): New function.
(fhandler_dev_dsp::close_audio_out): New function.
(fhandler_dev_dsp::dup): Use archetypes.
(fhandler_dev_dsp::ioctl): Call archetype as needed. Reorganize for
new structures.
(fhandler_dev_dsp::fixup_after_fork): Call archetype as needed.
(fhandler_dev_dsp::fixup_after_exec): Call archetype as needed.
Clear audio_in and audio_out.

19 years ago * devdsp.c: Outputs the names of the main test functions.
Corinna Vinschen [Tue, 17 Aug 2004 09:51:31 +0000 (09:51 +0000)]
* devdsp.c: Outputs the names of the main test functions.
(forkrectest): Expect child success.
(forkplaytest): Ditto.
(syncwithchild): Output the child status and the desired value.
(sinegenw): Reduce volume of the beep.
(sinegenb): Ditto.
(dup_test): New test.

19 years ago2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
Jeff Johnston [Mon, 16 Aug 2004 17:09:31 +0000 (17:09 +0000)]
2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>

        * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT
        #if.

19 years ago * profile/COPYING: New file.
Danny Smith [Sun, 15 Aug 2004 11:35:07 +0000 (11:35 +0000)]
* profile/COPYING: New file.
* profile/CYGWIN_LICENSE: New file.
* profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE.

19 years ago * mingwex/fopen64.c: Move.
Danny Smith [Sun, 15 Aug 2004 11:28:09 +0000 (11:28 +0000)]
    * mingwex/fopen64.c: Move.
        * mingwex/fseeko64.c: Move.
        * mingwex/ftello64.c: Move.
        * mingwex/lseek64.c: Move.
        * mingwex/stdio/fopen64.c: To here.
        * mingwex/stdio/fseeko64.c: To here.
        * mingwex/stdio/ftello64.c: To here.
        * mingwex/stdio/lseek64.c: To here.

White space cleanup in ChangeLog

19 years ago * profile/gmon.c [__MINGW32__]: Include string.h for
Danny Smith [Sun, 15 Aug 2004 10:45:43 +0000 (10:45 +0000)]
* profile/gmon.c [__MINGW32__]: Include  string.h for
memset prototype.

19 years ago2004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net>
Danny Smith [Sun, 15 Aug 2004 08:51:20 +0000 (08:51 +0000)]
2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>

* include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.

19 years ago2004-08-14 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Sat, 14 Aug 2004 03:01:21 +0000 (03:01 +0000)]
2004-08-14  Pierre Humblet <pierre.humblet@ieee.org>

* fhandler.cc (fhandler_base::open_9x): Set file attributes
for new files.

19 years ago2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Fri, 13 Aug 2004 22:32:31 +0000 (22:32 +0000)]
2004-08-13  Nathanael Nerode  <neroden@gcc.gnu.org>

* Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
The intention is that we will migrate to these bit by bit.

19 years ago* symconst.h (langMax): Fix typo in comment.
Mark Kettenis [Fri, 13 Aug 2004 19:17:39 +0000 (19:17 +0000)]
* symconst.h (langMax): Fix typo in comment.

19 years agoO_JSR): Do not allow VECIND addressing for non-SX processors.
Nick Clifton [Fri, 13 Aug 2004 08:14:02 +0000 (08:14 +0000)]
O_JSR): Do not allow VECIND addressing for non-SX processors.

19 years agobfd/
Alan Modra [Fri, 13 Aug 2004 03:16:01 +0000 (03:16 +0000)]
bfd/
* bfd.c (_bfd_default_error_handler): Handle %A and %B.
(bfd_archive_filename, bfd_get_section_ident): Delete.
* ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
bfd_archive_filename.
* elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
to warn about symbols in discarded sections.  Use _bfd_error_handler.
* aout-adobe.c (aout_adobe_callback): See below.
* aout-cris.c (swap_ext_reloc_in): ..
* coff-arm.c (find_thumb_glue, find_arm_glue,
coff_arm_relocate_section, bfd_arm_process_before_allocation,
coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
coff_arm_copy_private_bfd_data): ..
* coff-i860.c (i860_reloc_processing): ..
* coff-mcore.c (mcore_coff_unsupported_reloc,
coff_mcore_relocate_section): ..
* coff-ppc.c (coff_ppc_relocate_section): ..
* coff-rs6000.c (xcoff_create_csect_from_smclas
* coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
sh_swap_insns, sh_relocate_section): ..
* coff-tic54x.c (tic54x_reloc_processing): ..
* coff-tic80.c (coff_tic80_relocate_section): ..
* coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
* coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
coff_slurp_symbol_table, coff_classify_symbol,
coff_slurp_reloc_table): ..
* coffgen.c (_bfd_coff_read_string_table): ..
* cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
_bfd_coff_generic_relocate_section): ..
* cpu-arm.c (bfd_arm_merge_machines): ..
* cpu-sh.c (sh_merge_bfd_arch): ..
* elf-hppa.h (elf_hppa_relocate_section): ..
* elf.c (bfd_elf_string_from_elf_section, setup_group,
_bfd_elf_setup_group_pointers, bfd_section_from_shdr,
assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
copy_private_bfd_data, _bfd_elf_validate_reloc): ..
* elf32-arm.h (find_thumb_glue, find_arm_glue,
bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
elf32_arm_relocate_section, elf32_arm_set_private_flags,
elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
* elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
cris_elf_merge_private_bfd_data
* elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
* elf32-gen.c (elf32_generic_link_add_symbols): ..
* elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
elf32_hppa_relocate_section): ..
* elf32-i370.c (i370_elf_merge_private_bfd_data,
i370_elf_check_relocs, i370_elf_relocate_section): ..
* elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
elf_i386_relocate_section): ..
* elf32-m32r.c (m32r_elf_relocate_section,
m32r_elf_merge_private_bfd_data): ..
* elf32-m68hc1x.c (m68hc12_add_stub,
_bfd_m68hc11_elf_merge_private_bfd_data): ..
* elf32-m68k.c (elf_m68k_relocate_section): ..
* elf32-mcore.c (mcore_elf_unsupported_reloc,
mcore_elf_relocate_section): ..
* elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
ppc_elf_check_relocs, ppc_elf_relocate_section,
ppc_elf_begin_write_processing): ..
* elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf32-sh-symbian.c (sh_symbian_import_as,
sh_symbian_process_embedded_commands,
sh_symbian_relocate_section): ..
* elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
sh_elf_merge_private_data): ..
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_relocate_section,
elf32_sparc_merge_private_bfd_data): ..
* elf32-v850.c (v850_elf_check_relocs,
v850_elf_merge_private_bfd_data): ..
* elf32-xtensa.c (elf_xtensa_check_relocs,
elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
* elf64-alpha.c (elf64_alpha_relax_with_lituse,
elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
* elf64-gen.c (elf64_generic_link_add_symbols): ..
* elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
ppc64_elf_check_relocs, ppc64_elf_edit_opd,
ppc64_elf_relocate_section): ..
* elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
elf_s390_relocate_section): ..
* elf64-sh64.c (sh_elf64_relocate_section): ..
* elf64-sparc.c (sparc64_elf_check_relocs,
sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
sparc64_elf_merge_private_bfd_data): ..
* elf64-x86-64.c (elf64_x86_64_check_relocs,
elf64_x86_64_relocate_section): ..
* elflink.c (_bfd_elf_add_default_symbol,
_bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
_bfd_elf_link_output_relocs, elf_link_add_object_symbols,
bfd_elf_size_dynamic_sections, elf_link_output_extsym,
elf_get_linked_section_vma, elf_fixup_link_order,
bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
* elfxx-ia64.c (elfNN_ia64_relax_section,
elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
* elfxx-mips.c (mips_elf_perform_relocation,
_bfd_mips_elf_check_relocs,
_bfd_mips_elf_merge_private_bfd_data): ..
* ieee.c (ieee_slurp_external_symbols): ..
* ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
* libbfd.c (_bfd_generic_verify_endian_match): ..
* linker.c (_bfd_generic_link_add_one_symbol,
_bfd_generic_section_already_linked): ..
* pdp11.c (translate_to_native_sym_flags): ..
* pe-mips.c (coff_pe_mips_relocate_section): ..
* peicode.h (pe_ILF_build_a_bfd): ..
* srec.c (srec_bad_byte): ..
* stabs.c (_bfd_link_section_stabs): ..
* xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
Replace all uses of bfd_archive_filename and bfd_get_section_ident
with corresponding %B and %A in _bfd_error_handler format string.
Replace occurrences of "fprintf (stderr," with _bfd_error_handler
calls to use %A and %B.  Fix "against symbol .. from section" and
similar error messages.  Combine multiple _bfd_error_handler calls
where they were separated due to bfd_archive_filename deficiencies.
* bfd-in2.h: Regenerate.
include/
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
ld/
* ldmain.c (link_callbacks): Remove "error_handler".
* ldmisc.c: Include elf-bfd.h.
(vfinfo): Sort comment.  Handle %A.  Use %A instead of
bfd_get_section_indent.
(error_handler): Delete.
* ldmisc.h (error_handler): Delete declaration.

19 years ago * Makefile.def, configure.in, src-release: Remove useless, bogus
Nathanael Nerode [Thu, 12 Aug 2004 22:59:53 +0000 (22:59 +0000)]
* Makefile.def, configure.in, src-release: Remove useless, bogus
references to tix.
* Makefile.in, configure: Regenerate.

19 years ago2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode [Thu, 12 Aug 2004 22:43:07 +0000 (22:43 +0000)]
2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>

* src-release: Stop distributing mmalloc with gdb (which doesn't
use it).
* Makefile.def: GDB doesn't depend on mmalloc anymore.
* Makefile.in: Regenerate.

19 years ago2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 12 Aug 2004 21:28:35 +0000 (21:28 +0000)]
2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/sys/types.h (u64): New typedef to allow building
        on linux systems with glibc 2.3.3 installed.
        * libc/sys/linux/dl/dl-runtime.c: Fix prototypes for fixup and
        profile_fixup so newlib can build on fc3 system.

19 years ago2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 12 Aug 2004 16:01:22 +0000 (16:01 +0000)]
2004-08-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386.h (R_386_USED_BY_INTEL_200): New.

19 years ago* net.cc (cygwin_gethostbyname): Show failing host name on error.
Christopher Faylor [Wed, 11 Aug 2004 18:34:32 +0000 (18:34 +0000)]
* net.cc (cygwin_gethostbyname): Show failing host name on error.

19 years agomerge from gcc:
DJ Delorie [Wed, 11 Aug 2004 17:32:56 +0000 (17:32 +0000)]
merge from gcc:
2004-08-09  Mark Mitchell  <mark@codesourcery.com>

* configure.in (arm*-*-eabi*): New target.
* configure: Regenerate.

2004-08-03  Paul Brook  <paul@codesourcery.com>

* configure.in: Check for MPFR as well as GMP.
* configure: Regenerate.

19 years ago2004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>
Danny Smith [Wed, 11 Aug 2004 08:10:22 +0000 (08:10 +0000)]
2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>

* include/ws2spi.h (LPWSPSELECT): Correct typedef.

19 years ago * include/wincrypt.h: Correct _WIN32_WINNT typo.
Danny Smith [Wed, 11 Aug 2004 07:51:56 +0000 (07:51 +0000)]
* include/wincrypt.h: Correct _WIN32_WINNT typo.

19 years ago2004-08-10 Ed Schaller <schallee@darkmist.net>
Danny Smith [Wed, 11 Aug 2004 07:42:57 +0000 (07:42 +0000)]
2004-08-10  Ed Schaller  <schallee@darkmist.net>

* include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
(ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
(CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
Add defines.
(CALG_SHA1): Add define.
(HP_HMAC_INFO): Add define.
(HMAC_INFO): Add struct.
(BLOBHEADER): Add typedef.

19 years agowhite space
Christopher Faylor [Tue, 10 Aug 2004 15:18:36 +0000 (15:18 +0000)]
white space

19 years ago* select.cc (select_stuff::wait): Correctly check for w4 array bounds.
Christopher Faylor [Tue, 10 Aug 2004 15:05:37 +0000 (15:05 +0000)]
* select.cc (select_stuff::wait): Correctly check for w4 array bounds.

19 years agoLost ChangeLog entry:
Nathanael Nerode [Mon, 9 Aug 2004 03:01:56 +0000 (03:01 +0000)]
Lost ChangeLog entry:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.

19 years ago* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.
Christopher Faylor [Mon, 9 Aug 2004 01:17:28 +0000 (01:17 +0000)]
* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.

19 years ago * include/complex.h: Remove __attribute__ ((const)) from
Danny Smith [Sat, 7 Aug 2004 07:58:01 +0000 (07:58 +0000)]
* include/complex.h:  Remove __attribute__ ((const)) from
transcendantal and trig functions.  Replace __attribute__ ((const))
with __MINGW_ATTRIB_CONST on other declarations.

19 years ago * include/wchar.h: Reorganize, avoid including other headers.
Danny Smith [Sat, 7 Aug 2004 07:51:14 +0000 (07:51 +0000)]
* include/wchar.h:  Reorganize, avoid including other headers.

19 years ago * include/string.h (memchr, memcmp, strchr, strcmp, strcspn)
Danny Smith [Fri, 6 Aug 2004 21:49:54 +0000 (21:49 +0000)]
* include/string.h (memchr, memcmp, strchr, strcmp, strcspn)
(strlen, strncmp, strpbrk, strrchr, strspn, strstr): Add pure
        attribute.

19 years agobfd/
Paul Brook [Fri, 6 Aug 2004 16:18:11 +0000 (16:18 +0000)]
bfd/
* elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
(elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
* reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
and BFD_RELOC_ARM_SBREL32.
* bfd-in2.h, bbfd.h: Regenerate.
gas/
* config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
Handle new relocations.
* include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
gas/testsuite/
* gas/arm/pic.s,d: Test RELABS and SBREL relocations.

19 years agomerge from gcc
DJ Delorie [Fri, 6 Aug 2004 15:38:11 +0000 (15:38 +0000)]
merge from gcc

19 years ago2004-08-06 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Fri, 6 Aug 2004 06:44:46 +0000 (06:44 +0000)]
2004-08-06  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
(Dependencies): New section.
* Makefile.tpl (Dependencies): Generate from Makefile.def.
(configure-target-[+module+]): Depend on maybe-all-gcc
(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
(toplevel profiledbootstrap): Fix dependencies.
* Makefile.in: Regenerate.

19 years ago2004-08-04 Andrew Cagney <cagney@gnu.org>
Andrew Cagney [Wed, 4 Aug 2004 23:44:32 +0000 (23:44 +0000)]
2004-08-04  Andrew Cagney  <cagney@gnu.org>

* sim-ppc.h: Add extern "C" wrapper.
(enum sim_ppc_regnum): Add full list of SPRs.

19 years agogdb/ChangeLog:
Jim Blandy [Wed, 4 Aug 2004 17:40:31 +0000 (17:40 +0000)]
gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
* rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
(set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
New functions.
(rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
init_sim_regno_table.
* Makefile.in (gdb_sim_ppc_h): New variable.
(rs6000-tdep.o): Update dependencies.

include/gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

* sim-ppc.h: New file.

sim/ppc/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* sim_calls.c: #include "registers.h" and "gdb/sim-ppc.h"; do not
include GDB's "defs.h".
(gdb_register_name_table): New variable.
(gdb_register_name_table_size): New enum constant.
(gdb_register_name): New function.
(sim_fetch_register, sim_store_register): Use gdb_register_name,
instead of calling gdbarch_register_name.
* Makefile.in (GDB_SIM_PPC_H): New variable.
(DEFS_H): Delete variable.
(sim_calls.o): Update dependencies.

19 years agogdb/ChangeLog:
Jim Blandy [Wed, 4 Aug 2004 17:04:36 +0000 (17:04 +0000)]
gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
* rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
(set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
New functions.
(rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
init_sim_regno_table.
* Makefile.in (gdb_sim_ppc_h): New variable.
(rs6000-tdep.o): Update dependencies.

include/gdb/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

* sim-ppc.h: New file.

sim/ppc/ChangeLog:
2004-07-20  Jim Blandy  <jimb@redhat.com>

Use a fixed register numbering when communicating with the PowerPC
simulator.
* sim_calls.c: #include "registers.h" and "gdb/sim-ppc.h"; do not
include GDB's "defs.h".
(gdb_register_name_table): New variable.
(gdb_register_name_table_size): New enum constant.
(gdb_register_name): New function.
(sim_fetch_register, sim_store_register): Use gdb_register_name,
instead of calling gdbarch_register_name.
* Makefile.in (GDB_SIM_PPC_H): New variable.
(DEFS_H): Delete variable.
(sim_calls.o): Update dependencies.

19 years ago * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
Mark Mitchell [Wed, 4 Aug 2004 16:12:06 +0000 (16:12 +0000)]
* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
target-libiberty to noconfigdirs.

19 years agoChangeLog:
Nathanael Nerode [Tue, 3 Aug 2004 20:54:19 +0000 (20:54 +0000)]
ChangeLog:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.

config/ChangeLog:

2004-08-01  Robert Millan  <robertmh@gnu.org>

* mt-linux: Rename to ...
* mt-gnu: ... this.

19 years ago * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.
Corinna Vinschen [Tue, 3 Aug 2004 14:37:26 +0000 (14:37 +0000)]
* errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.
* syscalls.cc (link): Only copy files if FS doesn't support hard links.

19 years ago * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.
Corinna Vinschen [Tue, 3 Aug 2004 12:35:35 +0000 (12:35 +0000)]
* transport.cc (transport_layer_base::~transport_layer_base): Resurrect.
* transport.h (transport_layer_base::~transport_layer_base): Ditto.

19 years ago2004-08-03 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Tue, 3 Aug 2004 09:36:03 +0000 (09:36 +0000)]
2004-08-03 Paolo Bonzini <bonzini@gnu.org>

* Makefile.def (host-modules): Add gcc.
* Makefile.in: Regenerate.
* Makefile.tpl (sorry): New rule.
(configure-host, all-host, [+make_target+]-host, do-check,
install-host): Do not add gcc as a special case.
(host modules): Add a small special-casing for gcc.  Export
extra_make_flags through the environment.
(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
other recursive targets for gcc): Remove.

(all, do-[+make_target+], do-check): Wrap between unstage and stage.
(stage, unstage): New rules.
(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
distclean-stage[+id+]): Use stage_current.
([+bootstrap-target+], profiledbootstrap): Do not invoke manually
the stage*-start rules.

19 years ago * bsd_mutex.cc (_msleep): Reset event object and close it before
Corinna Vinschen [Fri, 30 Jul 2004 14:48:19 +0000 (14:48 +0000)]
* bsd_mutex.cc (_msleep): Reset event object and close it before
entering mutex.  Turn order of conditional for better readability.

19 years agoAdded new instructions for next version of VIA PadLock core.
Michal Ludvig [Fri, 30 Jul 2004 12:36:37 +0000 (12:36 +0000)]
Added new instructions for next version of VIA PadLock core.

19 years agoIntroduce SH2a support.
Alexandre Oliva [Fri, 30 Jul 2004 09:03:39 +0000 (09:03 +0000)]
Introduce SH2a support.
2004-03-16  Corinna Vinschen  <vinschen@redhat.com>
* libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for
__SH2A_SINGLE_ONLY__, too.
* libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu.  Fix comments.
2004-02-10  DJ Delorie  <dj@redhat.com>
* libc/sys/sh/crt0.S (start_l): Support sh2a.

19 years ago * include/dirent.h (struct _wdirent): Remove obsolete comment.
Danny Smith [Fri, 30 Jul 2004 08:27:29 +0000 (08:27 +0000)]
* include/dirent.h (struct _wdirent): Remove obsolete comment.

19 years ago * include/string.h: Revert 2004-07-26 additions of
Danny Smith [Fri, 30 Jul 2004 08:19:58 +0000 (08:19 +0000)]
* include/string.h: Revert 2004-07-26 additions of
__ATTRIBUTE_PURE.

19 years ago2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 29 Jul 2004 15:54:18 +0000 (15:54 +0000)]
2004-07-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/time/strptime.c: Correct full-name of "March" typo.

19 years agoinclude/elf/ChangeLog:
Alexandre Oliva [Thu, 29 Jul 2004 05:17:37 +0000 (05:17 +0000)]
include/elf/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* sh.h (EF_SH2A_NOFPU): New.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* sh.h (EF_SH2A): New.
bfd/ChangeLog:
Introduce SH2a support.
2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
* archures.c (bfd_mach_sh2a_nofpu): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH2A_NOFPU_NEXT): New.
(arch_info_struct): Add sh2a_nofpu.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
2003-12-29  DJ Delorie  <dj@redhat.com>
* reloc.c: Add relocs for sh2a.
* bfd-in2.h: Regenerate.
* libbfd.hh: Regenerate.
2003-12-01  Michael Snyder  <msnyder@redhat.com>
* archures.c (bfd_mach_sh2a): New.
* bfd-in2.h: Rebuilt.
* cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
(SH2A_NEXT): New.
(arch_info_struct): Add sh2a.
* elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
binutils/ChangeLog:
* readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
EF_SH2A_NOFPU.
gas/ChangeLog:
Introduce SH2a support.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (get_specific): Change arch_sh2a_up to
arch_sh2a_nofpu_up.
2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
to end of conditional expression.
2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
* config/tc-sh.c: Add sh2a-nofpu support.
2003-12-29  DJ Delorie  <dj@redhat.com>
* tc-sh.c: Add sh2a support.
(parse_reg): Add tbr.
(parse_at): Support @@(disp,tbr).
(get_specific): Support sh2a opcodes.
(insert4): New, for 4 byte relocs.
(build_Mytes): Support sh2a opcodes.
(md_apply_fix3_Mytes): Support sh2a opcodes.
2003-12-02  Michael Snyder  <msnyder@redhat.com>
* config/tc-sh.c (md_parse_option): Handle sh2a.
(sh_elf_final_processing): Ditto.
gas/testsuite/ChangeLog:
2003-12-30  DJ Delorie  <dj@redhat.com>
* gas/sh/sh2a.s: New.
* gas/sh/sh2a.d: New.
* gas/sh/basic.exp: Add it.

19 years ago * mingwex/math/powl.c (powl): Revert change of 2004-02-01.
Danny Smith [Wed, 28 Jul 2004 11:25:27 +0000 (11:25 +0000)]
* mingwex/math/powl.c (powl): Revert change of 2004-02-01.
(__convert_inf_to_maxnum): New.static inline.
(reducl): Use it to protect against Inf - Inf.
(__fast_ldexpl): New function.  Use in lieu of ldexpl.

19 years agoAdd CRX insns: pushx, popx
Nick Clifton [Tue, 27 Jul 2004 11:37:11 +0000 (11:37 +0000)]
Add CRX insns: pushx, popx
Add support to GAS for expressions which are the difference of two symbols

19 years ago * mingwex/math/expl.c (expl): Move body of code to new static
Danny Smith [Tue, 27 Jul 2004 08:03:36 +0000 (08:03 +0000)]
* mingwex/math/expl.c (expl): Move body of code to new static
function __expl, removing tests for +/-Inf. Extern function
expl calls __expl after testing for max, min log thresholds.

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