forked from pool/binutils
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
IR references to warning symbols. [bso#16746] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=158
This commit is contained in:
parent
dc9e77e566
commit
e5c3143c60
14
binutils-2.24-bso16746.diff
Normal file
14
binutils-2.24-bso16746.diff
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/ld/ldmain.c b/ld/ldmain.c
|
||||||
|
index ffc9f84..71d41bf 100644
|
||||||
|
--- a/ld/ldmain.c
|
||||||
|
+++ b/ld/ldmain.c
|
||||||
|
@@ -1160,6 +1160,9 @@ warning_callback (struct bfd_link_info *info ATTRIBUTE_UNUSED,
|
||||||
|
asection *section,
|
||||||
|
bfd_vma address)
|
||||||
|
{
|
||||||
|
+ if (abfd->flags & BFD_PLUGIN)
|
||||||
|
+ return TRUE;
|
||||||
|
+
|
||||||
|
/* This is a hack to support warn_multiple_gp. FIXME: This should
|
||||||
|
have a cleaner interface, but what? */
|
||||||
|
if (! config.warn_multiple_gp
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -170,6 +171,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com
|
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
for GCC LTO objects. [bso#14698]
|
||||||
|
- Add binutils-2.24-bso16746.diff to shut off ld complaining about
|
||||||
|
IR references to warning symbols. [bso#16746]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
|
Patch25: binutils-2.24-bso16746.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
Loading…
Reference in New Issue
Block a user