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=bd36656c7f40b57dae171d6935a873f224f60337;hpb=8ad07683d79468d24a5adf3eaf8150cd63982aeb;ds=sidebyside 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;