aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-01 22:46:47 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-01 22:46:47 +0000
commit0c6eb684cc41ecd4c037c660d0f51c8406bdccb7 (patch)
treee4108dec17150c67902ab345a5b16b666e728b9e /gas
parent1cf91c69b09ffb537aa36c3fc663459058db08b8 (diff)
downloadgdb-0c6eb684cc41ecd4c037c660d0f51c8406bdccb7.zip
gdb-0c6eb684cc41ecd4c037c660d0f51c8406bdccb7.tar.gz
gdb-0c6eb684cc41ecd4c037c660d0f51c8406bdccb7.tar.bz2
don't bother checking return value from hash_new
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-a29k.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c
index 0a9c22a..4f31651 100644
--- a/gas/config/tc-a29k.c
+++ b/gas/config/tc-a29k.c
@@ -282,8 +282,6 @@ md_begin ()
/* Hash up all the opcodes for fast use later. */
op_hash = hash_new ();
- if (op_hash == NULL)
- as_fatal ("Virtual memory exhausted");
for (i = 0; i < num_opcodes; i++)
{