mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-12 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
* ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
|
||||||
|
|
||||||
2008-08-12 Pedro Alves <pedro@codesourcery.com>
|
2008-08-12 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
Add no-ack mode to the remote protocol --- optionally stop ACKing
|
Add no-ack mode to the remote protocol --- optionally stop ACKing
|
||||||
|
@ -835,7 +835,7 @@ unsigned long ppc_linux_get_hwcap (void)
|
|||||||
{
|
{
|
||||||
CORE_ADDR field;
|
CORE_ADDR field;
|
||||||
|
|
||||||
if (target_auxv_search (¤t_target, AT_PLATFORM, &field))
|
if (target_auxv_search (¤t_target, AT_HWCAP, &field))
|
||||||
return (unsigned long) field;
|
return (unsigned long) field;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user