Skip to content
Snippets Groups Projects
  1. Dec 02, 2004
  2. Nov 05, 2004
  3. May 30, 2004
    • aj's avatar
      PR gfortran/11800 · 90973b19
      aj authored
      	* Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
      	(lib_LTLIBRARIES): Rename to ...
      	(toolexeclib_LTLIBRARIES): this for multilib support.
      	* configure.in: Rename to ...
      	* configure.ac: this.  Update to modern autoconf style, enable
      	multilibs, support --enable-version-specific-runtime-libs.
      	* Makefile.in: Regenerated.
      	* configure: Regenerated.
      	* aclocal.m4: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82466 138bc75d-0d04-0410-961f-82ee72b054a4
      90973b19
  4. May 18, 2004
    • pbrook's avatar
      * Makefile.am: Remove references to types.m4. · cdafa1f6
      pbrook authored
      	* m4/iparm.m4: Merge with types.m4.
      	* m4/types.m4: Remove.
      	* m4/cshift1.m4, m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4,
      	m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4, m4/ifunction.m4,
      	m4/in_pack.m4, m4/in_unpack.m4, m4/iparm.m4, m4/matmul.m4,
      	m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4, m4/maxval.m4,
      	m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/reshape.m4,
      	m4/shape.m4, m4/specific.m4, m4/specific2.m4, m4/transpose.m4):
      	Update to use new iparm.m4.
      	* generated/*.c: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82003 138bc75d-0d04-0410-961f-82ee72b054a4
      cdafa1f6
  5. May 13, 2004
  6. Jan 10, 2004
  7. Dec 01, 2003
    • kcook's avatar
      · dcb6825a
      kcook authored
      fastjar/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define AM_MAKINFOFLAGS.  Remove Automake 1.4 hack.
      	* Makefile.in: Regenerate with automake 1.7.6 & autoconf 2.57 tools.
      	* aclocal.m4, config.h.in, configure: Likewise.
      	* install-sh, missing, mkinstalldirs, stamp-h.in: Remove.
      
      gcc/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* doc/install.texi: Note that fastjar is built with automake 1.7.x
      	and autoconf 2.57.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74082 138bc75d-0d04-0410-961f-82ee72b054a4
      dcb6825a
  8. Dec 16, 2002
  9. Sep 09, 2002
  10. Jun 03, 2002
  11. Jan 09, 2002
    • tromey's avatar
      For PR libgcj/5303: · 108cbb2a
      tromey authored
      	* jargrep.h: Removed RCS keywords.
      	(GVERSION): Removed.
      	* configure, Makefile.in, config.h.in: Rebuilt.
      	* configure.in: Added AM_MAINTAINER_MODE.
      	Don't look for getopt.h.  Use `fastjar' as package name.
      	* Makefile.am (INCLUDES): Look in ../include.
      	(LIBIBERTY): New macro.
      	(jar_LDADD): Use it.
      	(jar_DEPENDENCIES): Likewise.
      	(grepjar_LDADD): Likewise.
      	(grepjar_DEPENDENCIES): Likewise.
      	* jargrep.c: Removed RCS keywords.  Always include getopt.h.
      	(LONG_OPT): New macro.
      	(OPT_HELP): Likewise.
      	(main): Use getopt_long.  Let getopt print invalid argument
      	message.  Handle --help.  Use version().
      	(version): New function.
      	(optarg, optind): Don't declare.
      	(option_vec): New global.
      	(help): New function.
      	(Usage): Updated to GNU standards.
      	* jartool.c: Removed RCS keywords.  Include getopt.h.
      	(LONG_OPT): New macro.
      	(OPT_HELP): Likewise.
      	(options): New global.
      	(help): New function.
      	(usage): Print a single line.
      	(version): New function.
      	(expand_options): New function.
      	(main): Use getopt_long and expand_options.  Fail if `-u'
      	specified.  Changed handling of -f, -m, -V options.
      	(OPTION_STRING): New macro.
      	(version_string): Removed.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48697 138bc75d-0d04-0410-961f-82ee72b054a4
      108cbb2a
  12. Dec 09, 2000
  13. Sep 10, 2000
  14. Feb 25, 2000
    • tromey's avatar
      2000-02-25 Hans Boehm <boehm@acm.org> · 28c07da5
      tromey authored
      	* src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
      	files.
      	* src/raw_api.c (ffi_translate_args): Fixed typo in argument
      	list.
      	(ffi_prep_raw_closure): Use ffi_translate_args, not
      	ffi_closure_translate.
      	* src/java_raw_api.c: New file.
      	* src/ffitest.c (closure_test_fn): New function.
      	(main): Define `rint' as long long on IA64.  Added new test when
      	FFI_CLOSURES is defined.
      	* include/ffi.h.in (ALIGN): Use size_t, not unsigned.
      	(ffi_abi): Recognize IA64.
      	(ffi_raw): Added `flt' field.
      	Added "Java raw API" code.
      	* configure.in: Recognize ia64.
      	* Makefile.am (TARGET_SRC_IA64): New macro.
      	(libffi_la_common_SOURCES): Added java_raw_api.c.
      	(libffi_la_SOURCES): Define in IA64 case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32151 138bc75d-0d04-0410-961f-82ee72b054a4
      28c07da5
  15. Sep 01, 1999
  16. Aug 08, 1999
  17. Aug 03, 1999
  18. Jul 21, 1999
    • aph's avatar
      1999-07-19 Andrew Haley <aph@cygnus.com> · 81e900f9
      aph authored
              * prims.cc (JvRunMain): Always initialize arithexception.
              (_Jv_divI): New function.
              (_Jv_remI): New function.
              (_Jv_divJ): New function.
              (_Jv_remI): New function.
              * include/jvm.h: Add these new functions.
      
              Makefile.am: add DIVIDESPEC.
              aclocal.m4: ditto.
              configure.host: set DIVIDESPEC.
              libgcj.spec.in: pass DIVIDESPEC to compiler.
              configure: rebuilt.
              Makefile.in: rebuilt.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28211 138bc75d-0d04-0410-961f-82ee72b054a4
      81e900f9
  19. May 19, 1999
  20. May 07, 1999
    • tromey's avatar
      * acconfig.h (GCJVERSION): New undef. · 14aac95c
      tromey authored
      	* java/lang/natSystem.cc (init_properties): Define java.version,
      	java.class.version, os.name, os.arch, os.version.
      	Include <sys/utsname.h> if required.
      	* configure: Rebuilt.
      	* configure.in: Compute and define GCJVERSION.
      	* java/lang/natSystem.cc (default_file_encoding): Now static.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26830 138bc75d-0d04-0410-961f-82ee72b054a4
      14aac95c
  21. Apr 26, 1999
  22. Apr 07, 1999
Loading