This commit is contained in:
parent
61084843f1
commit
41d842317c
@ -93,6 +93,18 @@
|
||||
if (fd < 0)
|
||||
return false;
|
||||
close(fd);
|
||||
--- libutil++/op_spu_bfd.cpp
|
||||
+++ libutil++/op_spu_bfd.cpp
|
||||
@@ -45,7 +45,8 @@ op_bfd::op_bfd(uint64_t spu_offset, stri
|
||||
archive_path(extra_images.get_archive_path()),
|
||||
extra_found_images(extra_images),
|
||||
file_size(-1),
|
||||
- embedding_filename(fname)
|
||||
+ embedding_filename(fname),
|
||||
+ anon_obj(false)
|
||||
{
|
||||
int fd;
|
||||
struct stat st;
|
||||
--- m4/binutils.m4
|
||||
+++ m4/binutils.m4
|
||||
@@ -8,11 +8,12 @@ AC_CHECK_FUNCS(xcalloc)
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 10:34:33 CET 2008 - schwab@suse.de
|
||||
|
||||
- Fix uninitialized variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 17:06:54 CEST 2008 - schwab@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ Group: Development/Tools/Other
|
||||
AutoReqProv: on
|
||||
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
||||
Version: 0.9.4
|
||||
Release: 47
|
||||
Release: 48
|
||||
Summary: System-Wide Profiler for Linux Systems
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
@ -146,6 +146,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libopagent.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 29 2008 schwab@suse.de
|
||||
- Fix uninitialized variable.
|
||||
* Thu Oct 23 2008 schwab@suse.de
|
||||
- Ignore section symbols.
|
||||
* Tue Oct 21 2008 schwab@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user