diff options
| author | Roland McGrath <[email protected]> | 2009-07-22 13:55:50 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-07-22 13:56:32 -0700 |
| commit | af80014e49796185298dfb261ddf1e51d98f25c0 (patch) | |
| tree | a6bc2fc9bbf16990c953ff83a7533c9654f3ce01 /libdw/libdwP.h | |
| parent | fa1d4447b16f16ff9056a24163b175fcbc3a57cf (diff) | |
Rejigger calling conventions for dwarf_frame_{cfa,register}.
Diffstat (limited to 'libdw/libdwP.h')
| -rw-r--r-- | libdw/libdwP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 5c39b585..a8f39247 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -423,9 +423,10 @@ extern int __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, unsigned int address_size, void **cache, const Dwarf_Block *block, + bool valuep, Dwarf_Op **llbuf, size_t *listlen, int sec_index) - __nonnull_attribute__ (4, 5, 6, 7) internal_function; + __nonnull_attribute__ (4, 5, 7, 8) internal_function; /* Return error code of last failing function call. This value is kept |
