HP-UX 11i Version 1.5 Release Notes, May 2001
Table Of Contents
- 1 Overview of the Release Notes
- 2 Workstation/Server Specific Information
- 3 HP-UX Features
- 4 File and Disk Management
- 5 Networking
- 6 Commands and System Calls
- 7 Programming
- aC++ Libraries
- Changes to libc
- libcres.a Library
- New libdcekt.sl and libdcecpkt.sl Libraries
- New Linux Compatible API Library
- New locale Libraries
- New Unwind Library
- X11 Libraries
- SNMP
- Machine Dependent Headers
- Threadsafe Documentation
- Obsolescence and Deprecation of APIs
- Linker Toolset
- gprof Multiple Shared Library Profiling
- CXperf Performance Monitoring Support
- HP Caliper
- WDB Debugger Tool
- ADB Debugger Tool
- Fortran
- Packaging for Specific Releases
- 8 Other Functionality

Programming
New Unwind Library
Chapter 7108
• Functional equivalents to U_init_frame_record(),
U_resume_executionx(), and U_get_previous_frame_x() are
provided. The new interface does not require (and therefore does not
have functional equivalents to)
U_prep_frame_rec_for_unwind(),
U_update_state_vectorx(), and U_copy_frame_info().
Unwind Library Documentation
Information on entry points to the unwinder can be found on the unwind
(5) manual page.
Additional information about the generation and layout of unwind
information on Itanium-based systems, and about coding conventions for
producing unwindable code, but not about the unwind library itself, is
available in the Runtime Architecture documents listed below. These
documents can be found on the web at http://devresource.hp.com.
• Itanium Runtime Architecture and Software Conventions
• Runtime Supplement 32-Bit Runtime Architecture for HP-UX
• Runtime Supplement Program Startup on HP-UX
• Runtime Supplement Statically-Bound Programs on HP-UX