expected output of the backtrace commands.
+2006-08-10 Joel Brobecker <brobecker@adacore.com>
+ Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.base/step-bt.exp: Make hexadecimal address optional in
+ expected output of the backtrace commands.
+
2006-08-09 Joel Brobecker <brobecker@adacore.com>
* gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
"step first instruction"
gdb_test "bt" \
- "#0 +0x\[0-9a-z\]+ in hello .*#1 +0x\[0-9a-z\]* in main.*" \
+ "#0 +(0x\[0-9a-z\]+ in )?hello .*#1 +(0x\[0-9a-z\]* in )?main.*" \
"backtrace after first instruction step"
gdb_test "stepi" \
"step second instruction"
gdb_test "bt" \
- "#0 +0x\[0-9a-z\]+ in hello .*#1 +0x\[0-9a-z\]* in main.*" \
+ "#0 +(0x\[0-9a-z\]+ in )?hello .*#1 +(0x\[0-9a-z\]* in )?main.*" \
"backtrace after second instruction step"