diff options
Diffstat (limited to 'usr/src/cmd/sgs/elfedit/common/elfconst.c')
-rw-r--r-- | usr/src/cmd/sgs/elfedit/common/elfconst.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/elfedit/common/elfconst.c b/usr/src/cmd/sgs/elfedit/common/elfconst.c index 0ee1e7158d..b550222a9a 100644 --- a/usr/src/cmd/sgs/elfedit/common/elfconst.c +++ b/usr/src/cmd/sgs/elfedit/common/elfconst.c @@ -22,6 +22,8 @@ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2022 Oxide Computer Company */ #include <stdlib.h> @@ -411,6 +413,7 @@ init_libconv_strings(conv_iter_osabi_t *osabi, Half *mach) LC_MACH(ELFEDIT_CONST_HW1_SUNW, conv_iter_cap_val_hw1); LC(ELFEDIT_CONST_SF1_SUNW, conv_iter_cap_val_sf1); LC_MACH(ELFEDIT_CONST_HW2_SUNW, conv_iter_cap_val_hw2); + LC_MACH(ELFEDIT_CONST_HW3_SUNW, conv_iter_cap_val_hw3); #undef LC #undef LC_OS |