
Hello community, here is the log from the commit of package gdb checked in at Wed Apr 5 00:51:22 CEST 2006. -------- --- gdb/gdb.changes 2006-03-27 01:29:33.000000000 +0200 +++ gdb/gdb.changes 2006-04-04 21:49:05.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 4 21:48:43 CEST 2006 - schwab@suse.de + +- Relocate PIEs. + +------------------------------------------------------------------- New: ---- pie-relocate.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdb.spec ++++++ --- /var/tmp/diff_new_pack.CK7hOC/_old 2006-04-05 00:51:00.000000000 +0200 +++ /var/tmp/diff_new_pack.CK7hOC/_new 2006-04-05 00:51:00.000000000 +0200 @@ -21,7 +21,7 @@ Autoreqprov: on PreReq: %{install_info_prereq} Version: 6.4 -Release: 10 +Release: 11 %define gdb_version %(echo %version | sed s/_/-/) Summary: The GNU Debugger Source: gdb-%{gdb_version}.tar.bz2 @@ -34,6 +34,7 @@ Patch8: cflags-for-build.patch Patch9: observer-notify-inferior-created.diff Patch10: ppc-skip-prologue.patch +Patch11: pie-relocate.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -71,6 +72,7 @@ %patch8 %patch9 -p1 %patch10 -p1 +%patch11 %build CFLAGS="$RPM_OPT_FLAGS" \ @@ -126,6 +128,8 @@ %endif %changelog -n gdb +* Tue Apr 04 2006 - schwab@suse.de +- Relocate PIEs. * Mon Mar 27 2006 - schwab@suse.de - Handle .eh_frame register encoding that is different from .dwarf_frame. - Remove obsolete patch. ++++++ pie-relocate.diff ++++++ ++++ 679 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de