This was fixed with commit 907b52f4ceb6 2022-10-03.
--
Alan Modra
Australia Development Lab, IBM
Hello,
I stumbled upon the following error when reading data from a file that has
no section header table.
The file I tested has the `e_shoff` and `e_shnum` members set to zero in
the ELF header, which are the expected values when the file has no section
header table (according to e.g. "gABI" doc
Hello,
I stumbled upon the following error when reading data from a file that has
no section header table.
The file I tested has the `e_shoff` and `e_shnum` members set to zero in
the ELF header, which are the expected values when the file has no section
header table (according to e.g. "gABI" doc
Updates:
Labels: Deadline-Approaching
Comment #2 on issue 55955 by sheriffbot: binutils:fuzz_strings: Out-of-memory
in fuzz_strings
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55955#c2
This bug is approaching its deadline for being fixed, and will be automatically
derestricted
https://sourceware.org/bugzilla/show_bug.cgi?id=30426
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--
You are rece
https://sourceware.org/bugzilla/show_bug.cgi?id=16566
--- Comment #8 from jon at beniston dot com ---
test.c:
void func() {
}
int main() {
func();
return 0;
}
Compile with:
arm-eabi-gcc test.c -o test.exe -Xlinker -Map=arm.map -flto -Xlinker
--print-map-locals
With the bfd_link_hash_
https://sourceware.org/bugzilla/show_bug.cgi?id=30145
--- Comment #4 from Pali Rohár ---
So it looks like that IMAGE_SCN_MEM_READ characteristic is always added,
IMAGE_SCN_MEM_WRITE characteristic is added only when readonly flag is not
specified. And other flags add following characteristics:
a
https://sourceware.org/bugzilla/show_bug.cgi?id=30359
--- Comment #12 from Pali Rohár ---
This new linker script works fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30343
Alan Modra changed:
What|Removed |Added
CC|amodra at gmail dot com|
Assignee|unassigned at