binutils-2.16.93 test result

2006-06-02 Thread Joseph
I use x86 solaris 10.make[1]: Entering directory `/export/home/yjs/binutils-2.16.93'make[2]: Entering directory `/export/home/yjs/binutils-2.16.93/bfd'Making check in docmake[3]: Entering directory `/export/home/yjs/binutils-2.16.93/bfd/doc'make[3]: Nothing to be done for `check'.make[3]: Leaving d

binutils-060602 test result

2006-06-02 Thread Joseph
I use x86 solaris10.make[1]: Entering directory `/export/home/yjs/binutils-060602'make[2]: Entering directory `/export/home/yjs/binutils-060602/bfd'Making check in docmake[3]: Entering directory `/export/home/yjs/binutils-060602/bfd/doc'make[3]: Nothing to be done for `check'.make[3]: Leaving direc

Re: ARMV7a: selected processor does not support requested special purpose register

2022-10-04 Thread Joseph Myers
0I (v6 ARM) is still online: https://documentation-service.arm.com/static/5f8dacc8f86e16515cdb865a -- Joseph S. Myers jos...@codesourcery.com

Re: elf(5) and ld.so(8): DT_RPATH deprecated - really?

2024-04-22 Thread Joseph Myers
ve exactly the same binaries that would eventually be used in the root filesystem of the target in production, it would not be appropriate to set DT_RUNPATH in any of those binaries). -- Joseph S. Myers josmy...@redhat.com

Re: ld option -rdynamic not documented

2010-12-18 Thread Joseph S. Myers
ot an ld option and --export-dynamic is not a gcc option. -rdynamic is already documented in the GCC manual. -- Joseph S. Myers jos...@codesourcery.com ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

Re: [PATCH] don't crash on overflow on hppa64

2011-07-27 Thread Joseph S. Myers
t;%B(%A+0x%lx): cannot reach %s"), > + (_("%B(%A+0x%llx): cannot reach %s"), %llx isn't portable to all hosts (MinGW in particular). Can you use BFD_VMA_FMT with bfd_vma as your type? -- Joseph S. Myers jos...@codesourcery.com __

[Bug ld/4966] linker incorrectly prepends sysroot to absolute path

2008-04-02 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2008-04-03 03:36 --- Subject: Re: linker incorrectly prepends sysroot to absolute path Thank you for your message. I am away from my email from 3 to 7 April. Messages sent before 3 April will be read before I go away

[Bug binutils/14768] Checklist: Binutils Migration To Git

2012-10-25 Thread joseph at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #1 from joseph at codesourcery dot com 2012-10-25 22:06:51 UTC --- My past messages to the various lists discuss the relevant issues. I still think a combined binutils+gdb git repository (without any of the other pieces from the

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-08-30 Thread joseph at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #17 from joseph at codesourcery dot com --- On Fri, 30 Aug 2013, hp at sourceware dot org wrote: > * Git migrations and work-flow offered for remaining projects > (like newlib and cgen). That should be in the form: docum

[Bug binutils/17531] readelf crashes on fuzzed samples

2015-01-12 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #69 from joseph at codesourcery dot com --- On Mon, 12 Jan 2015, cvs-commit at gcc dot gnu.org wrote: > (xcalloc2): New function. Like xcalloc, but checks for overflow. > * dwarf.h (xcalloc2): Prototype.

[Bug gas/18198] On ARM, instruction and data endianness cannot differ

2015-04-03 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18198 --- Comment #1 from joseph at codesourcery dot com --- The way this works is that you assemble with -EB (both instructions and data big-endian) and then link with --be8 (which reverses the endianness of instructions back to little-endian

[Bug gas/18826] REL vs RELA relocations by default in the ARM backend

2015-08-14 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18826 --- Comment #1 from joseph at codesourcery dot com --- In principle BFD supports mixed REL / RELA relocations in a single input object file. I think the tic6x back end supports it, for example (or at least was meant to, but it's a

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #11 from joseph at codesourcery dot com --- On Mon, 12 Oct 2015, sch...@linux-m68k.org wrote: > I'd expect the option's default to be os-dependent, not arch-dependent. I agree, as I said in <https://sourceware

[Bug ld/19356] unwind stack failed if stack including syscall on armv7

2015-12-14 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19356 --- Comment #3 from joseph at codesourcery dot com --- If the .os file for syscall that was linked into libc.so did not have unwind info or had correct unwind info, but libc.so applies unwind info from another function to syscall, then the

[Bug gprof/28962] libcollector: Error: invalid attempt to declare external version name as default in symbol `posix_spawn@@GLIBC_2.15

2022-03-14 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28962 --- Comment #1 from joseph at codesourcery dot com --- Code defining versioned symbols should use the symver attribute to define those symbols when available (when compiling with GCC 10 and later), instead of inline asm, to be compatible

[Bug binutils/29312] Stack overflow in demangle_const() and demangle_path_maybe_open_generics(), cxxfilt

2022-07-01 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29312 --- Comment #7 from joseph at codesourcery dot com --- On Fri, 1 Jul 2022, nickc at redhat dot com wrote: > Good news: The bug has already been reported: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105039 > > Ba

[Bug ld/22962] [RISCV] add abi subdirectories support to ld

2018-03-14 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22962 --- Comment #6 from joseph at codesourcery dot com --- STARTFILE_PREFIX_SPEC may be needed for the reasons I described in <https://gcc.gnu.org/ml/gcc/2016-12/msg00013.html> - the combination of sysroot suffixes with MULTILIB_OSDIRNAME

[Bug ld/22962] [RISCV] add abi subdirectories support to ld

2018-03-15 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22962 --- Comment #10 from joseph at codesourcery dot com --- Again, the quoted error is about a search that uses -rpath-link paths but *not* -L paths. GCC uses the right -L paths automatically, but LIBPATH_SUFFIX settings in binutils are needed

[Bug ld/23567] much larger static binaries compared to a few months ago

2018-08-23 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23567 --- Comment #9 from joseph at codesourcery dot com --- I believe the security reason for separate-code is the risk that rodata could contain byte patterns that can be used as a Spectre gadget if branch predication state is manipulated so

[Bug binutils/23731] Building from git issues Ubuntu

2018-10-03 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23731 --- Comment #4 from joseph at codesourcery dot com --- The purpose of "missing" as explained in the automake manual isn't to replace the missing tools, just to give a more informative error message about them being missin

[Bug admin/27299] git hooks should not require ISO-8859-15 encoding in git logs

2021-01-31 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27299 --- Comment #1 from joseph at codesourcery dot com --- If you don't want that check then set no-rh-character-range-check = true in the hooks configuration (the file project.config on ref refs/meta/config), a feature added at my request

[Bug gas/27519] GNU AS does not support SUBSPL syntax

2021-03-05 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27519 --- Comment #1 from joseph at codesourcery dot com --- You should use the ".syntax unified" directive. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/13125] readelf exits 0 when DWARF information requested but none present

2011-08-24 Thread joseph at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13125 --- Comment #3 from joseph at codesourcery dot com 2011-08-24 15:25:49 UTC --- I've certainly used readelf in scripts to process lots of ELF files, some of which may have debug info and some of which may not, the idea being to process