mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h
David Miller has not been shot yet AFAIK (yes, I googled for any news that may seem relevant and I poked him on twitter some days ago) so either nobody uses SPARC or the code is correct or nobody read the instructions in the comment to shoot him. In all of those cases the comment is clearly not useful, so getting rid of it.
This commit is contained in:
parent
2cdfa9e848
commit
d26db8fbb4
@ -1,3 +1,8 @@
|
|||||||
|
2017-05-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
|
||||||
|
Remove invalid comment.
|
||||||
|
|
||||||
2017-05-21 Zack Weinberg <zackw@panix.com>
|
2017-05-21 Zack Weinberg <zackw@panix.com>
|
||||||
|
|
||||||
* signal/Makefile (headers): Add bits/types/sigval_t.h.
|
* signal/Makefile (headers): Add bits/types/sigval_t.h.
|
||||||
|
@ -36,8 +36,6 @@ elf_machine_matches_host (const Elf32_Ehdr *ehdr)
|
|||||||
return 1;
|
return 1;
|
||||||
else if (ehdr->e_machine == EM_SPARC32PLUS)
|
else if (ehdr->e_machine == EM_SPARC32PLUS)
|
||||||
{
|
{
|
||||||
/* XXX The following is wrong! Dave Miller rejected to implement it
|
|
||||||
correctly. If this causes problems shoot *him*! */
|
|
||||||
#ifdef SHARED
|
#ifdef SHARED
|
||||||
return GLRO(dl_hwcap) & GLRO(dl_hwcap_mask) & HWCAP_SPARC_V9;
|
return GLRO(dl_hwcap) & GLRO(dl_hwcap_mask) & HWCAP_SPARC_V9;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user