HP-UX Reference (11i v2 07/12) - 1 User Commands A-M (vol 1)

f
footprints(1) footprints(1)
Total size: 425.8K (text) 24.8K (data)
version [A.06.11/ANSI C 51]
architecture [ipf32 51]
-O [01 1] [02 50]
PBO [off 51]
-g [off 51]
debugopt [off 51]
+Ointeger_overflow [moderate 51]
+Olit [const 51]
+eh [off 51]
-fpeval [float 51]
-inline [1 1] [2 50]
-link_type [dynamic 51]
-mt [(off) 51]
-rodata [cond 51]
...
The version line shows that all 51 compilation units were compiled with Version A.06.11 of the ANSI C
compiler. The architecture line shows that the application was compiled for Integrity systems
(Itanium(R) Product Family) in the 32-bit data model.
The -O line shows that one compilation unit was compiled at the default level of optimization (level 01),
and the other 50 were compiled at level 02. According to the PBO line, all 51 were compiled without
profile-based optimization.
The -g line shows that no compilation units were compiled with the symbolic debug option. Otherwise, the
debugopt line would show the number of compilation units compiled with various combinations of sym-
bolic debug and higher optimization levels.
For on/off options like -mt, settings listed in parentheses represent a default setting not overridden by a
compiler option.
Many of the options in the footprint record do not correspond directly to a command-line compiler switch,
or have a different spelling, and are included in this report for use by HP support and lab engineers. See
cc(1) for a description of supported command-line switches.
AUTHOR
footprints was developed by HP.
SEE ALSO
cc(1), elfdump(1), odump(1).
358 Hewlett-Packard Company 2 HP-UX 11i Version 2: December 2007 Update