summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-02 19:25:51 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-02 19:25:51 +0000
commitf15398ef83e74b78224f5ee63ff6ef658c8fc6d8 (patch)
tree844771c346e0d17d117a8e67a3b33a1a842ce2a4 /bfd
parentcad2898553520b6686438a456f6a4b53cba32096 (diff)
downloadppe42-binutils-f15398ef83e74b78224f5ee63ff6ef658c8fc6d8.tar.gz
ppe42-binutils-f15398ef83e74b78224f5ee63ff6ef658c8fc6d8.zip
* config.bfd: Move obsolete entries out of the range of the
targmatch sed script.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/config.bfd21
2 files changed, 18 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2cb6fee54e..459b569a03 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2003-06-02 Daniel Jacobowitz <drow@mvista.com>
+ * config.bfd: Move obsolete entries out of the range of the
+ targmatch sed script.
+
+2003-06-02 Daniel Jacobowitz <drow@mvista.com>
+
* config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2003-05-31 Jakub Jelinek <jakub@redhat.com>
diff --git a/bfd/config.bfd b/bfd/config.bfd
index a571fff4f8..65ae17768b 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -68,8 +68,21 @@ esac
# Make sure that the left side always has two dashes. Otherwise you
# can get spurious matches. Even for unambiguous cases, do this as a
# convention, else the table becomes a real mess to understand and maintain.
+#
+# Keep obsolete entries above the START comment, to keep them out of
+# targmatch.h.
case "${targ}" in
+ mips*-dec-bsd*)
+ echo "This target is obsolete and has been removed."
+ exit 1
+ ;;
+
+ mips*-*-pe*)
+ echo "This target is obsolete and has been removed."
+ exit 1
+ ;;
+
# START OF targmatch.h
#ifdef BFD64
alpha*-*-freebsd*)
@@ -718,10 +731,6 @@ case "${targ}" in
targ_defvec=bfd_elf32_bigmips_vec
targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec ecoff_big_vec ecoff_little_vec"
;;
- mips*-dec-bsd*)
- echo "This target is obsolete and has been removed."
- exit 1
- ;;
mips*-dec-mach3*)
targ_defvec=aout_mips_little_vec
targ_cflags=-DSTAT_FOR_EXEC
@@ -756,10 +765,6 @@ case "${targ}" in
targ_defvec=aout_mips_little_vec
targ_cflags=-DSTAT_FOR_EXEC
;;
- mips*-*-pe*)
- echo "This target is obsolete and has been removed."
- exit 1
- ;;
mips*-*-sysv4*)
targ_defvec=bfd_elf32_tradbigmips_vec
targ_selvecs="bfd_elf32_tradlittlemips_vec ecoff_big_vec ecoff_little_vec"
OpenPOWER on IntegriCloud