forked from Imagelibrary/binutils-gdb
Fix for failing gdb.base/auxv.exp on Linux
This commit is contained in:
@@ -246,6 +246,8 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
|
||||
break;
|
||||
}
|
||||
++ents;
|
||||
if (type == AT_NULL)
|
||||
break;
|
||||
}
|
||||
|
||||
xfree (data);
|
||||
|
||||
Reference in New Issue
Block a user