mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add missing newline after unknown MIPS-specific dynamic entries.
Reviewed by: emaste Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D12384
This commit is contained in:
parent
dda1cfcf59
commit
9fb35c8d7b
1 changed files with 3 additions and 0 deletions
|
|
@ -2695,6 +2695,9 @@ dump_arch_dyn_val(struct readelf *re, GElf_Dyn *dyn)
|
|||
case DT_MIPS_TIME_STAMP:
|
||||
printf(" %s\n", timestamp(dyn->d_un.d_val));
|
||||
break;
|
||||
default:
|
||||
printf("\n");
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue