This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] remove score-* support


On Thu, Oct 16, 2014 at 11:45:37PM +0200, Matthias Klose wrote:
> Am 03.10.2014 um 17:35 schrieb Jeff Law:
> > On 10/03/14 08:50, tsaunders@mozilla.com wrote:
> >> From: Trevor Saunders <tsaunders@mozilla.com>
> >>
> >> Hi,
> >>
> >> It was obsoleted back in 2011, so we're good to remove it.
> >>
> >> bootstrapped + regtested x86_64-unknown-linux-gnu, and checked configure
> >> doesn't recognize score-elf. Ok?
> >>
> >> Trev
> >>
> >> libgcc/ChangeLog:
> >>
> >> 2014-09-10  Trevor Saunders  <tsaunders@mozilla.com>
> >>
> >>     * config.host: Remove support for score-*.
> >>
> >> contrib/ChangeLog:
> >>
> >> 2014-09-10  Trevor Saunders  <tsaunders@mozilla.com>
> >>
> >>     * compare-all-tests: Don't test score-*.
> >>     * config-list.mk: Likewise.
> >>
> >> gcc/ChangeLog:
> >>
> >> 2014-09-10  Trevor Saunders  <tsaunders@mozilla.com>
> >>
> >>     * common/config/score/score-common.c: Remove.
> >>     * config.gcc: Remove support for score-*.
> >>     * config/score/constraints.md: Remove.
> >>     * config/score/elf.h: Remove.
> >>     * config/score/predicates.md: Remove.
> >>     * config/score/score-conv.h: Remove.
> >>     * config/score/score-generic.md: Remove.
> >>     * config/score/score-modes.def: Remove.
> >>     * config/score/score-protos.h: Remove.
> >>     * config/score/score.c: Remove.
> >>     * config/score/score.h: Remove.
> >>     * config/score/score.md: Remove.
> >>     * config/score/score.opt: Remove.
> >>     * doc/md.texi: Don't document score-*.
> > OK.
> > Jeff
> 
> removed the empty directories
> 
>   common/config/score
>   config/score
> 
> committed as abvious.

yeah, thanks, I really need to remember to learn to do that with
git-svn.

Trev

> 
>   Matthias
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]