public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20309] New: gcjh needs a -force option
@ 2005-03-04  4:35 fitzsim at redhat dot com
  2005-03-04  8:20 ` [Bug java/20309] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fitzsim at redhat dot com @ 2005-03-04  4:35 UTC (permalink / raw)
  To: java-prs

The -force option forces gcjh to overwrite generated files where necessary, even
if there is no difference between the old and new file.

-- 
           Summary: gcjh needs a -force option
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fitzsim at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
@ 2005-03-04  8:20 ` pinskia at gcc dot gnu dot org
  2005-05-01  1:36 ` fitzsim at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-04  8:20 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-04 03:47:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
  2005-03-04  8:20 ` [Bug java/20309] " pinskia at gcc dot gnu dot org
@ 2005-05-01  1:36 ` fitzsim at redhat dot com
  2005-05-04  1:46 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-01  1:36 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fitzsim at redhat dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
  2005-03-04  8:20 ` [Bug java/20309] " pinskia at gcc dot gnu dot org
  2005-05-01  1:36 ` fitzsim at redhat dot com
@ 2005-05-04  1:46 ` cvs-commit at gcc dot gnu dot org
  2005-05-04  2:32 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-04  1:46 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-04 01:46 -------
Subject: Bug 20309

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fitzsim@gcc.gnu.org	2005-05-04 01:46:42

Modified files:
	gcc/java       : ChangeLog Make-lang.in config-lang.in gcj.texi 
	                 gjavah.c 

Log message:
	2005-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR java/20309
	* Make-lang.in (java): Add gjnih.
	(JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
	(GJNIH_OBJS): New variable.
	(gjnih$(exeext)): New target.
	(JAVA_MANFILES): Add gjnih.1.
	(java.uninstall): Add gjnih.1.
	(java.mostlyclean): Add gjnih.
	(java.maintainer-clean): Add gjnih.1.
	(java/gjavah-jni.o): New target.
	(.INTERMEDIATE): Add gjnih.pod.
	(gjnih.pod): New target.
	* config-lang.in (stagestuff): Add gjnih.
	* gcj.texi (Top): Add gjnih node.
	(Invoking gcjh): Add descriptions of -force, -old, -trace, -J and
	-bootclasspath options.
	(Invoking gjnih): New node.
	* gjavah.c Initialize flag_jni to 1 if JNI_DEFAULT is defined.
	(TOOLNAME): New macro.
	(error): Replace hard-coded gcjh with TOOLNAME.
	(process_file): Likewise.
	(usage): Likewise.
	(version): Likewise.
	(help): Likewise.  Add help output for -force, -old, -trace and -J
	options.
	(OPT_FORCE, OPT_OLD, OPT_TRACE): New macros.
	(options): Add force, old, trace and J fields.
	(main): Handle -force, -old, -trace and -J options.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1606&r2=1.1607
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&r1=1.157&r2=1.158
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/config-lang.in.diff?cvsroot=gcc&r1=1.16&r2=1.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gcj.texi.diff?cvsroot=gcc&r1=1.83&r2=1.84
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gjavah.c.diff?cvsroot=gcc&r1=1.131&r2=1.132



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
                   ` (2 preceding siblings ...)
  2005-05-04  1:46 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-04  2:32 ` fitzsim at redhat dot com
  2005-05-06 22:53 ` cvs-commit at gcc dot gnu dot org
  2005-05-06 23:02 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-04  2:32 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-05-04 02:32 -------
Fixed on mainline.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
                   ` (3 preceding siblings ...)
  2005-05-04  2:32 ` fitzsim at redhat dot com
@ 2005-05-06 22:53 ` cvs-commit at gcc dot gnu dot org
  2005-05-06 23:02 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-06 22:53 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-06 22:53 -------
Subject: Bug 20309

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fitzsim@gcc.gnu.org	2005-05-06 22:53:38

Modified files:
	gcc/java       : ChangeLog Make-lang.in config-lang.in gcj.texi 
	                 gjavah.c 

Log message:
	2005-05-06  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR java/20309
	* Make-lang.in (java): Add gjnih.
	(JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
	(GJNIH_OBJS): New variable.
	(gjnih$(exeext)): New target.
	(JAVA_MANFILES): Add gjnih.1.
	(java.uninstall): Add gjnih.1.
	(java.mostlyclean): Add gjnih.
	(java.maintainer-clean): Add gjnih.1.
	(java/gjavah-jni.o): New target.
	(.INTERMEDIATE): Add gjnih.pod.
	(gjnih.pod): New target.
	* config-lang.in (stagestuff): Add gjnih.
	* gcj.texi (Top): Add gjnih node.
	(Invoking gcjh): Add descriptions of -force, -old, -trace, -J and
	-bootclasspath options.
	(Invoking gjnih): New node.
	* gjavah.c Initialize flag_jni to 1 if JNI_DEFAULT is defined.
	(TOOLNAME): New macro.
	(error): Replace hard-coded gcjh with TOOLNAME.
	(process_file): Likewise.
	(usage): Likewise.
	(version): Likewise.
	(help): Likewise.  Add help output for -force, -old, -trace and -J
	options.
	(OPT_FORCE, OPT_OLD, OPT_TRACE): New macros.
	(options): Add force, old, trace and J fields.
	(main): Handle -force, -old, -trace and -J options.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1556.2.17&r2=1.1556.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.152.8.2&r2=1.152.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/config-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.16&r2=1.16.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gcj.texi.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.73.2.6&r2=1.73.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gjavah.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.128.6.2&r2=1.128.6.3



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug java/20309] gcjh needs a -force option
  2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
                   ` (4 preceding siblings ...)
  2005-05-06 22:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-06 23:02 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-06 23:02 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20309


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-05-06 23:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-04  4:35 [Bug java/20309] New: gcjh needs a -force option fitzsim at redhat dot com
2005-03-04  8:20 ` [Bug java/20309] " pinskia at gcc dot gnu dot org
2005-05-01  1:36 ` fitzsim at redhat dot com
2005-05-04  1:46 ` cvs-commit at gcc dot gnu dot org
2005-05-04  2:32 ` fitzsim at redhat dot com
2005-05-06 22:53 ` cvs-commit at gcc dot gnu dot org
2005-05-06 23:02 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).