From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13793 invoked by alias); 2 Apr 2011 17:16:55 -0000 Received: (qmail 13784 invoked by uid 22791); 2 Apr 2011 17:16:53 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausxipps301.us.dell.com (HELO ausxipps301.us.dell.com) (143.166.148.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Apr 2011 17:16:50 +0000 X-Loopcount0: from 10.152.240.141 Subject: Re: Target header etc. cleanup patch Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Paul Koning In-Reply-To: Date: Sat, 02 Apr 2011 17:16:00 -0000 Cc: Content-Transfer-Encoding: quoted-printable Message-Id: <5EC22C6E-0B0F-44C6-B0E2-98A70A7C7162@dell.com> References: To: "Joseph S. Myers" X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00132.txt.bz2 On Apr 2, 2011, at 1:05 PM, Joseph S. Myers wrote: > In the course of trying to work out exactly what target macros there > are, I came across various oddities in target headers (and a few in > target .c files) that are fixed by this patch.... >=20 > * Testing showed that IRA_COVER_CLASSES had not been removed from > pdp11.h when it was removed from other targets, so I removed it in > this patch so that the other pdp11.h change could be tested. ... I did not realize that IRA_COVER_CLASSES had gone away. What replaces it? = It wasn't that long ago that I put it in because it seemed that up to date= targets were supposed to have this (and the internals manual implied as mu= ch). PDP11 looks good, thanks. paul