<sorear>
systematized relocations? so the loongarch stack machine? *hides*
jacklsw has joined #riscv
jack_lsw has joined #riscv
jacklsw has quit [Ping timeout: 252 seconds]
jack_lsw has quit [Client Quit]
jacklsw has joined #riscv
jack_lsw has joined #riscv
<dh`>
I have not
<dh`>
xentrac: not sure what to add to make that clearer
jacklsw has quit [Ping timeout: 240 seconds]
<dh`>
basically that in addition to a lot of things being the same and therefore able to share infrastructure that doesn't currently exist, there are a lot of things that are almost the same and aren't the same only because someone didn't really know what they were doing when they set things up
<dh`>
and a stronger model would help avoid such semantic excursions in the future.
vagrantc has quit [Quit: leaving]
jwillikers has joined #riscv
<xentrac>
oh, right, I agree
jack_lsw has quit [Quit: Back to the real world]
jacklsw has joined #riscv
<dh`>
and if we ever manage to send elf down the memory hole, the next thing should have this stuff set up better
jack_lsw has joined #riscv
jwillikers has quit [Remote host closed the connection]
<xentrac>
haha
jacklsw has quit [Ping timeout: 240 seconds]
jack_lsw has quit [Quit: Back to the real world]
jacklsw has joined #riscv
<solrize>
ok bbl
solrize has quit [Ping timeout: 240 seconds]
davidlt has joined #riscv
bgamari has quit [Ping timeout: 240 seconds]
bgamari has joined #riscv
Xav101 has joined #riscv
davidlt has quit [Ping timeout: 252 seconds]
dlan has quit [Ping timeout: 252 seconds]
dlan has joined #riscv
Thalheim has quit [Ping timeout: 268 seconds]
hendursaga has quit [Remote host closed the connection]
hendursaga has joined #riscv
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #riscv
riff-IRC has quit [Remote host closed the connection]
Xav101 has quit [Ping timeout: 252 seconds]
riff-IRC has joined #riscv
Xav101 has joined #riscv
BOKALDO has joined #riscv
solrize has joined #riscv
<Xav101>
What's the pseudo-op to load from an absolute address in RISC-V?
adjtm has quit [Read error: Connection reset by peer]
adjtm has joined #riscv
<pierce>
Is anyone here a part of the Managed-Runtimes SIG?
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
mifr has quit [Ping timeout: 245 seconds]
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
mifr has joined #riscv
jonasbits has joined #riscv
mifr has quit [Ping timeout: 240 seconds]
jonasbits has quit [Ping timeout: 258 seconds]
frost has joined #riscv
jonasbits has joined #riscv
mifr has joined #riscv
jjido has joined #riscv
<nmeum>
I am trying to boot a vanilla 5.13.12 linux kernel on the hifive unmatched, everything works fine. however, when I try to load the macb ethernet driver using `modprobe macb` after "10090000.ethernet: Registered clk switch 'sifive-gemgxl-mgmt" has anbody an idea what might be causing this?
<nmeum>
*after the output of the aforementioned kernel message the kernel hangs
cp- has quit [Read error: Connection reset by peer]
rvalles has quit [Ping timeout: 240 seconds]
dlan has quit [Remote host closed the connection]
dlan has joined #riscv
jacklsw has joined #riscv
solrize has quit [Remote host closed the connection]
jjido has joined #riscv
winterflaw has quit [Remote host closed the connection]
jjido has quit [Client Quit]
winterflaw has joined #riscv
winterflaw has quit [Remote host closed the connection]
valentin has quit [Ping timeout: 258 seconds]
Xav101 has joined #riscv
BOKALDO has joined #riscv
valentin has joined #riscv
Xav101 has quit [Ping timeout: 268 seconds]
winterflaw has joined #riscv
hendursa1 has quit [Quit: hendursa1]
hendursaga has joined #riscv
dogukan has joined #riscv
pokes has quit [Remote host closed the connection]
valentin has quit [Quit: Leaving]
Xav101 has joined #riscv
jacklsw has quit [Quit: Back to the real life]
mahmutov has joined #riscv
Xav101 has quit [Ping timeout: 252 seconds]
vagrantc has joined #riscv
Xav101 has joined #riscv
<xentrac>
Xav101: yeah, .bss can only contain zeroes. there are some gas pseudo-ops that can help; .fill comes to mind. maybe read through the pseudo-ops section
<xentrac>
or yeah .ds as enthusi pointed out
<Xav101>
.ds seems ok for now, lemme check fill
<Xav101>
is that RISC-V or is that just gas?
<xentrac>
just gas
<xentrac>
maybe just AT&T-style assemblers in general
<Xav101>
Are the .word, .hword, .byte things RISC-V directives? I see them mentioned in RISC-V asm manuals but I don't think I've seen them in any GNU as manual
<dh`>
every assembler has some selection of those, gas included
Xav101 has quit [Ping timeout: 248 seconds]
<dh`>
and you can't put nonzero values in .bss, you want .data
jjido has joined #riscv
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]