[Bug binutils/25202] objcopy --verilog-data-width doesn't respect target's endianness
https://sourceware.org/bugzilla/show_bug.cgi?id=25202 Nick Clifton changed: What|Removed |Added Attachment #14470|0 |1 is obsolete|| --- Comment #23 from Nick Clifton --- Created attachment 14475 --> https://sourceware.org/bugzilla/attachment.cgi?id=14475&action=edit Proposed patch Right, here is version 4 of the patch. This is the same as version 3, except that now if you attempt to set the --verilog-data-width option to any value other than 1,2,4,8 or 16 you will get an informative error message and the objcopy will fail. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/29819] ld testsuite of --version-script relies on -L option
https://sourceware.org/bugzilla/show_bug.cgi?id=29819 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1 from Nick Clifton --- Hi Martin, > Is it something documented or specified? Yes, although it is not obvious/highlighted. The linker documentation for the -L option states: "Add path searchdir to the list of paths that ld will search for archive libraries and ld control scripts." A version script does count as a control script in this case, so the -L option does affect searches for them. I assume that you would like some clearer documentation on this ? If so, do you have a suggestion for better wording ? Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.