https://sourceware.org/bugzilla/show_bug.cgi?id=29856
Alan Modra changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=29823
Alan Modra changed:
What|Removed |Added
Target||riscv64-*-*
--
You are receiving this m
https://sourceware.org/bugzilla/show_bug.cgi?id=29822
Alan Modra changed:
What|Removed |Added
Target||i386-*-*
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=29666
Alan Modra changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=29376
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=27452
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
--
You are receivi
https://sourceware.org/bugzilla/show_bug.cgi?id=16523
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
--
You are receivi
https://sourceware.org/bugzilla/show_bug.cgi?id=29189
Alan Modra changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
Ever
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
Jose E. Marchesi changed:
What|Removed |Added
Last reconfirmed||2023-05-14
Assignee|unas
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #7 from Jose E. Marchesi ---
While implementing this in GNU poke [1] I noticed that the base64 value encoded
in ASCII after the // is mutilated, since in order to fit in six characters it
is omitting the trailing two padding charac
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #6 from Jose E. Marchesi ---
The LLVM code assumes big-endian.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #5 from Sven ---
This is the PE format specification by Microsoft:
https://learn.microsoft.com/en-us/windows/win32/debug/pe-format
It does not mention base64. It only mentions the decimal integer encoding with
one preceding slash.
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #4 from Sven ---
As I wrote, I did not find any specification.
This seems to be related: https://reviews.llvm.org/D118692
LLVM's COFF/Writer.cpp might be a good start.
I haven't looked into those, yet.
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #3 from Jose E. Marchesi ---
Regardless of the target endianness?
Is there a spec for this somewhere?
Otherwise, it would be good to look at llvm's PE support and make sure the
endianness is always big.
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
--- Comment #2 from Sven ---
//AAph7S is an example of a section name from the attached file. The part after
the two slashed decodes to the byte sequence 00 0a 61 ed. So i'm pretty sure,
the byte order is big endian.
--
You are receiving thi
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
Jose E. Marchesi changed:
What|Removed |Added
CC||jose.marchesi at oracle dot com
--
https://sourceware.org/bugzilla/show_bug.cgi?id=30444
Bug ID: 30444
Summary: Implementation of COFF/PE format lacks base64 support
(Extended COFF Object)
Product: binutils
Version: 2.38
Status: UNCONFIRMED
Sever
https://sourceware.org/bugzilla/show_bug.cgi?id=30376
--- Comment #7 from Pali Rohár ---
I did also another test. I took very simple resource file:
$ cat test-resource.rc
resource_name1 resource_type1 { "resource_string_data1" }
resource_name2 "resource_type2" { "resource_string_data2" }
"resour
https://sourceware.org/bugzilla/show_bug.cgi?id=30376
--- Comment #6 from Pali Rohár ---
Hello Nick! Now I tried your patch. Now it is better because windres can
compile its own generated rc file. But there are still issues.
I did more repeated conversions between binary and text file via these
https://sourceware.org/bugzilla/show_bug.cgi?id=30421
--- Comment #4 from LIU Hao ---
>From binutils/MAINTAINERS:
```
The home page for binutils is:
http://www.gnu.org/software/binutils/binutils.html
and patches should be sent to:
binut...@sourceware.org
```
--
You are receiving this
20 matches
Mail list logo