forked from pool/syslinux
- fix section alignment (bsc#948445)
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=82
This commit is contained in:
parent
835a9249f3
commit
df642dfde0
11
syslinux-4.04-align.diff
Normal file
11
syslinux-4.04-align.diff
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- core/syslinux.ld
|
||||||
|
+++ core/syslinux.ld
|
||||||
|
@@ -263,7 +263,7 @@
|
||||||
|
__text_end = .;
|
||||||
|
}
|
||||||
|
|
||||||
|
- . = ALIGN(16);
|
||||||
|
+ . = ALIGN(32);
|
||||||
|
|
||||||
|
__rodata_vma = .;
|
||||||
|
__rodata_lma = __rodata_vma + __text_lma - __text_vma;
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 16 13:56:48 CET 2016 - snwint@suse.de
|
||||||
|
|
||||||
|
- fix section alignment (bsc#948445)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 16 09:41:32 CET 2016 - snwint@suse.de
|
Tue Feb 16 09:41:32 CET 2016 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ Patch14: %{name}-%{version}-timeout.diff
|
|||||||
Patch15: %{name}-%{version}-cache_fix.diff
|
Patch15: %{name}-%{version}-cache_fix.diff
|
||||||
Patch16: %{name}-%{version}-mtime.diff
|
Patch16: %{name}-%{version}-mtime.diff
|
||||||
Patch17: %{name}-%{version}-miniacc.diff
|
Patch17: %{name}-%{version}-miniacc.diff
|
||||||
|
Patch18: %{name}-%{version}-align.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,6 +89,7 @@ Authors:
|
|||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17
|
%patch17
|
||||||
|
%patch18
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
Loading…
Reference in New Issue
Block a user