X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-pdp11.c;h=1230daee34bc11f6d619d69b66a0e68baf8eda35;hb=f16c3d4f137ae02fab0982782b2e1c2b2afc8583;hp=9a2497872455b9aad390638259e23889be5503d6;hpb=fe0e921f00237abd926cd9efaeedf758b17170de;p=binutils-gdb.git diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c index 9a249787245..1230daee34b 100644 --- a/gas/config/tc-pdp11.c +++ b/gas/config/tc-pdp11.c @@ -189,8 +189,6 @@ md_begin (void) init_defaults (); insn_hash = str_htab_create (); - if (insn_hash == NULL) - as_fatal (_("Virtual memory exhausted")); for (i = 0; i < pdp11_num_opcodes; i++) str_hash_insert (insn_hash, pdp11_opcodes[i].name, pdp11_opcodes + i, 0);