Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flag | Corinna Vinschen | 2004-07-22 | 2 | -0/+6 |
| | | | | values also when copying fhandler from archetype. | ||||
* | 2004-07-22 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2004-07-22 | 2 | -2/+6 |
| | | | | * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. | ||||
* | * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails. | Christopher Faylor | 2004-07-22 | 2 | -1/+5 |
| | |||||
* | knetbsd/kfreebsd patches from Robert Millan. | Jim Wilson | 2004-07-21 | 6 | -11/+35 |
| | | | | | | | | * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. | ||||
* | For DefaultSize instructions, don't guess a 'q' suffix if the instruction | Nick Clifton | 2004-07-21 | 2 | -103/+122 |
| | | | | doesn't support it. | ||||
* | merge from gcc | DJ Delorie | 2004-07-21 | 2 | -0/+13 |
| | |||||
* | * include/_mingw.h: Undefine __attribute__. | Danny Smith | 2004-07-21 | 2 | -7/+36 |
| | | | | | | | | | (__MINGW_ATTR_NORETURN): New define. (__MINGW_ATTR_CONST): New define. (__MINGW_ATTR_MALLOC): New define. (__MINGW_ATTR_PURE): New define. (_CRTIMP, __cdecl, __stdcall, __UNUSED_PARAM): Ansi-fy expansions. | ||||
* | * shm.cc: Whitespace fixes. | Corinna Vinschen | 2004-07-20 | 2 | -8/+12 |
| | |||||
* | * bsd_helper.cc: Whitespace fixes. | Corinna Vinschen | 2004-07-20 | 3 | -15/+20 |
| | | | | * bsd_mutex.cc: Ditto. | ||||
* | revert erroneous checkin | Christopher Faylor | 2004-07-20 | 1 | -2/+3 |
| | |||||
* | * Makefile.in (clean): Remove cygwin.def since it is autogenerated. | Christopher Faylor | 2004-07-20 | 3 | -4/+7 |
| | |||||
* | * include/time.h (__time64_t): Add missing ';'. | Danny Smith | 2004-07-19 | 2 | -1/+5 |
| | |||||
* | * transport.cc (transport_layer_base::~transport_layer_base): Remove. | Corinna Vinschen | 2004-07-19 | 3 | -4/+5 |
| | | | | * transport.h (transport_layer_base::~transport_layer_base): Ditto. | ||||
* | * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISO | Corinna Vinschen | 2004-07-19 | 4 | -3/+10 |
| | | | | | | | expression. * fhandler_floppy.cc (fhandler_dev_floppy::open): Remove unused variable. * fhandler_proc.cc (format_proc_meminfo): Fix compiler warning. | ||||
* | * bsd_mutex.cc (win_priority): Actually calculate p from priority. | Corinna Vinschen | 2004-07-19 | 2 | -1/+5 |
| | |||||
* | * include/math.h: Guard ISO C99 additions with __cplusplus | Danny Smith | 2004-07-17 | 2 | -2/+11 |
| | | | | not __GLIBCPP__. | ||||
* | * Makefile.in (CC): Strip inappropriate include file settings from any | Christopher Faylor | 2004-07-17 | 2 | -1/+7 |
| | | | | passed-in CC. | ||||
* | * arm.h: Remove all old content. Replace with architecture defines | Richard Earnshaw | 2004-07-16 | 2 | -294/+96 |
| | | | | from gas/config/tc-arm.c. | ||||
* | 2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com> | Jeff Johnston | 2004-07-16 | 2 | -0/+5 |
| | | | | * configure.host (h8300*-*-*): Default long long printing support. | ||||
* | * pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure. | Christopher Faylor | 2004-07-16 | 2 | -0/+6 |
| | |||||
* | 2004-07-16 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2004-07-16 | 2 | -1/+11 |
| | | | | | | * libc/stdio/fvwrite.c (_sfvwrite): For asprintf family calls, if realloc fails, free up buffer as it is no longer used. | ||||
* | * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated even | Corinna Vinschen | 2004-07-16 | 2 | -10/+18 |
| | | | | on Windows 9x, FWIW. | ||||
* | * how-resources.texinfo: Update documentation to /usr/share/doc. | Joshua Daniel Franklin | 2004-07-16 | 4 | -14/+28 |
| | | | | * how-using.texinfo: Add paragraph about find -noleaf. | ||||
* | 2004-07-15 "dgun" <dgun@umpire.com> | Danny Smith | 2004-07-15 | 2 | -1/+5 |
| | | | | * include/complex.h (conj): Correct typo in prototype. | ||||
* | * mmap.cc (mprotect): When MAP_WRITE protection is requested, use | Corinna Vinschen | 2004-07-15 | 2 | -2/+24 |
| | | | | | READWRITE or WRITECOPY protection, whatever has been used when the page has been allocated initially. | ||||
* | * fhandler.h (class fhandler_dev_raw): Remove is_writing flag. | Corinna Vinschen | 2004-07-15 | 4 | -64/+19 |
| | | | | | | | | | | | Remove declaration of writebuf. (class fhandler_dev_floppy): Remove declaration of close. * fhandler_floppy.cc (fhandler_dev_floppy::close): Delete. (fhandler_dev_floppy::lseek): Remove calls to writebuf. Set eom_detected to false after successful seek. * fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete. (fhandler_dev_raw::raw_read): Remove calls to writebuf. (fhandler_dev_raw::raw_write): Always invalidate buffer. | ||||
* | Whitespace change to ChangeLog | Danny Smith | 2004-07-15 | 1 | -0/+1 |
| | |||||
* | * include/math.h: Add pragma GCC system_header. | Danny Smith | 2004-07-15 | 2 | -0/+9 |
| | |||||
* | * mingwex/complex/cargs.c: New file. | Danny Smith | 2004-07-15 | 3 | -2/+16 |
| | | | | * mingwex/Makefile.in: Really add carg.o to libmingwex.a. | ||||
* | * Makefile.in (INCLUDES): Temporarily revert previous change. | Corinna Vinschen | 2004-07-15 | 4 | -4/+11 |
| | | | | | | * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Drop carg.o dependency. | ||||
* | * mmap.cc (class mmap_record): Fix return type of get_offset. | Corinna Vinschen | 2004-07-15 | 2 | -4/+11 |
| | | | | | | (mmap_record::fixup_page_map): Fix off by one error. (list::search_record): Use long as type of "start" argument in both, declaration and definition. Use long as type for local variable "i". | ||||
* | * mingwex/fwide.c: Include <stdio.h> to resolve FILE usage. | Christopher Faylor | 2004-07-15 | 2 | -0/+5 |
| | |||||
* | * fhandler_registry.cc (registry_listing): Correct typo. | Christopher Faylor | 2004-07-15 | 2 | -1/+8 |
| | | | | | (fhandler_registry::fill_filebuf): Set size of newly expanded buffer prior to calling RegQueryValueEx. | ||||
* | * Makefile.in (INCLUDES): Designate $(srcdir)/../include as a | Danny Smith | 2004-07-14 | 4 | -6/+14 |
| | | | | | | | | system dir. * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Add carg.o to libmingwex.a. | ||||
* | * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove buffered | Corinna Vinschen | 2004-07-14 | 2 | -70/+6 |
| | | | | write entirely. | ||||
* | merge from gcc | DJ Delorie | 2004-07-13 | 3 | -4/+17 |
| | |||||
* | * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use it | Earnie Boyd | 2004-07-13 | 3 | -5/+7 |
| | | | | | | for C modules. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto. | ||||
* | * Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use it | Earnie Boyd | 2004-07-13 | 2 | -2/+4 |
| | | | | for C modules. | ||||
* | * include/limits.h: Change to new file header preamble. | Earnie Boyd | 2004-07-13 | 2 | -19/+7 |
| | |||||
* | * include/_mingw.h: Increment minor version for 3.4 release. | Earnie Boyd | 2004-07-13 | 3 | -3/+8 |
| | | | | * Makefile.in: Ditto. | ||||
* | * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function | Corinna Vinschen | 2004-07-12 | 3 | -10/+67 |
| | | | | | | | | | | | pointers. (load_netapi): Load NetApiBufferAllocate and NetGroupGetInfo. (enum_local_groups,enum_groups): Add disp_groupname parameter. Load info for disp_groupname if specified. (usage): Add description of "-g/--group" option. (longopts,opts): Add "-g/--group" option. (main): Process "-g/--group" option. * utils.sgml (mkgroup): Add description of "-g/--group" option | ||||
* | 2004-07-12 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2004-07-12 | 5 | -106/+164 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Add noconfigdirs for crx-*-*. * configure: Regenerate. 2004-07-09 Loren J. Rittle <ljrittle@acm.org> * configure.in: Build libmudflap by default on FreeBSD. * configure: Regenerated. 2004-07-09 Mark Mitchell <mark@codesourcery.com> * configure.in: Do not build libmudflap by default on non-GNU/Linux systems. * configure: Regenerated. 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR target/16344 * Makefile.tpl (profiledbootstrap): Build runtime libraries with feedback based compiler. * Makefile.in: Rebuilt. 2004-07-05 Phil Edwards <phil@codesourcery.com> * configure.in: Do not prepend $srcdir to /dev/null in makefile fragments. * configure: Regenerate. | ||||
* | * mingwex/math/cephes_emath.h (__etens): Remove declaration. | Danny Smith | 2004-07-12 | 2 | -2/+4 |
| | |||||
* | * include/unistd.h (ftruncate): Add inline definition. | Danny Smith | 2004-07-11 | 4 | -5/+32 |
| | | | | | * mingwex/ftruncate.c: New file. * mingwex/Makefile.in: Add ftruncate.o to libmingwex.a. | ||||
* | * include/time.h: Do not include sys/types.h. | Danny Smith | 2004-07-10 | 2 | -6/+5 |
| | |||||
* | binutils/testsuite/: | Andreas Schwab | 2004-07-09 | 2 | -1/+5 |
| | | | | | | | | | | | | * binutils-all/m68k/movem.s: New file. * binutils-all/m68k/objdump.exp: New file. include/opcode/: * m68k.h: Fix comment. opcodes/: * m68k-dis.c (m68k_valid_ea): Check validity of all codes. | ||||
* | * Makefile.def (host_modules): Set bootstrap=true for flex. | Alexandre Oliva | 2004-07-08 | 4 | -4/+10 |
| | | | | | * Makefile.tpl (all-gcc): Depend on texinfo and flex. * Makefile.in: Rebuilt. | ||||
* | * spawn.cc (spawn_guts): Check if script is executable. | Corinna Vinschen | 2004-07-08 | 2 | -0/+11 |
| | |||||
* | Undo accidental commit whilst adding crx-elf port | Nick Clifton | 2004-07-07 | 3 | -70/+60 |
| | |||||
* | Add new port: crx-elf | Nick Clifton | 2004-07-07 | 10 | -71/+552 |
| |