diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 21:07:48 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 21:07:48 +0000 |
commit | 376d874ca307abf96dfa8e3fe55525dd3a653cbd (patch) | |
tree | 443085bbef26bd8a5219872ec29de40632ee43a8 /libiberty/maint-tool | |
parent | f280d70a0d905342f64209a374fb28d5ce127792 (diff) | |
download | ppe42-gcc-376d874ca307abf96dfa8e3fe55525dd3a653cbd.tar.gz ppe42-gcc-376d874ca307abf96dfa8e3fe55525dd3a653cbd.zip |
* mpw-config.in: Remove.
* mpw-make.sed: Remove.
* mpw.c: Remove.
* Makefile.in (CFILES): Remove pex-mpw.c.
(CONFIGURED_OFILES): Remove pex-mpw.o.
(mpw.o, pex-mpw.o): Remove targets.
* maint-tool (undoc): Remove reference to mpw.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/maint-tool')
-rw-r--r-- | libiberty/maint-tool | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/maint-tool b/libiberty/maint-tool index bfc53042247..47fcd70ae64 100644 --- a/libiberty/maint-tool +++ b/libiberty/maint-tool @@ -145,7 +145,6 @@ sub undoc { next unless /^\# *define/; s/\# *define *//; } - next if $filename =~ /mpw\.c/; s/ VPARAMS//; s/ *\177.*//; |