[Bug binutils/23699] ihex output fails for mipsel-elf-objcopy

2018-10-02 Thread sowaac.rhn at porcupinefactory dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23699 --- Comment #5 from rhn --- Yes, the ihex bfd is the output bfd. Thank you for pointing me the right direction with ihex_set_section_contents(). It turns out that the last time the input section/bfd may be access is in copy_section(), when

[Bug binutils/23699] ihex output fails for mipsel-elf-objcopy

2018-10-02 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23699 --- Comment #4 from Nick Clifton --- Hi rhn, (In reply to rhn from comment #3) > the target bfd is actually bfd_target_ihex_flavor, which is at the core of > the issue. Presumably this is the output bfd. Do you not have access to the

[Bug ld/23727] ld with custom sysroot ignores original rpath

2018-10-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23727 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

RE: Fwd: build u-boot failed with config CONFIG_ARMV8_PSCI by aarch linux gcc 8.1

2018-10-02 Thread Renlin Li
Hi Meng, Thanks for raising the issue! I could reproduce the issue with the information you gave. It seems to me that, the change I made earlier catches an issue here. in /arch/arm/cpu/armv8/psci.S */* PSCI function and ID table definition*/* *#define PSCI_TABLE(__id, __fn) \* * .word __id; \*