public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH: remove call to obsolete dejagnu proc
@ 2016-04-19 16:13 Ben Elliston
  2016-04-19 16:20 ` Andrew Haley
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2016-04-19 16:13 UTC (permalink / raw)
  To: java-patches

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

In DejaGnu 1.6, the utility procedure 'absolute' has been removed as
it can be implemented with Tcl's own 'file normalize' command.  Okay
to commit?

2016-04-20  Ben Elliston  <bje@gnu.org>

	    * testsuite/lib/libjava.exp (libjava_arguments): Use 'file
	    normalize' rather than the defunct DejaGnu 'absolute' proc.

Index: testsuite/lib/libjava.exp
===================================================================
--- testsuite/lib/libjava.exp	(revision 235209)
+++ testsuite/lib/libjava.exp	(working copy)
@@ -416,7 +416,7 @@
 
     # Search for libtool.  We need it to link.
     set found_compiler 0
-    set d [absolute $objdir]
+    set d [file normalize $objdir]
     foreach x {. .. ../.. ../../..} {
     if {[file exists $d/$x/libtool]} then {
         # We have to run silently to avoid DejaGNU lossage.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

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

* Re: PATCH: remove call to obsolete dejagnu proc
  2016-04-19 16:13 PATCH: remove call to obsolete dejagnu proc Ben Elliston
@ 2016-04-19 16:20 ` Andrew Haley
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Haley @ 2016-04-19 16:20 UTC (permalink / raw)
  To: Ben Elliston, java-patches

On 04/19/2016 05:13 PM, Ben Elliston wrote:
> Okay
> to commit?

OK, thanks.

Andrew.

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

* Re: PATCH: remove call to obsolete dejagnu proc
@ 2016-04-23 22:06 Dominique d'Humières
  0 siblings, 0 replies; 3+ messages in thread
From: Dominique d'Humières @ 2016-04-23 22:06 UTC (permalink / raw)
  To: Ben Elliston; +Cc: aph, java-patches

Back ported to the gcc-4.9 and gcc-5 branches.

Dominique

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

end of thread, other threads:[~2016-04-23 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-19 16:13 PATCH: remove call to obsolete dejagnu proc Ben Elliston
2016-04-19 16:20 ` Andrew Haley
2016-04-23 22:06 Dominique d'Humières

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).