X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;fp=sect.c;h=c00a9d6990bb2635928ec0b54b3ff87bcc95989d;hp=f24c8c13312193eda4b81c4e9698322118d38099;hb=5b53a2a9e5340f11db9670cda34c4da4fd19ea85;hpb=d000ce6bab53cf40e7fdde28f668b2a52d988520 diff --git a/sect.c b/sect.c index f24c8c1..c00a9d6 100644 --- a/sect.c +++ b/sect.c @@ -463,7 +463,7 @@ int ResolveFixups(int sno) if ((CHECK_OPTS(OPT_PC_RELATIVE)) && (eattr & (DEFINED | REFERENCED | EQUATED)) == (DEFINED | REFERENCED)) { - error("relocation not allowed when o10 is enabled"); + error("relocation not allowed when o30 is enabled"); continue; } } @@ -475,7 +475,7 @@ int ResolveFixups(int sno) if ((CHECK_OPTS(OPT_PC_RELATIVE)) && (eattr & (DEFINED | REFERENCED | EQUATED)) == (DEFINED | REFERENCED)) { - error("relocation not allowed when o10 is enabled"); + error("relocation not allowed when o30 is enabled"); continue; } @@ -589,7 +589,7 @@ int ResolveFixups(int sno) *locp = 0x71; if (optim_warn_flag) - warn("bra.s with zero offset converted to NOP"); + warn("o6: bra.s with zero offset converted to NOP"); continue; }