From 0831b6be6a49a03b0d58e33ec6770e49d781c8a7 Mon Sep 17 00:00:00 2001 From: zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 11 Jun 2001 23:00:39 +0000 Subject: [PATCH] * POTFILES.in: Comment out config/float-*. No need to regenerate gcc.pot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43237 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/po/ChangeLog | 5 +++++ gcc/po/POTFILES.in | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index cf4b27c5d9cc..d26e53e0f8da 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,8 @@ +2001-06-11 Zack Weinberg <zackw@stanford.edu> + + * POTFILES.in: Comment out config/float-*. + No need to regenerate gcc.pot. + 2001-06-11 Zack Weinberg <zackw@stanford.edu> * gcc.pot: Regenerate, again. You go away for five minutes diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in index 41987a767184..0a00de15b52d 100644 --- a/gcc/po/POTFILES.in +++ b/gcc/po/POTFILES.in @@ -204,15 +204,15 @@ config/elfos.h config/elxsi/elxsi-protos.h config/elxsi/elxsi.c config/elxsi/elxsi.h -config/float-c4x.h -config/float-i128.h -config/float-i32.h -config/float-i386.h -config/float-i64.h -config/float-m68k.h -config/float-sh.h -config/float-sparc.h -config/float-vax.h +#config/float-c4x.h is part of the GCC library +#config/float-i128.h is part of the GCC library +#config/float-i32.h is part of the GCC library +#config/float-i386.h is part of the GCC library +#config/float-i64.h is part of the GCC library +#config/float-m68k.h is part of the GCC library +#config/float-sh.h is part of the GCC library +#config/float-sparc.h is part of the GCC library +#config/float-vax.h is part of the GCC library config/fp-bit.c config/fp-bit.h config/fr30/fr30-protos.h -- GitLab