AArch64 generates functions without a prologue for these two testcases,
therefore we shouldn't expect the function location to be displayed with
an offset.
gdb/testsuite/ChangeLog:
2020-10-22 Luis Machado <luis.machado@linaro.org>
* gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
expected an offset from the function.
* gdb.base/msym-bp.exp (test): Likewise.
+2020-10-22 Luis Machado <luis.machado@linaro.org>
+
+ * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
+ expected an offset from the function.
+ * gdb.base/msym-bp.exp (test): Likewise.
+
2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.fortran/array-slices.exp: Add a new test.
} else {
test_info_break_2 \
"<foo@plt.*>" \
- "<foo\\+$decimal>"
+ "<foo(\\+$decimal)?>"
}
}
"in foo at .*msym-bp-shl-lib.c:$decimal"
} else {
test_info_break_2 \
- "<foo\\+$decimal>" \
- "<foo\\+$decimal>"
+ "<foo(\\+$decimal)?>" \
+ "<foo(\\+$decimal)?>"
}
}
}
"in foo at .*msym-bp-2.c:$decimal"
} else {
test_info_break_2 \
- "<foo\\+$decimal>" \
- "<foo\\+$decimal>"
+ "<foo(\\+$decimal)?>" \
+ "<foo(\\+$decimal)?>"
}
}
}