From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21513 invoked by alias); 3 Jan 2017 13:50:18 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 21493 invoked by uid 89); 3 Jan 2017 13:50:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_00,MEDICAL_SUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=raised, among X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jan 2017 13:50:07 +0000 Received: from [172.31.0.115] (sub-34ip117.rev.onenet.cw [190.88.34.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 367063F531; Tue, 3 Jan 2017 08:50:03 -0500 (EST) Date: Tue, 03 Jan 2017 13:50:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: java-patches@gcc.gnu.org Subject: [doc] md.texi -- "trap" is no longer used by the Java front end Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-q1/txt/msg00001.txt.bz2 Applied. Gerald 2017-01-03 Gerald Pfeifer * doc/md.texi (Standard Names): Remove reference to Java frontend. Index: doc/md.texi =================================================================== --- doc/md.texi (revision 244022) +++ doc/md.texi (working copy) @@ -6534,8 +6534,7 @@ @cindex @code{trap} instruction pattern @item @samp{trap} This pattern, if defined, signals an error, typically by causing some -kind of signal to be raised. Among other places, it is used by the Java -front end to signal `invalid array index' exceptions. +kind of signal to be raised. @cindex @code{ctrap@var{MM}4} instruction pattern @item @samp{ctrap@var{MM}4}