Reported by Jim Ingham <jingham@apple.com>:
	* gdb.base/annota1.exp: Match at least one occurrence of the
	signal handler annotation.
+2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
+
+       Reported by Jim Ingham <jingham@apple.com>:
+       * gdb.base/annota1.exp: Match at least one occurrence of the
+       signal handler annotation.
+
 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
 
         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
 
 verbose "match_max now is: [match_max]"
 send_gdb "backtrace\n"
 gdb_expect {
-    -re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)*\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" {
+    -re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)+\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" {
        pass "backtrace @ signal handler"
     }
     -re ".*$gdb_prompt$"   { fail "backtrace @ signal handler" }