X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=tools%2Fgas-preprocessor.pl;h=9787491ebb24fce7a94946225b730851a076190e;hp=082f71bd2f6ae950709706ecf7325c1dabecc592;hb=22ccf738dcfd79768da590e88b6ee70d5e78a21e;hpb=a53073ec52f5944c7833e176fec5ac49dc9e1e45 diff --git a/tools/gas-preprocessor.pl b/tools/gas-preprocessor.pl index 082f71bd..9787491e 100644 --- a/tools/gas-preprocessor.pl +++ b/tools/gas-preprocessor.pl @@ -121,6 +121,7 @@ while () { s/\.global/.globl/x; # also catch .section .rodata since the equivalent to .const_data is .section __DATA,__const s/(.*)\.rodata/.const_data/x; + s/\.bss/.data/x; s/\.int/.long/x; s/\.float/.single/x;