mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-18 17:24:31 -04:00
@@ -1,3 +1,8 @@
|
||||
2014-12-18 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* configure.ac: Set version to 0.161.
|
||||
* NEWS: Add dwarf.h additions.
|
||||
|
||||
2014-12-15 Josh Stone <jistone@redhat.com>
|
||||
|
||||
* .gitignore: Add config/compile as installed by automake 1.14.
|
||||
|
||||
@@ -7,6 +7,8 @@ libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
|
||||
dwarf_getmacros_off, dwarf_macro_getsrcfiles,
|
||||
dwarf_macro_getparamcnt, and dwarf_macro_param are available
|
||||
for more generalized inspection of macros and their parameters.
|
||||
dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
|
||||
DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
|
||||
|
||||
Version 0.160
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2014-12-18 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* elfutils.spec.in: Update for 0.161.
|
||||
|
||||
2014-11-27 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* eu.am: Define textrel_msg, textrel_found and textrel_check based
|
||||
|
||||
@@ -196,6 +196,17 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/libelf.a
|
||||
|
||||
%changelog
|
||||
* Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1
|
||||
- libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
|
||||
dwarf_peel_type to also provide the sizes of qualified types.
|
||||
dwarf_getmacros will now serve either of .debug_macro and
|
||||
.debug_macinfo transparently. New interfaces dwarf_getmacros_off,
|
||||
dwarf_macro_getsrcfiles, dwarf_macro_getparamcnt, and
|
||||
dwarf_macro_param are available for more generalized inspection of
|
||||
macros and their parameters.
|
||||
dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
|
||||
DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
|
||||
|
||||
* Mon Aug 25 2014 Mark Wielaard <mjw@redhat.com> 0.160-1
|
||||
- libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
|
||||
dwarf.h remove non-existing DW_TAG_mutable_type.
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ dnl GNU General Public License for more details.
|
||||
dnl
|
||||
dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
AC_INIT([elfutils],[0.160],[https://bugzilla.redhat.com/],[elfutils])
|
||||
AC_INIT([elfutils],[0.161],[https://bugzilla.redhat.com/],[elfutils])
|
||||
|
||||
AC_CONFIG_AUX_DIR([config])
|
||||
AC_CONFIG_FILES([config/Makefile])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2014-12-18 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* *.po: Update for 0.161.
|
||||
|
||||
2014-08-25 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* *.po: Update for 0.160.
|
||||
|
||||
Reference in New Issue
Block a user