Magellan Linux

Annotation of /trunk/nasm/patches/nasm-2.13.01-gcc8.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3206 - (hide annotations) (download)
Wed Aug 15 11:26:37 2018 UTC (5 years, 10 months ago) by niro
File size: 817 byte(s)
-fixed ftbfs with gcc-8
1 niro 3206 From 5eb1838b4d3752fd863d19442943983a2a5ee87c Mon Sep 17 00:00:00 2001
2     From: Cyrill Gorcunov <gorcunov@gmail.com>
3     Date: Sat, 10 Feb 2018 00:33:41 +0300
4     Subject: [PATCH] nasmlib: Drop unused seg_init
5    
6     The helper has been eliminated in 2c4a4d5810d0a59b033a07876a2648ef5d4c2859
7    
8     https://bugzilla.nasm.us/show_bug.cgi?id=3392461
9    
10     Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
11     ---
12     include/nasmlib.h | 2 --
13     1 file changed, 2 deletions(-)
14    
15     diff --git a/include/nasmlib.h b/include/nasmlib.h
16     index 79e866b5..fee1b5ea 100644
17     --- a/include/nasmlib.h
18     +++ b/include/nasmlib.h
19     @@ -191 +190,0 @@ int64_t readstrnum(char *str, int length, bool *warn);
20     - * seg_init: Initialise the segment-number allocator.
21     @@ -194 +192,0 @@ int64_t readstrnum(char *str, int length, bool *warn);
22     -void pure_func seg_init(void);
23     --
24     2.17.0
25