Commit Graph

  • 4c565a6f3e * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of __d_position member to _off_t. Corinna Vinschen 2003-04-01 14:53:02 +00:00
  • 7afb3cf062 2003-03-20 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-03-20 17:23:57 +00:00
  • 877ab911ec 2003-03-18 D.Venkatasubramanian <dvenkat@noida.hcltech.com> Jeff Johnston 2003-03-18 20:38:04 +00:00
  • ac5a63880d 2003-03-17 Bob Cassels <bcassels@abinitio.com> Jeff Johnston 2003-03-17 17:12:32 +00:00
  • 292da0ca52 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down. * Makefile.in: Regenerate. kettenis_i386newframe-20030406-branchpoint kettenis-i386newframe-20030316-mergepoint cagney_lazyid-20030317-branchpoint cagney_framebase-20030330-mergepoint cagney_framebase-20030326-branchpoint cagney_frameaddr-20030409-mergepoint cagney_frameaddr-20030403-branchpoint neroden 2003-03-14 20:49:14 +00:00
  • a27a0b9714 2003-03-14 Michael Chastain <mec@shout.net> chastain 2003-03-14 18:59:59 +00:00
  • e361a2fe00 * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello with internal (_fpos_t and _off_t) datatypes when compiling newlib. * libc/include/sys/unistd.h: Declare _lseek using _off_t. * libc/reent/lseekr.c (_lseek_r): Use _off_t instead of off_t. * libc/stdio/fseeko.c (fseeko): Ditto. * libc/stdio/ftello.c (ftello): Ditto. * libc/stdio/stdio.c (__swrite): Ditto. (__sseek): Ditto. * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t. * libc/stdio/fseek.c (fseek): Ditto. * libc/stdio/fsetpos.c (fsetpos): Ditto. * libc/stdio/ftell.c (ftell): Ditto. * libc/stdio/local.h: Declare __sseek using _off_t. Corinna Vinschen 2003-03-14 18:39:05 +00:00
  • 4595a29f53 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate. offbyone-20030313-branchpoint neroden 2003-03-12 20:47:07 +00:00
  • 3195aee105 * libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t. Corinna Vinschen 2003-03-09 22:10:14 +00:00
  • 99936cfa46 * libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for Cygwin. Corinna Vinschen 2003-03-09 21:52:23 +00:00
  • aa556d46d1 * libc/include/pwd.h: Add guards to avoid type clashes when compiling Cygwin. * libc/include/sys/stat.h: Ditto. * libc/include/sys/unistd.h: Ditto. * libc/sys/cygwin/sys/dirent.h: Ditto. Corinna Vinschen 2003-03-09 21:08:51 +00:00
  • 9ee8b332ca * configure.in (gxx_include_dir): Fix typo. * configure: Regenerated. DJ Delorie 2003-03-09 18:43:06 +00:00
  • b7638fe21b * libc/include/sys/unistd.h: Guard getopt.h call to force only declaration of getopt and avoid getopt_long declaration. * libc/sys/cygwin/include/unistd.h: Remove. Christopher Faylor 2003-03-08 04:57:41 +00:00
  • 62449ffb19 * configure.host: Define stdio64_dir for Cygwin. * libc/include/stdio.h: Change definition of fpos_t to fulfill Cygwin 64bit file access requirements. Drop definition of f*64() functions when compiled for Cygwin. * libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin. * libc/reent/lseek64r.c: Use _off64_t instead of off64_t. * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t. Corinna Vinschen 2003-03-07 20:41:49 +00:00
  • d95aa1e7d3 2003-03-07 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-03-07 15:56:49 +00:00
  • b8b6471465 2003-03-06 Andrew Cagney <cagney@redhat.com> kettenis-i386newframe-20030308-branchpoint cagney 2003-03-06 20:50:01 +00:00
  • a8e3963e3f 2003-03-04 Daniel Jacobowitz <drow@mvista.com> carlton_dictionary-20030305-merge neroden 2003-03-05 01:50:53 +00:00
  • 008df6c9b4 Really commit it... dunno what happened last time. neroden 2003-03-04 08:36:40 +00:00
  • 826d5b0a62 * mh-dgux: Delete. neroden 2003-03-04 07:48:49 +00:00
  • 37b0580467 * Makefile.tpl: Always pass down RANLIB. * Makefile.in: Regenerate. neroden 2003-03-04 07:48:06 +00:00
  • 5fd8fbbc44 * Makefile.tpl: Rearrange. * Makefile.in: Regenerate. cagney_offbyone-20030303-branchpoint neroden 2003-02-28 18:03:31 +00:00
  • f616640c9a 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> Jeff Johnston 2003-02-25 20:36:29 +00:00
  • 4f75406164 Remove site-file support - it is obsolete. Nick Clifton 2003-02-25 10:47:07 +00:00
  • 2f02b936c5 Add support for kaOS as cross build target system. Nick Clifton 2003-02-24 16:47:04 +00:00
  • 066c118de5 * Makefile.tpl: Add definition of CPPFLAGS to pass into configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated. DJ Delorie 2003-02-21 01:55:12 +00:00
  • d7ea5040e3 Add support for Cirrus Maverick ARM co-processor Nick Clifton 2003-02-20 19:14:12 +00:00
  • 137915d831 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. Alexandre Oliva 2003-02-20 02:09:58 +00:00
  • 858cf6919f * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. Alexandre Oliva 2003-02-20 01:12:28 +00:00
  • fcf38b4aae * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used as argument to $CC. * ltcf-gcj.sh: Likewise. Alexandre Oliva 2003-02-19 23:51:28 +00:00
  • dce45c56be * configure.in: Introduce --enable-maintainer-mode. * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. Alexandre Oliva 2003-02-19 23:51:03 +00:00
  • 6455091070 2003-02-19 Andrew Cagney <ac131313@redhat.com> cagney 2003-02-19 23:32:19 +00:00
  • 00952f1742 2003-02-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-02-19 19:00:11 +00:00
  • 3cf2949762 import latest versions amodra 2003-02-19 07:47:34 +00:00
  • edb5847ed5 2003-02-18 Christian Groessler <chris@groessler.org> Jeff Johnston 2003-02-18 22:41:16 +00:00
  • 1a9045b673 2003-02-18 Earnie Boyd <earnie@users.sf.net> Jeff Johnston 2003-02-18 22:34:02 +00:00
  • bec00cb196 * Makefile.tpl (check-c++): Allow parallelism. jason 2003-02-18 20:12:50 +00:00
  • 83d57ed2ad * mips/nullmon.c (_ftext, _end): Adjust declaration. (get_mem_info): Rework. Richard Sandiford 2003-02-18 19:37:04 +00:00
  • f803f501e5 * mips/crt0.S (zerobss): Reload __memsize after call. Richard Sandiford 2003-02-18 19:32:24 +00:00
  • 824ee90bc0 2003-02-17 Chris Demetriou <cgd@broadcom.com> Jeff Johnston 2003-02-17 23:45:26 +00:00
  • 5051a444ec Re-generate using autoconf 000227. cagney 2003-02-17 17:14:16 +00:00
  • cf325d891d * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc. * configure: Regenerate. Geoffrey Keating 2003-02-16 01:24:56 +00:00
  • c51195e1ab * Makefile.tpl (RANLIB): Define. * Makefile.in: Regenerate. DJ Delorie 2003-02-14 21:15:37 +00:00
  • d599acbb13 * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't define some types under cygwin. Christopher Faylor 2003-02-10 22:13:35 +00:00
  • 0899087290 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> w32api-2_2 mingw-runtime-2_4 Jeff Johnston 2003-02-08 04:30:58 +00:00
  • 3483e4202f Source Navigator is now on sourceforge... carlton_dictionary-20030207-merge kseitz 2003-02-06 20:36:19 +00:00
  • 7e2ccda8cf 2003-02-05 Chris Demetriou <cgd@broadcom.com> Jeff Johnston 2003-02-05 17:10:43 +00:00
  • ad711a292f 2003-02-05 Chris Demetriou <cgd@broadcom.com> Jeff Johnston 2003-02-05 17:01:33 +00:00
  • 0ce042fe84 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com> Jeff Johnston 2003-02-05 16:52:34 +00:00
  • 4931069d7c 2003-02-03 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-02-03 21:29:45 +00:00
  • c3a18094ea 2003-01-31 Michael Snyder <msnyder@redhat.com> Jeff Johnston 2003-01-31 20:44:26 +00:00
  • 2bf18dcddb 2003-01-31 Michael Snyder <msnyder@redhat.com> Jeff Johnston 2003-01-31 20:35:24 +00:00
  • 937187fd23 2003-01-31 Frank Ch. Eigler <fche@redhat.com> interps-20030202-branchpoint fche 2003-01-31 19:09:32 +00:00
  • 975b82bc9a * config.if: Copy from GCC. Alexandre Oliva 2003-01-30 11:59:17 +00:00
  • 9fb0556382 2003-01-29 Jason Tishler <jason@tishler.net> Jeff Johnston 2003-01-29 23:29:30 +00:00
  • eeed3dc55b * configure.in: Revert 24Jan change. * configure: Regenerate. Alexandre Oliva 2003-01-27 19:47:23 +00:00
  • 80c891bd2a Add sh2e support Nick Clifton 2003-01-24 15:46:04 +00:00
  • 77512934f6 * libc/include/sys/unistd.h: Add setregid and setreuid declarations for Cygwin. Corinna Vinschen 2003-01-24 15:25:24 +00:00
  • a588c43a12 No, really this time. neroden 2003-01-24 00:39:51 +00:00
  • b3c0991299 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> neroden 2003-01-23 22:33:55 +00:00
  • 7f34907a1b 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> neroden 2003-01-23 19:55:19 +00:00
  • e535e36954 2003-01-21 Anita Kulkarni <anitak@kpit.com> Jeff Johnston 2003-01-21 19:37:04 +00:00
  • 9cd5d4147d * libc/include/sys/unistd.h: Add rresvport declaration for cygwin. Christopher Faylor 2003-01-20 15:28:02 +00:00
  • 230481a64f * configure.in: Add missing \. * configure: Rebuilt. neroden 2003-01-19 23:45:39 +00:00
  • c1c47864ce Define __IEEE_BIG_ENDIAN, __SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K. Nick Clifton 2003-01-18 08:55:07 +00:00
  • 204d03ffcb * configure.in (baseargs): Avoid using \| in sed regular expressions. * configure: Rebuilt. jakub 2003-01-17 08:00:16 +00:00
  • 2ae76a543a 2003-01-16 Joel Sherrill <joel@OARcorp.com> Jeff Johnston 2003-01-16 22:37:54 +00:00
  • 54f81d865e * configure.in (baseargs): Remove all supported forms of --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt. jakub 2003-01-16 16:27:51 +00:00
  • 63b3e3783e * libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions. Christopher Faylor 2003-01-15 18:52:02 +00:00
  • ee765b9889 * configure.in (noconfigdirs): Don't skip gas on IRIX 6. * configure: Rebuilt. Alexandre Oliva 2003-01-15 11:24:47 +00:00
  • b47c130e64 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate. neroden 2003-01-10 21:43:31 +00:00
  • 11de4c3986 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate. cagney-unwind-20030108-branchpoint DJ Delorie 2003-01-09 20:50:25 +00:00
  • 39560b04cd * configure.in: Remove Makefile in build, host and target modules unless configure was run with --no-recursion. * configure: Rebuilt. Alexandre Oliva 2003-01-09 20:45:29 +00:00
  • e1417eb5df [ ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> cgd 2003-01-08 22:09:30 +00:00
  • 10c8edd906 * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32. Pass an empty argv and envp to main(). Richard Sandiford 2003-01-08 12:54:29 +00:00
  • 575fee6565 * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config. * mips/configure: Regenerate. Richard Sandiford 2003-01-08 12:52:49 +00:00
  • 439f0c867a * configure.host (mips64vr-elf, mips64vrel-elf): New config. Richard Sandiford 2003-01-08 12:51:23 +00:00
  • 045fb94a73 * configure: Regenerate with proper autoconf 2.13. Christopher Faylor 2003-01-08 01:19:55 +00:00
  • 628f2ffe4e * configure.in: Add AC_PREREQ for consistency. * configure: Regenerate. Christopher Faylor 2003-01-07 21:58:19 +00:00
  • f6cf3c11a5 2002-01-07 Chris Demetriou <cgd@broadcom.com> Jeff Johnston 2003-01-07 21:10:54 +00:00
  • 06cc8b4dff 2003-01-07 Charles Wilson <cwilson@ece.gatech.edu> Jeff Johnston 2003-01-07 20:02:33 +00:00
  • 8dda4d605c 2003-01-07 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-01-07 19:52:27 +00:00
  • 58eb83d957 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> Jeff Johnston 2003-01-07 01:45:32 +00:00
  • 02e77c67a9 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> Jeff Johnston 2003-01-06 20:51:25 +00:00
  • 82f0ee8380 2003-01-06 Andrew Cagney <ac131313@redhat.com> cagney 2003-01-06 18:36:08 +00:00
  • 013bbc18af * configure.in (LD): Improve test for gcc. Try to set LD to the ld used by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. danglin 2003-01-04 22:36:41 +00:00
  • 0a3bc4a7f6 2003-01-02 H.J. Lu <hjl@gnu.org> hjl 2003-01-02 20:51:02 +00:00
  • 905e9fd108 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. drow 2003-01-02 00:50:57 +00:00
  • 6fd6c97dd8 * Makefile.in: Rebuilt. * Makefile.def (target_modules) [libffi]: Allow installation. tromey 2002-12-31 22:51:53 +00:00
  • d7584356b9 * configure.in: Fix use of $program_transform_name. * configure: Regenerated. schwab 2002-12-31 18:00:11 +00:00
  • d2d20347e7 * configure.in (baseargs): Don't remove first configure argument. * configure: Regenerated. drow 2002-12-31 03:28:41 +00:00
  • 80dcc27d80 * Makefile.tpl (local-distclean): Don't remove... (multilib.ts): ... this. Moved into... (multilib.out): ... this. Don't use sub-make. ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... (configure-build-[+module+], configure-[+module+], configure-target-[+module+], configure-gcc): ... these. Test for Makefile existence. Drop config.status from dependencies. * Makefile.in: Rebuilt. * configure.in: Move gcc-version-trigger to the end of ac_configure_args. Add comments to maybedep.tmp and serdep.tmp. Introduce --disable-serial-configure. Remove nonopt from baseargs, matching and removing corresponding whitespace while at it. * configure: Rebuilt. Alexandre Oliva 2002-12-29 19:05:04 +00:00
  • 20ba46c1fe * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather than defining getopt directly. Christopher Faylor 2002-12-28 23:20:47 +00:00
  • f865bf6158 * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. Alexandre Oliva 2002-12-28 17:58:05 +00:00
  • 8a93e740c2 * acx.m4: Name cache variables properly. (NCN_STRICT_CHECK_TOOL): If program is not found and value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2, depending on whether build != host or not. (NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix. Alexandre Oliva 2002-12-28 17:57:49 +00:00
  • 81b554c179 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of program_transform_name to standard idiom. (AUTOGEN, AUTOCONF): Define. (Makefile.in): Use $(AUTOGEN). (Makefile): Depend on config.status, and use autoconf-style rule to build it. Move original commands to... (config.status): ... this new target. (configure): Add $(srcdir). Depend on config/acx.m4. Use $(AUTOCONF). * Makefile.in: Rebuilt. Alexandre Oliva 2002-12-28 16:25:00 +00:00
  • 50917d0d2d * Makefile.tpl: Fix dramatic bustage due to change in program_transform_name. * Makefile.in: Regenerate. neroden 2002-12-28 09:13:56 +00:00
  • a200af2041 missed in previous giant commit neroden 2002-12-28 07:09:49 +00:00
  • a1b404ffb9 (toplev) * configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify. neroden 2002-12-28 07:09:15 +00:00
  • 1445f22925 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. neroden 2002-12-27 23:28:25 +00:00
  • ca4b1b48af * fhandler.h (fhandler_tty_master::set_winsize): Declare new function. * fhandler_console.cc (fhandler_console::send_winch_maybe): If appropriate, call tty master function to handle screen size change. * fhandler_tty.cc (fhandler_tty_master::set_winsize): New function. (fhandler_tty_master::init): Call set_winsize to set initial screen size. Christopher Faylor 2002-12-27 05:31:29 +00:00