This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: problem with "make check" at tip of trunk
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Kirk Hays <khays at hayshaus dot com>
- Cc: binutils at sourceware dot org
- Date: Thu, 7 Apr 2011 01:19:56 +0000 (UTC)
- Subject: Re: problem with "make check" at tip of trunk
- References: <20110406215952.B2F021E00B9@linux-5b4h.site>
On Wed, 6 Apr 2011, Kirk Hays wrote:
> left a dangling ";;" around line 100, resulting in a label-less case:
>
> arm-*-vxworks) targ_emul=armelf_vxworks ;;
> arm*-*-conix*) targ_emul=armelf ;;
> ;;
Sorry for the problem, I've applied this patch to remove the stray ;;.
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog,v
retrieving revision 1.2306
diff -u -r1.2306 ChangeLog
--- ChangeLog 6 Apr 2011 17:09:52 -0000 1.2306
+++ ChangeLog 7 Apr 2011 01:19:03 -0000
@@ -1,3 +1,7 @@
+2011-04-07 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.tgt: Remove stray ;;.
+
2011-04-06 Joseph Myers <joseph@codesourcery.com>
* configure.tgt (thumb-*-linux-* | thumb-*-uclinux*,
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.243
diff -u -r1.243 configure.tgt
--- configure.tgt 6 Apr 2011 17:09:53 -0000 1.243
+++ configure.tgt 7 Apr 2011 01:19:03 -0000
@@ -97,7 +97,6 @@
;;
arm-*-vxworks) targ_emul=armelf_vxworks ;;
arm*-*-conix*) targ_emul=armelf ;;
- ;;
avr-*-*) targ_emul=avr2
targ_extra_emuls="avr1 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega1 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7"
;;
--
Joseph S. Myers
joseph@codesourcery.com