stekern | hmm, no wonder globals in shared libraries was acting up, I had the R_OR1K_COPY and R_OR1K_GLOB_DAT defines mixed up in uClibc... | 20:18 |
---|---|---|
stekern | hmm, still not quite right though, now it's acting up when the shared library is trying to read it, but ok in the main exe (before it was the other way around) | 20:29 |
stekern | ah, ofcourse it is, I'm only loading the pointer to it from the got entry, not the value | 20:46 |
stekern | (in a handrolled asm, llvm doesn't emit loading from the got table correctly yet) | 20:47 |
stekern | yay, now it works! | 20:48 |
-!- jemarch` is now known as jemarch | 20:57 | |
stekern | wonder if 8K got entries is enough...? | 23:08 |
stekern | that limit is handy, because then it's possible to do the load with a single l.lwz rD, got(offset)(got_pointer) | 23:10 |
stekern | currently 16K is the "hard limit", but then we need to do a: l.ori rD, r0, got(offset); l.add rD, rD, got_pointer; l.lwz rD, 0(rD); | 23:14 |
stekern | juliusb: idea for or2k, l.lwz rD, rA(rB) | 23:21 |
stekern | nothing revolutionary, but useful in some cases | 23:22 |
olofk | openocd fails to bootstrap with automake 1.11. How do I force it to use 1.10? autotools help needed! | 23:22 |
stekern | don't look at me, autotools is my nemesis =) | 23:25 |
stekern | but usually the dists has some mechanism to handle that | 23:26 |
stekern | for example, on ubuntu /usr/bin/automake -> /etc/alternatives/automake | 23:27 |
stekern | and /etc/alternatives/automake -> /usr/bin/automake-1.11 | 23:28 |
olofk | Nevermind. Found a way to make it work instead. Seems far easier than upsetting autotools | 23:29 |
stekern | =) | 23:30 |
stekern | olofk: thanks for breaking my monologue before it filled a whole page btw ;) | 23:32 |
olofk | stekern: no problems. I'm here if you need someone to talk to :) | 23:33 |
_franck_ | me too ;) | 23:33 |
stekern | heh | 23:33 |
olofk | I usually turn to Dr. Sbaitso when I feel lonely | 23:33 |
stekern | oh the memories | 23:34 |
_franck_ | http://en.wikipedia.org/wiki/Dr._Sbaitso | 23:34 |
_franck_ | I didn't know this one :) | 23:35 |
olofk | I used to make him freak out so he dumped a lot of text and said "Parity Error" | 23:35 |
stekern | every Swede I know who is familiar with Dr Sbaitso have used the phrase "Jag ar en hora" in it, olofk will you break it? | 23:36 |
olofk | stekern: Sorry to disappoint you. Maybe I was adopted | 23:36 |
stekern | darn | 23:36 |
olofk | Maybe I didn't have the same issues as you and your friends :P | 23:38 |
stekern | ah, but no, it wasn't in Dr Sbaitso, it was in the speak synthesis on the Amiga 500 | 23:38 |
stekern | yeah, I guess promiscuity have always been considered a virtue among my friends... | 23:40 |
olofk | slut | 23:44 |
stekern | thanks | 23:52 |
olofk | Is gdb supported in the or1k toolchain btw? I've been out of the loop for some time | 23:53 |
stekern | don't thinks so | 23:54 |
stekern | -s | 23:54 |
stekern | I'm still using or32-*-gdb at least | 23:59 |
olofk | Me too | 23:59 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!