]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libsframe: use const char * consistently for immutable FRE buffers
authorIndu Bhagat <indu.bhagat@oracle.com>
Fri, 26 May 2023 06:44:02 +0000 (23:44 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Fri, 26 May 2023 06:44:02 +0000 (23:44 -0700)
commit812d868850126d8e791795c7e248ffbf580925f6
treea7ce82476f432ae6f29a5dabf3767a997bd1c1b6
parente80578bea749c35ac9222bf86c112f408ce8a55b
libsframe: use const char * consistently for immutable FRE buffers

libsframe/
        * sframe.c (sframe_decode_fre): Use const char * datatype when
handling buffer containing the FREs.
(sframe_fre_get_end_ip_offset): Likewise.
(sframe_find_fre): Likewise.
(sframe_decoder_get_fre): Likewise.
libsframe/sframe.c