Alexey Brodkin

Results 107 comments of Alexey Brodkin

For the record, the same is easily reproduced for ARCv2 w/o 64-bit loads/stores (i.e. w/o `-mll64` - in case of 64 bit loads/stores instead of calls to `memcpy()` data gets...

@shahab-vahedi well looking at real execution trace that's what I may reconstruct: 1. `memcpy(dest = 0x81057da4, src = 0x812f82e0, size = 0x5c = 92)` 2. `memcpy(dest = 0x81057d48, src =...

@linun77 could you please provide more information on how that same problem could be reproduced on our side? I.e. which project you're building, from which sources (preferably with mention of...

@pavelvkozlov indeed KGDB on ARCv3 requires more testing. What we have now is what was done primarily for ARCompact & ARCv2 back in the day.

@keith-packard so is that an issue due to misbehavior of GCC for ARC?

Ok, so then it's GNU LD which does something wrong? ;) Anyway, my question really was if you need any help with that from ARC toolchain people?

@claziss do you have any ideas what might be wrong here with TLS?

Hm, looks like we don't need these headers in Newlib in the first place, as compilers provide its own versions which are known to work for them. See https://github.com/picolibc/picolibc/commit/7c9e9c3480a3e8c8ca1e8e20e4b90f0a38927ea1 &...

@jkiepert thanks for the report, let us look at what's wrong here. I'm wondering if this issue is blocking any important activities on your side, i.e. how soon that needs...

@kolerov could you please elaborate a bit on real issues you've faced with?