mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 15:42:52 +00:00
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
This commit is contained in:
parent
ba759613c3
commit
77d49ac627
@ -1,5 +1,7 @@
|
|||||||
2008-01-16 Mark Kettenis <kettenis@gnu.org>
|
2008-01-16 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
|
||||||
|
|
||||||
* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
|
* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
|
||||||
* value.c: All callers changed.
|
* value.c: All callers changed.
|
||||||
|
|
||||||
|
@ -208,6 +208,8 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
|
|||||||
_("Canonicalized file name given to execve"), str);
|
_("Canonicalized file name given to execve"), str);
|
||||||
TAG (AT_SUN_MMU, _("String for name of MMU module"), str);
|
TAG (AT_SUN_MMU, _("String for name of MMU module"), str);
|
||||||
TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex);
|
TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex);
|
||||||
|
TAG (AT_SUN_AUXFLAGS,
|
||||||
|
_("AF_SUN_ flags passed from the kernel"), hex);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf_filtered (file, "%-4s %-20s %-30s ",
|
fprintf_filtered (file, "%-4s %-20s %-30s ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user